mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 18e.
- Fix spaces -> tabs, so portlint doesn't complain. PR: ports/51260 Submitted by: maintainer Approved by: roberto(mentor)
This commit is contained in:
parent
1ccd2c1a18
commit
8ff59cc55c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80910
4 changed files with 26 additions and 22 deletions
|
@ -4,24 +4,32 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cmucl-extra
|
PORTNAME= cmucl-extra
|
||||||
PORTVERSION= 18d
|
PORTVERSION= 18e
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \
|
MASTER_SITES= ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= cracauer
|
DISTNAME= cmucl-18e-x86-freebsd.extra
|
||||||
DISTNAME= cmucl-18d-x86-FreeBSD.extra
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
MAINTAINER= sf@slappy.org
|
MAINTAINER= sf@slappy.org
|
||||||
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
||||||
|
|
||||||
|
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500000
|
||||||
|
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
-${MKDIR} ${PREFIX}/lib/cmucl
|
-${MKDIR} ${PREFIX}/lib/cmucl
|
||||||
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (cmucl-18d-x86-FreeBSD.extra.tar.bz2) = 4783ac9d857c7d6da6387ee07fc06d1e
|
MD5 (cmucl-18e-x86-freebsd.extra.tar.bz2) = 50b9094f6c356b622fb4e09e644689cc
|
||||||
|
|
|
@ -3,9 +3,8 @@ Optional extras for the CMU implementation of Common Lisp.
|
||||||
Optional packages for graphical user interfaces and other Common Lisp
|
Optional packages for graphical user interfaces and other Common Lisp
|
||||||
applications and libraries are are on:
|
applications and libraries are are on:
|
||||||
|
|
||||||
ftp://ftp2.cons.org/pub/lisp/cmucl/binaries/ (binaries)
|
ftp://cmucl.cons.org/pub/lisp/cmucl/
|
||||||
ftp://ftp2.cons.org/pub/lisp/cmucl/ports/ (source)
|
|
||||||
|
|
||||||
WWW: http://www.cons.org/cmucl/
|
WWW: http://www.cons.org/cmucl/
|
||||||
|
|
||||||
- Scott Flatman <sf@dsinw.com>
|
- Scott Flatman <sf@slappy.org>
|
||||||
|
|
|
@ -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/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/motifd
|
||||||
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
lib/cmucl/lib/spell-dictionary.bin
|
||||||
lib/cmucl/lib/subsystems/clx-library.x86f
|
|
||||||
lib/cmucl/lib/subsystems/clm-library.x86f
|
lib/cmucl/lib/subsystems/clm-library.x86f
|
||||||
@dirrm lib/cmucl/lib/subsystems
|
lib/cmucl/lib/subsystems/clx-library.x86f
|
||||||
@dirrm lib/cmucl/lib
|
lib/cmucl/lib/subsystems/hemlock-library.x86f
|
||||||
@dirrm lib/cmucl
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue