Commit graph

22 commits

Author SHA1 Message Date
Jimmy Olgeni
f3f4950b20 Upgrade lang/ccl to version 1.11.
- Add LICENSE
- Do not mute install commands
- Regenerate patch-lisp-kernel_memory.c to make portlint happy
- Fix whitespace in pkg-message (portlint)
2015-11-07 14:29:36 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
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
2015-04-03 11:26:48 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
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)
2014-10-18 12:20:42 +00:00
Jimmy Olgeni
b2aeffc354 Upgrade to version 1.10. 2014-10-06 12:49:45 +00:00
Jimmy Olgeni
43b74b2b8b Add staging support and pet portlint. 2014-05-13 15:02:08 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Jimmy Olgeni
fa1f19fc04 Upgrade to version 1.9. 2013-03-07 13:22:17 +00:00
Jimmy Olgeni
3ffb31b841 Convert Makefile headers to the new format in my ports. 2013-01-26 14:50:30 +00:00
Jimmy Olgeni
efb8ecbe48 Revert test code that crept in on r302526.
Submitted by:	Jarrod Sayers <jarrod downtools.com.au>
2012-08-19 04:26:58 +00:00
Jimmy Olgeni
9d178fef8b Upgrade to version 1.8. 2012-08-14 16:35:45 +00:00
Jimmy Olgeni
adf3ab7236 Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else
the build would fail.

PR:		ports/161416
Submitted by:	Nali Toja <nalitoja gmail com>
2011-10-10 10:35:03 +00:00
Jimmy Olgeni
adc2f8a947 Upgrade to version 1.7. 2011-08-17 11:53:19 +00:00
Jimmy Olgeni
15b62d8559 Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort
trap under tinderbox. i386 7 and amd64/i386 8 build just fine.
2011-04-02 21:09:15 +00:00
Jimmy Olgeni
8257905e76 Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and
amd64 tinderboxes.
2011-03-29 20:35:44 +00:00
Jimmy Olgeni
1d8ce56996 Upgrade to version 1.6. 2011-03-28 16:45:19 +00:00
Jimmy Olgeni
012032e4be Upgrade to version 1.5.
Feature safe:	yes
2010-06-25 13:51:31 +00:00
Jimmy Olgeni
80524222e8 Precompile the asdf-install module.
Remove .orig files after patching.
Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement.
2010-01-15 11:13:51 +00:00
Jimmy Olgeni
d46c6439d3 Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default.
2010-01-09 14:09:13 +00:00
Jimmy Olgeni
c37787df34 Build without using a temporary script. 2010-01-08 20:21:01 +00:00
Jimmy Olgeni
c8458b1479 Add a pkg-message file with a few hints. 2010-01-08 12:50:34 +00:00
Jimmy Olgeni
d45b729004 Add Clozure CL, a free Common Lisp implementation that can be
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.
2010-01-03 16:17:30 +00:00