diff options
author | joerg <joerg> | 2009-10-06 18:30:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-10-06 18:30:42 +0000 |
commit | c38a932d50e74db150bd83c86e6bca50b839c2ef (patch) | |
tree | e9915ff82b382c93ffb6022a4438cbb3fa05147b | |
parent | 16a31e086f850545062b8592acba7f669ac092b9 (diff) | |
download | pkgsrc-c38a932d50e74db150bd83c86e6bca50b839c2ef.tar.gz |
Unmark destdir ready, it tries to run a program during install.
Fix PLIST. Bump revision.
-rw-r--r-- | lang/gauche/Makefile | 9 | ||||
-rw-r--r-- | lang/gauche/PLIST | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 50a4d7dec18..39fc4777828 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2008/06/21 17:17:51 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2009/10/06 18:30:42 joerg Exp $ # DISTNAME= Gauche-0.8.13 CATEGORIES= lang -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gauche/} EXTRACT_SUFX= .tgz @@ -13,7 +13,8 @@ COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works DEPENDS+= slib-[0-9]*:../../devel/slib -PKG_DESTDIR_SUPPORT= user-destdir +# XXX Wants to execute bin/gosh during installation +#PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM= HPUX-*-* .include "options.mk" @@ -40,7 +41,7 @@ ALL_ENV+= \ USE_LIBTOOL= yes USE_TOOLS+= gzip makeinfo TEST_TARGET= check -INFO_FILES= yes # PLIST +INFO_FILES= # PLIST .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/lang/gauche/PLIST b/lang/gauche/PLIST index 58fb26daa11..94a773cb236 100644 --- a/lang/gauche/PLIST +++ b/lang/gauche/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2009/06/14 20:34:13 joerg Exp $ +@comment $NetBSD: PLIST,v 1.21 2009/10/06 18:30:42 joerg Exp $ bin/gauche-cesconv bin/gauche-config bin/gauche-install @@ -193,6 +193,7 @@ share/gauche/${PKGVERSION}/lib/rfc/mime.scm share/gauche/${PKGVERSION}/lib/rfc/quoted-printable.scm share/gauche/${PKGVERSION}/lib/rfc/sha1.scm share/gauche/${PKGVERSION}/lib/rfc/uri.scm +share/gauche/${PKGVERSION}/lib/slibcat share/gauche/${PKGVERSION}/lib/slib.scm share/gauche/${PKGVERSION}/lib/srfi-0.scm share/gauche/${PKGVERSION}/lib/srfi-1.scm @@ -259,4 +260,4 @@ share/gauche/${PKGVERSION}/template.extensionlib.stub share/gauche/${PKGVERSION}/template.module.scm share/gauche/${PKGVERSION}/template.test.scm @pkgdir lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM} -@pkgdir share/gauche/site/lib 2>/dev/null || ${TRUE} +@pkgdir share/gauche/site/lib |