1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Jimmy Olgeni
5edf5649ba Add Clozure CL paths to asdf:*central-registry*. 2011-03-28 16:23:33 +00:00
Jimmy Olgeni
7df0d52843 The upcoming Clozure CL upgrade will require loading asdf-binary-locations. 2011-03-28 15:43:19 +00:00
Jimmy Olgeni
cc9f9fb569 Whitespace fix. 2011-03-28 15:41:08 +00:00
Jimmy Olgeni
a17c5c45f3 Provide a way to specify extra command line options to lisp compiler
for FASL_BUILD ports without touching CLISP/SBCL variables.

PR:		ports/151682
Submitted by:	Anonymous <swell.k@gmail.com>
2010-10-24 12:01:33 +00:00
Jimmy Olgeni
c8dce393e1 Avoid clobbering TMPPLIST from bsd.cl-asdf.mk.
PR:		ports/151571
Submitted by:	swell.k@gmail.com
2010-10-19 20:11:34 +00:00
Jimmy Olgeni
53c2e94613 Fix fasl loading by using an asdf:*source-to-target-mappings* entry
for each installed cl-* port.

Previously, some fasl files were either rebuilt when running as
root, or failed to load due to permission errors for normal users.
2010-01-20 18:09:01 +00:00
Jimmy Olgeni
8903e5155a Let CLISP produce some logs if anything goes wrong. 2010-01-20 17:30:37 +00:00
Jimmy Olgeni
9d2ef0bb9e When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).

Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.

Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.

All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped).
2010-01-20 12:40:13 +00:00
Jimmy Olgeni
70fd2d6ff9 Do not clobber LIB_DEPENDS and RUN_DEPENDS. 2010-01-16 22:19:27 +00:00
Jimmy Olgeni
1ac224e563 Remove redundant code and variables from the cl-* ports.
Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.

Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.

This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication.
2010-01-15 12:14:39 +00:00
Jimmy Olgeni
325edc71a6 Remove redundant commands. 2010-01-13 13:51:29 +00:00
Jimmy Olgeni
b14ca57666 Add %%LIB32DIR%%/common-lisp. 2010-01-12 22:55:02 +00:00
Jimmy Olgeni
9e05620e24 Upgrade to version 1.374 and cleanup.
The asdf-init.lisp script was changed to support the bundled ASDF
libraries in lang/ccl and lang/sbcl. Therefore, it can be safely
loaded by both (also by lang/clisp) to enable the ASDF framework.
2010-01-12 22:28:35 +00:00
Jimmy Olgeni
2200fda13f Fix more typos. 2010-01-09 18:47:11 +00:00
Jimmy Olgeni
7d96bcf3c1 Fix file name in comments; spell check comment text. 2010-01-08 22:04:30 +00:00
Jimmy Olgeni
c7a32e28c6 Fix some typos in the comment section. 2010-01-08 20:45:01 +00:00
Jimmy Olgeni
e12f361d80 Fix comment (cl-asdf-cmucl does not exist in ports). 2010-01-08 20:35:52 +00:00
Jimmy Olgeni
b6a76d5209 Taker over unmaintained ports. 2010-01-08 20:33:37 +00:00
Martin Wilke
d02475362c - Respect PORTEXAMPLES
- pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%%

PR:		136772
Submitted by:	Sahil Tandon <sahil@tandon.net>
Feature safe:	yes
2009-09-19 17:33:46 +00:00
Tim Bishop
c9ecf3592d Respect LOCALBASE.
PR:		113573
Submitted by:	self
2007-07-10 14:06:02 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +00:00
Volker Stolz
cf1ae89fdf Populate virtual category "lisp"
PR:		ports/86370
Submitted by:	Julian Stecklina
Approved by:	portmgr (linimon)
2005-10-16 14:48:09 +00:00
Pav Lucistnik
653370daa0 - Mirror distfile on MASTER_SITE_LOCAL
- Fix plist
- Make-up :)

PR:		ports/79548
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-09 22:18:04 +00:00
Kris Kennaway
3b75b7603c BROKEN: Incomplete pkg-plist 2005-02-11 21:52:43 +00:00
Kris Kennaway
fa5c2c489f Reset bouncing maintainer address:
<henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
    <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to
    RCPT TO command)
2004-12-06 07:19:28 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Will Andrews
c8b230d195 Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR:		52358
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-06-03 02:54:31 +00:00