aboutsummaryrefslogtreecommitdiff
path: root/lang/ccl
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add a build dependency on GNU asStefan Eßer2020-09-221-0/+1
| | | | | | | | | | | | | On systems with GNU as in base (up to and including 12.x) there is no need to provide the GNU binutils from a port. If the not fully compatible llvm-as should be made available under the name "as", the condition should be changed to always require binutils from a port when running on a system after 12.x (which should retain the GNU as in base for the live-time of that major release). Notes: svn path=/head/; revision=549608
* Fix build with -fno-commonStefan Eßer2020-09-226-0/+112
| | | | Notes: svn path=/head/; revision=549605
* lang/ccl: IGNORE on FreeBSD < 12.Jimmy Olgeni2020-09-121-0/+4
| | | | Notes: svn path=/head/; revision=548295
* Update lang/ccl to version 1.12 and unbreak.Jimmy Olgeni2020-08-108-123/+622
| | | | | | | | | | - i386 no longer supported :( PR: 245941 (with changes) Submitted by: Sean Champ <lab+bsd@thinkum.space> Notes: svn path=/head/; revision=544599
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* - Update WWWDmitry Marakasov2019-07-091-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=506269
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-221-0/+2
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=499633
* In lang/ccl:Jimmy Olgeni2018-03-273-0/+39
| | | | | | | | | | | | | - Explicitly include <machine/trap.h> for accessing T_PAGEFLT. - Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than 'mc_trapno'. PR: 226809 Submitted by: jhb Notes: svn path=/head/; revision=465746
* ${RM} already has -f.Mathieu Arnold2016-10-211-4/+4
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Upgrade lang/ccl to version 1.11.Jimmy Olgeni2015-11-076-10/+32
| | | | | | | | | | - Add LICENSE - Do not mute install commands - Regenerate patch-lisp-kernel_memory.c to make portlint happy - Fix whitespace in pkg-message (portlint) Notes: svn path=/head/; revision=400996
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-4/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371587
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-0/+29
| | | | | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117
* Upgrade to version 1.10.Jimmy Olgeni2014-10-062-7/+4
| | | | Notes: svn path=/head/; revision=370159
* Add staging support and pet portlint.Jimmy Olgeni2014-05-132-14/+8
| | | | Notes: svn path=/head/; revision=353960
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Upgrade to version 1.9.Jimmy Olgeni2013-03-072-3/+3
| | | | Notes: svn path=/head/; revision=313584
* Convert Makefile headers to the new format in my ports.Jimmy Olgeni2013-01-261-5/+0
| | | | Notes: svn path=/head/; revision=311016
* Revert test code that crept in on r302526.Jimmy Olgeni2012-08-191-2/+1
| | | | | | | Submitted by: Jarrod Sayers <jarrod downtools.com.au> Notes: svn path=/head/; revision=302751
* Upgrade to version 1.8.Jimmy Olgeni2012-08-142-9/+6
| | | | Notes: svn path=/head/; revision=302526
* Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, elseJimmy Olgeni2011-10-101-3/+3
| | | | | | | | | | the build would fail. PR: ports/161416 Submitted by: Nali Toja <nalitoja gmail com> Notes: svn path=/head/; revision=283320
* Upgrade to version 1.7.Jimmy Olgeni2011-08-173-11/+4
| | | | Notes: svn path=/head/; revision=279898
* Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abortJimmy Olgeni2011-04-021-0/+4
| | | | | | | trap under tinderbox. i386 7 and amd64/i386 8 build just fine. Notes: svn path=/head/; revision=272130
* Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 andJimmy Olgeni2011-03-291-2/+0
| | | | | | | amd64 tinderboxes. Notes: svn path=/head/; revision=271994
* Upgrade to version 1.6.Jimmy Olgeni2011-03-283-22/+12
| | | | Notes: svn path=/head/; revision=271944
* Upgrade to version 1.5.Jimmy Olgeni2010-06-252-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256953
* Precompile the asdf-install module.Jimmy Olgeni2010-01-151-2/+7
| | | | | | | | Remove .orig files after patching. Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement. Notes: svn path=/head/; revision=247932
* Integrate adsf-install and the local FreeBSD registry intoJimmy Olgeni2010-01-093-1/+18
| | | | | | | asdf:*central-registry* by default. Notes: svn path=/head/; revision=247449
* Build without using a temporary script.Jimmy Olgeni2010-01-081-5/+3
| | | | Notes: svn path=/head/; revision=247415
* Add a pkg-message file with a few hints.Jimmy Olgeni2010-01-082-0/+14
| | | | Notes: svn path=/head/; revision=247399
* Add Clozure CL, a free Common Lisp implementation that can beJimmy Olgeni2010-01-035-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. Notes: svn path=/head/; revision=247065