pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gauche Unmark destdir ready, it tries to run a pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1faeb771b30f
branches:  trunk
changeset: 399867:1faeb771b30f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 06 18:30:42 2009 +0000

description:
Unmark destdir ready, it tries to run a program during install.
Fix PLIST. Bump revision.

diffstat:

 lang/gauche/Makefile |  9 +++++----
 lang/gauche/PLIST    |  5 +++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 523a31c0548c -r 1faeb771b30f lang/gauche/Makefile
--- a/lang/gauche/Makefile      Tue Oct 06 17:41:49 2009 +0000
+++ b/lang/gauche/Makefile      Tue Oct 06 18:30:42 2009 +0000
@@ -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 @@
 
 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 @@
 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 -r 523a31c0548c -r 1faeb771b30f lang/gauche/PLIST
--- a/lang/gauche/PLIST Tue Oct 06 17:41:49 2009 +0000
+++ b/lang/gauche/PLIST Tue Oct 06 18:30:42 2009 +0000
@@ -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/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.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



Home | Main Index | Thread Index | Old Index