FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 5:40 PM BST
non port: devel/cl-asdf/Makefile
CVSWeb

Number of commits found: 18

Tue, 4 Oct 2011
[ 20:50 olgeni ] Original commit 
1.18 devel/cl-asdf/Makefile
1.13 devel/cl-asdf/files/asdf-init.lisp
Use :wild-inferiors when configuring the standard output translation,
else fasl files in subdirectories would not be found.

PR:             ports/160770 (reported)
Tue, 16 Aug 2011
[ 20:52 olgeni ] Original commit 
1.12 devel/cl-asdf-clisp/Makefile
1.17 devel/cl-asdf/Makefile
1.2 devel/cl-asdf/files/README.FreeBSD
1.12 devel/cl-asdf/files/asdf-init.lisp
1.7 devel/cl-asdf/bsd.cl-asdf.mk
1.6 devel/cl-asdf/distinfo
1.4 devel/cl-asdf/files/patch-asdf.lisp
1.7 devel/cl-asdf/pkg-plist
Upgrade to ASDF 2.017.

From now on, asdf-binary-translations is no longer supported upstream.
Therefore, we use the new asdf:initialize-output-translations
function with the same logic as before.

SBCL 1.0.49 already has a bundled ASDF 2, which caused all cl-*-sbcl
ports to fail. The upcoming Clozure CL 1.7 will also need ASDF 2
support.
Mon, 28 Mar 2011
[ 16:23 olgeni ] Original commit 
1.16 devel/cl-asdf/Makefile
1.11 devel/cl-asdf/files/asdf-init.lisp
Add Clozure CL paths to asdf:*central-registry*.
[ 15:43 olgeni ] Original commit 
1.15 devel/cl-asdf/Makefile
1.10 devel/cl-asdf/files/asdf-init.lisp
The upcoming Clozure CL upgrade will require loading asdf-binary-locations.
Wed, 20 Jan 2010
[ 18:09 olgeni ] Original commit 
1.14 devel/cl-asdf/Makefile
1.8 devel/cl-asdf/files/asdf-init.lisp
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.
[ 12:40 olgeni ] Original commit 
1.2 devel/cl-alexandria-clisp/Makefile
1.2 devel/cl-alexandria-sbcl/Makefile
1.11 devel/cl-asdf-clisp/Makefile
1.13 devel/cl-asdf/Makefile
1.8 devel/cl-infix-sbcl/Makefile
1.11 devel/cl-port-clisp/Makefile
1.10 devel/cl-port-sbcl/Makefile
1.12 devel/cl-split-sequence-clisp/Makefile
1.11 devel/cl-split-sequence-sbcl/Makefile
1.2 devel/cl-trivial-features-clisp/Makefile

(Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
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).
Fri, 15 Jan 2010
[ 12:13 olgeni ] Original commit 
1.10 devel/cl-asdf-clisp/Makefile
1.12 devel/cl-asdf/Makefile
1.6 devel/cl-infix-sbcl/Makefile
1.6 devel/cl-infix/Makefile
1.9 devel/cl-port-clisp/Makefile
1.8 devel/cl-port-sbcl/Makefile
1.9 devel/cl-port/Makefile
1.10 devel/cl-split-sequence-clisp/Makefile
1.9 devel/cl-split-sequence-sbcl/Makefile
1.9 devel/cl-split-sequence/Makefile

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 13 Jan 2010
[ 13:51 olgeni ] Original commit 
1.11 devel/cl-asdf/Makefile
Remove redundant commands.
Tue, 12 Jan 2010
[ 22:28 olgeni ] Original commit 
1.7 devel/cl-asdf-clisp/Makefile
1.10 devel/cl-asdf/Makefile
1.6 devel/cl-asdf/files/asdf-init.lisp
1.4 devel/cl-asdf/distinfo
1.3 devel/cl-asdf/files/patch-asdf.lisp
1.4 devel/cl-asdf/pkg-plist
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.
Fri, 8 Jan 2010
[ 20:35 olgeni ] Original commit 
1.9 devel/cl-asdf/Makefile
Fix comment (cl-asdf-cmucl does not exist in ports).
[ 20:33 olgeni ] Original commit 
1.6 devel/cl-asdf-clisp/Makefile
1.4 devel/cl-asdf-sbcl/Makefile
1.8 devel/cl-asdf/Makefile
Taker over unmaintained ports.
Sat, 19 Sep 2009
[ 17:33 miwi ] Original commit 
1.7 devel/cl-asdf/Makefile
1.2 devel/cl-asdf/pkg-message
1.1 devel/cl-asdf/files/pkg-message.in
1.3 devel/cl-asdf/pkg-plist
- Respect PORTEXAMPLES
- pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%%

