Commit graph

14 commits

Author SHA1 Message Date
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
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
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
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
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
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
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