diff options
author | tron <tron> | 1998-11-22 19:39:48 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-22 19:39:48 +0000 |
commit | 20d9b4d9af5738d903da0f5b1b220f4e0051847a (patch) | |
tree | 21c2b5a8f2a421e303c178674ba189da747b73be /lang/clisp | |
parent | 31cfe2815ebdcec351af56ed9ea374151c2a5d86 (diff) | |
download | pkgsrc-20d9b4d9af5738d903da0f5b1b220f4e0051847a.tar.gz |
Update for "clisp" to "19980909" supplied by Martin J. Laubach in
PR pkg/6471.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 29 | ||||
-rw-r--r-- | lang/clisp/files/md5 | 4 | ||||
-rw-r--r-- | lang/clisp/patches/patch-aa | 6 |
3 files changed, 19 insertions, 20 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 9ae5b9a2dd0..bccceefaf5d 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,26 +1,25 @@ -# $NetBSD: Makefile,v 1.3 1998/11/13 01:15:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/22 19:39:48 tron Exp $ -DISTNAME= clispsrc-1998-08-29 -PKGNAME= clisp-19980829 -WRKSRC= ${WRKDIR}/clisp-1998-08-29 +DISTNAME= clispsrc +PKGNAME= clisp-19980909 +WRKSRC= ${WRKDIR}/clisp-1998-09-09 CATEGORIES= lang -MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/snapshots/ +MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://clisp.cons.org/~haible/clisp.html -NOT_FOR_ARCHS= alpha # severe LP64 problems - -GNU_CONFIGURE= YES +CONFLICTS= clisp-19980829 -post-configure: - ( cd ${WRKSRC}/src; \ - ./makemake --prefix=${LOCALBASE} --with-readline --with-gettext --with-dynamic-ffi > Makefile ) +NOT_FOR_ARCHS= alpha # severe LP64 problems -do-build: - ( cd ${WRKSRC}/src; ${MAKE_PROGRAM} ) +GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR}/clisp-1998-09-09/src -do-install: - ( cd ${WRKSRC}/src; ${MAKE_PROGRAM} install ) +do-configure: + cd ${WRKSRC}; \ + (cd ..;./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \ + ./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \ + --with-dynamic-ffi >Makefile .include "../../mk/bsd.pkg.mk" diff --git a/lang/clisp/files/md5 b/lang/clisp/files/md5 index 40947acdc6f..e1cb1fe5ba8 100644 --- a/lang/clisp/files/md5 +++ b/lang/clisp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1 1998/09/06 20:45:35 tron Exp $ +$NetBSD: md5,v 1.2 1998/11/22 19:39:48 tron Exp $ -MD5 (clispsrc-1998-08-29.tar.gz) = 22c627f393d5da904acec6457be73f71 +MD5 (clispsrc.tar.gz) = abf35d57038d94bd59927b21afee29e4 diff --git a/lang/clisp/patches/patch-aa b/lang/clisp/patches/patch-aa index f235226a81d..d158d84aa06 100644 --- a/lang/clisp/patches/patch-aa +++ b/lang/clisp/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 1998/09/06 21:21:54 frueauf Exp $ +$NetBSD: patch-aa,v 1.3 1998/11/22 19:39:48 tron Exp $ ---- src/makemake.in.orig Sun Aug 9 21:27:13 1998 -+++ src/makemake.in Sun Sep 6 21:55:57 1998 +--- makemake.in.orig Sun Aug 9 21:27:13 1998 ++++ makemake.in Sun Sep 6 21:55:57 1998 @@ -1034,6 +1034,9 @@ *) ;; esac |