PR:             136772
Submitted by:   Sahil Tandon <sahil@tandon.net>
Feature safe:   yes
Tue, 10 Jul 2007
[ 14:06 tdb ] Original commit 
1.6 devel/cl-asdf/Makefile
1.2 devel/cl-asdf/files/asdf-init.lisp
1.2 devel/cl-asdf/files/patch-asdf.lisp
Respect LOCALBASE.

PR:             113573
Submitted by:   self
Sun, 16 Oct 2005
[ 14:48 vs ] Original commit 
1.4 devel/cl-asdf-clisp/Makefile
1.3 devel/cl-asdf-cmucl/Makefile
1.3 devel/cl-asdf-sbcl/Makefile
1.5 devel/cl-asdf/Makefile
1.4 devel/cl-port-clisp/Makefile
1.3 devel/cl-port-sbcl/Makefile
1.3 devel/cl-port/Makefile
1.5 devel/cl-split-sequence-clisp/Makefile
1.4 devel/cl-split-sequence-cmucl/Makefile
1.4 devel/cl-split-sequence-sbcl/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Populate virtual category "lisp"

PR:             ports/86370
Submitted by:   Julian Stecklina
Approved by:    portmgr (linimon)
Sat, 9 Apr 2005
[ 22:18 pav ] Original commit 
1.4 devel/cl-asdf/Makefile
1.2 devel/cl-asdf/pkg-plist
- Mirror distfile on MASTER_SITE_LOCAL
- Fix plist
- Make-up :)

PR:             ports/79548
Submitted by:   Sam Lawrance <boris@brooknet.com.au>
Fri, 11 Feb 2005
[ 21:52 kris ] Original commit 
1.3 devel/cl-asdf/Makefile
BROKEN: Incomplete pkg-plist
Mon, 6 Dec 2004
[ 07:19 kris ] Original commit 
1.3 devel/cl-asdf-clisp/Makefile
1.2 devel/cl-asdf-cmucl/Makefile
1.2 devel/cl-asdf-sbcl/Makefile
1.2 devel/cl-asdf/Makefile
1.3 devel/cl-port-clisp/Makefile
1.3 devel/cl-port-cmucl/Makefile
1.2 devel/cl-port-sbcl/Makefile
1.2 devel/cl-port/Makefile
1.3 devel/cl-split-sequence-clisp/Makefile
1.2 devel/cl-split-sequence-cmucl/Makefile

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 3 Jun 2003
[ 02:54 will ] Original commit 
1.1132 devel/Makefile
1.1 devel/cl-asdf/Makefile
1.1 devel/cl-asdf/files/README.FreeBSD
1.1 devel/cl-asdf/files/asdf-init.lisp
1.1 devel/cl-asdf/distinfo
1.1 devel/cl-asdf/files/patch-asdf.lisp
1.1 devel/cl-asdf/pkg-descr
1.1 devel/cl-asdf/pkg-message
1.1 devel/cl-asdf/pkg-plist
Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.

PR:             52358
Submitted by:   Henrik Motakef <henrik.motakef@web.de>

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23671
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days58
new fortnight182
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.147 seconds.