mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update to version 2000.03.06.
PR: 17534 Submitted by: maintainer
This commit is contained in:
parent
2c65e9e550
commit
b67932771f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28194
@ -6,14 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= clisp
|
||||
PORTVERSION= 1999.07.22
|
||||
PORTVERSION= 2000.03.06
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \
|
||||
ftp://ftp.cdrom.com/pub/lisp/clisp/source/
|
||||
DISTNAME= clisp-1999-07-22
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
||||
|
||||
MAINTAINER= jabrown@caida.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
# Build subdirectory
|
||||
BUILD_DIRNAME=obj
|
||||
|
||||
@ -26,7 +28,8 @@ DATA_PATHS=${PREFIX}/lib/clisp ${PREFIX}/share/doc/clisp \
|
||||
${PREFIX}/share/locale/de/LC_MESSAGES/clisp.mo \
|
||||
${PREFIX}/share/locale/en/LC_MESSAGES/clisp.mo \
|
||||
${PREFIX}/share/locale/es/LC_MESSAGES/clisp.mo \
|
||||
${PREFIX}/share/locale/fr/LC_MESSAGES/clisp.mo
|
||||
${PREFIX}/share/locale/fr/LC_MESSAGES/clisp.mo \
|
||||
${PREFIX}/share/locale/nl/LC_MESSAGES/clisp.mo
|
||||
PROG_PATHS=${PREFIX}/bin/clisp
|
||||
MAN_PATHS=${PREFIX}/man/man1/clisp.1 ${PREFIX}/man/man3/clreadline.3
|
||||
|
||||
@ -39,13 +42,13 @@ post-extract:
|
||||
# by the environment it gets from GNU_CONFIGURE=YES, so we'll call it here.
|
||||
#
|
||||
# The 'configure' wants the CC environment variable to include CFLAGS; but
|
||||
# I'll ignore it since if CFLAGS includes "-pipe", configure gets stuck reading
|
||||
# I'll edit it since if CFLAGS includes "-pipe", configure gets stuck reading
|
||||
# from stdin, using the assembler in gcc 2.7.2.3
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && \
|
||||
${RM} -rf ${BUILD_DIRNAME} && \
|
||||
env CC="${CC}" ./configure --prefix=${PREFIX} ${BUILD_DIRNAME}
|
||||
# env CC="${CC} ${CFLAGS}"
|
||||
${SETENV} CC="${CC} `echo ${CFLAGS} | ${SED} s/-pipe//`" \
|
||||
./configure --prefix=${PREFIX} ${BUILD_DIRNAME}
|
||||
|
||||
# The 'configure' script stops short of doing this for us.
|
||||
post-configure:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (clisp-1999-07-22.tar.gz) = 25bdf66df55b81a54c16ea5102610483
|
||||
MD5 (clisp-2000-03-06.tar.bz2) = 1eaf0cd4e3818ff75dd4e4d277a3c010
|
||||
|
@ -2,6 +2,7 @@ bin/clisp
|
||||
lib/clisp/clisp-link
|
||||
lib/clisp/base/libavcall.a
|
||||
lib/clisp/base/libcallback.a
|
||||
lib/clisp/base/libiconv.a
|
||||
lib/clisp/base/libintl.a
|
||||
lib/clisp/base/libnoreadline.a
|
||||
lib/clisp/base/libreadline.a
|
||||
@ -15,6 +16,7 @@ lib/clisp/base/modules.o
|
||||
lib/clisp/data/UnicodeData.txt
|
||||
lib/clisp/full/libavcall.a
|
||||
lib/clisp/full/libcallback.a
|
||||
lib/clisp/full/libiconv.a
|
||||
lib/clisp/full/libintl.a
|
||||
lib/clisp/full/libnoreadline.a
|
||||
lib/clisp/full/libreadline.a
|
||||
@ -53,6 +55,7 @@ share/locale/de/LC_MESSAGES/clisp.mo
|
||||
share/locale/en/LC_MESSAGES/clisp.mo
|
||||
share/locale/es/LC_MESSAGES/clisp.mo
|
||||
share/locale/fr/LC_MESSAGES/clisp.mo
|
||||
share/locale/nl/LC_MESSAGES/clisp.mo
|
||||
@dirrm share/doc/clisp/doc
|
||||
@dirrm share/doc/clisp
|
||||
@dirrm lib/clisp/base
|
||||
@ -68,4 +71,6 @@ share/locale/fr/LC_MESSAGES/clisp.mo
|
||||
@unexec rmdir %D/share/locale/es 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user