Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to version 1.9. | olgeni | 2013-03-07 | 2 | -3/+3 |
| | |||||
* | Convert Makefile headers to the new format in my ports. | olgeni | 2013-01-26 | 1 | -5/+0 |
| | |||||
* | Revert test code that crept in on r302526. | olgeni | 2012-08-19 | 1 | -2/+1 |
| | | | | Submitted by: Jarrod Sayers <jarrod downtools.com.au> | ||||
* | Upgrade to version 1.8. | olgeni | 2012-08-15 | 2 | -9/+6 |
| | |||||
* | Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else | olgeni | 2011-10-10 | 1 | -3/+3 |
| | | | | | | | the build would fail. PR: ports/161416 Submitted by: Nali Toja <nalitoja gmail com> | ||||
* | Upgrade to version 1.7. | olgeni | 2011-08-17 | 3 | -11/+4 |
| | |||||
* | Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort | olgeni | 2011-04-03 | 1 | -0/+4 |
| | | | | trap under tinderbox. i386 7 and amd64/i386 8 build just fine. | ||||
* | Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and | olgeni | 2011-03-30 | 1 | -2/+0 |
| | | | | amd64 tinderboxes. | ||||
* | Upgrade to version 1.6. | olgeni | 2011-03-29 | 3 | -22/+12 |
| | |||||
* | Upgrade to version 1.5. | olgeni | 2010-06-25 | 2 | -5/+4 |
| | | | | Feature safe: yes | ||||
* | Precompile the asdf-install module. | olgeni | 2010-01-15 | 1 | -2/+7 |
| | | | | | Remove .orig files after patching. Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement. | ||||
* | Integrate adsf-install and the local FreeBSD registry into | olgeni | 2010-01-09 | 3 | -1/+18 |
| | | | | asdf:*central-registry* by default. | ||||
* | Build without using a temporary script. | olgeni | 2010-01-09 | 1 | -5/+3 |
| | |||||
* | Add a pkg-message file with a few hints. | olgeni | 2010-01-08 | 2 | -0/+14 |
| | |||||
* | Add Clozure CL, a free Common Lisp implementation that can be | olgeni | 2010-01-04 | 5 | -0/+118 |
bootstrapped from C code alone. Unfortunately this port does not support CPUs without the SSE2 instruction set, and will fail to build with a diagnostic message in those cases. Supported FreeBSD architectures are i386 and amd64. pkg-descr contains a quick description of the main Clozure CL features. |