1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to cmucl-19f.

After discussions with the CMUCL implementor's list it has been
decided that the FreeBSD port should stay as it is, which means that
the 6.3 binary gets installed on all FreeBSD versions.  That means the
port will not be smartened up to select binaries built for newer
FreeBSD versions that might be available.  Consensus on the list was
that those who care about that level of detail do not use the port
(remember that it's a binary distribution anyway) and that for those
who casually want to run some Common Lisp code it is good enough to
just run the 6.3 binary.

The next release will probably not have a FreeBSD-6.3 binary but at
that time the majority of users will probably be on FreeBSD-7.x or
higher.

Tested: install/deinstall, manual check for proper removal, portlint.

Commited during partial thaw as a leave port that doesn't affect other
ports.
This commit is contained in:
Martin Cracauer 2009-04-29 15:38:12 +00:00
parent 6dab0e5b95
commit 70ebd7d2b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232950
3 changed files with 23 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: CMUCL
# Ports collection makefile for: CMUCL
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
@ -7,15 +7,15 @@
#
PORTNAME= cmucl
PORTVERSION= 19e
PORTVERSION= 19f
PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
MASTER_SITES= http://common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
http://www.pmsf.de/pub/cmucl/release/${PORTVERSION}/ \
ftp://ftp.averillpark.net/cmucl/release/${PORTVERSION}/ \
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/${PORTVERSION}/ \
ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd6.3
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd_6.3-release
MAINTAINER= cracauer@cons.org
COMMENT= The CMU implementation of Common Lisp

View File

@ -1,3 +1,3 @@
MD5 (cmucl-19e-x86-freebsd6.3.tar.bz2) = dbb4ca6e0702f968581f6cb1939a8c75
SHA256 (cmucl-19e-x86-freebsd6.3.tar.bz2) = 49508a4d05fdd0b7ad8faf309ac9b669a52860ea65a477507593c8c513116d76
SIZE (cmucl-19e-x86-freebsd6.3.tar.bz2) = 7706442
MD5 (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) = f099355a4c2e85b03c8d8f3949f96619
SHA256 (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) = d627940a9b30e831acf684ed0b17419d4299f112add208782d9f6f503216103e
SIZE (cmucl-19f-x86-freebsd_6.3-release.tar.bz2) = 15213148

View File

@ -4,23 +4,34 @@ lib/cmucl/internals.inc
lib/cmucl/lib/config
lib/cmucl/lib/config.lisp
lib/cmucl/lib/generic-site.lisp
lib/cmucl/lib/lisp.core
lib/cmucl/lib/load-foreign.csh
lib/cmucl/lib/ext-formats/iso8859-1.lisp
lib/cmucl/lib/ext-formats/utf-8.lisp
lib/cmucl/lib/ext-formats/void.lisp
lib/cmucl/lib/subsystems/external-formats-library.x86f
lib/cmucl/lib/subsystems/gray-compat-library.x86f
lib/cmucl/lib/subsystems/gray-streams-library.sse2f
lib/cmucl/lib/subsystems/gray-compat-library.sse2f
lib/cmucl/lib/subsystems/simple-streams-library.sse2f
lib/cmucl/lib/subsystems/iodefs-library.sse2f
lib/cmucl/lib/subsystems/external-formats-library.sse2f
lib/cmucl/lib/subsystems/gray-streams-library.x86f
lib/cmucl/lib/subsystems/iodefs-library.x86f
lib/cmucl/lib/subsystems/gray-compat-library.x86f
lib/cmucl/lib/subsystems/simple-streams-library.x86f
lib/cmucl/lib/subsystems/iodefs-library.x86f
lib/cmucl/lib/subsystems/external-formats-library.x86f
lib/cmucl/lib/ext-formats/crlf.lisp
lib/cmucl/lib/ext-formats/utf-16-be.lisp
lib/cmucl/lib/ext-formats/utf-16-le.lisp
lib/cmucl/lib/ext-formats/aliases
lib/cmucl/lib/lisp-sse2.core
lib/cmucl/lib/lisp-x87.core
lib/cmucl/lisp.map
lib/cmucl/lisp.nm
lib/cmucl/sample-wrapper
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/release-19e.txt
%%PORTDOCS%%%%DOCSDIR%%/release-19f.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/cmucl/lib/ext-formats
@dirrm lib/cmucl/lib/subsystems
@dirrm lib/cmucl/lib
@dirrm lib/cmucl