diff options
author | mich <mich@FreeBSD.org> | 2003-05-13 23:23:43 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-05-13 23:23:43 +0800 |
commit | 770f99a266fddd0510918672919e0448126ff0f7 (patch) | |
tree | 9472792742c0eca8cdcbcbeceeec5e97ae0ff8f0 /lang | |
parent | aab76313040567dc0ff8da44ccb1c9412e6d8826 (diff) | |
download | freebsd-ports-gnome-770f99a266fddd0510918672919e0448126ff0f7.tar.gz freebsd-ports-gnome-770f99a266fddd0510918672919e0448126ff0f7.tar.zst freebsd-ports-gnome-770f99a266fddd0510918672919e0448126ff0f7.zip |
- Update to 18e.
- Fix spaces -> tabs, so portlint doesn't complain.
PR: ports/51260
Submitted by: maintainer
Approved by: roberto(mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl-extra/Makefile | 26 | ||||
-rw-r--r-- | lang/cmucl-extra/distinfo | 2 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-descr | 5 | ||||
-rw-r--r-- | lang/cmucl-extra/pkg-plist | 15 |
4 files changed, 26 insertions, 22 deletions
diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index 133df2e88803..7f6e96d7c3d1 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -4,24 +4,32 @@ # # $FreeBSD$ -PORTNAME= cmucl-extra -PORTVERSION= 18d -CATEGORIES= lang -MASTER_SITES= ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \ +PORTNAME= cmucl-extra +PORTVERSION= 18e +CATEGORIES= lang +MASTER_SITES= ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cracauer -DISTNAME= cmucl-18d-x86-FreeBSD.extra +DISTNAME= cmucl-18e-x86-freebsd.extra +EXTRACT_SUFX= .tar.bz2 MAINTAINER= sf@slappy.org COMMENT= Optional extras for the CMU implementation of Common Lisp +BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl + ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.endif do-install: -${MKDIR} ${PREFIX}/lib/cmucl (cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/cmucl-extra/distinfo b/lang/cmucl-extra/distinfo index e10faafaf375..8f8e042a5856 100644 --- a/lang/cmucl-extra/distinfo +++ b/lang/cmucl-extra/distinfo @@ -1 +1 @@ -MD5 (cmucl-18d-x86-FreeBSD.extra.tar.bz2) = 4783ac9d857c7d6da6387ee07fc06d1e +MD5 (cmucl-18e-x86-freebsd.extra.tar.bz2) = 50b9094f6c356b622fb4e09e644689cc diff --git a/lang/cmucl-extra/pkg-descr b/lang/cmucl-extra/pkg-descr index b2ebc766864c..df3be0158bf7 100644 --- a/lang/cmucl-extra/pkg-descr +++ b/lang/cmucl-extra/pkg-descr @@ -3,9 +3,8 @@ Optional extras for the CMU implementation of Common Lisp. Optional packages for graphical user interfaces and other Common Lisp applications and libraries are are on: -ftp://ftp2.cons.org/pub/lisp/cmucl/binaries/ (binaries) -ftp://ftp2.cons.org/pub/lisp/cmucl/ports/ (source) +ftp://cmucl.cons.org/pub/lisp/cmucl/ WWW: http://www.cons.org/cmucl/ -- Scott Flatman <sf@dsinw.com> +- Scott Flatman <sf@slappy.org> diff --git a/lang/cmucl-extra/pkg-plist b/lang/cmucl-extra/pkg-plist index e2e5f58491a6..0f67f163a0dd 100644 --- a/lang/cmucl-extra/pkg-plist +++ b/lang/cmucl-extra/pkg-plist @@ -1,12 +1,9 @@ -lib/cmucl/lib/mh-scan -lib/cmucl/lib/hemlock11.mask -lib/cmucl/lib/hemlock11.cursor lib/cmucl/lib/XKeysymDB -lib/cmucl/lib/spell-dictionary.bin +lib/cmucl/lib/hemlock11.cursor +lib/cmucl/lib/hemlock11.mask +lib/cmucl/lib/mh-scan lib/cmucl/lib/motifd -lib/cmucl/lib/subsystems/hemlock-library.x86f -lib/cmucl/lib/subsystems/clx-library.x86f +lib/cmucl/lib/spell-dictionary.bin lib/cmucl/lib/subsystems/clm-library.x86f -@dirrm lib/cmucl/lib/subsystems -@dirrm lib/cmucl/lib -@dirrm lib/cmucl +lib/cmucl/lib/subsystems/clx-library.x86f +lib/cmucl/lib/subsystems/hemlock-library.x86f |