pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Don't use the buildlink fake gnuste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d3a1135a9dd
branches:  trunk
changeset: 399861:1d3a1135a9dd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 06 14:57:28 2009 +0000

description:
Don't use the buildlink fake gnustep directory here as it would leak
the build path into the binary package. Bump revision.

diffstat:

 devel/gnustep-make/Makefile   |  6 ++++--
 devel/gnustep-make/gnustep.mk |  6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 22c7cace6999 -r 1d3a1135a9dd devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Tue Oct 06 14:06:27 2009 +0000
+++ b/devel/gnustep-make/Makefile       Tue Oct 06 14:57:28 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2009/06/13 06:46:42 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2009/10/06 14:57:28 joerg Exp $
 
 DISTNAME=      gnustep-make-2.0.8
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -22,6 +22,8 @@
 CONFIGURE_ARGS+=       --with-config-file=${PKG_SYSCONFDIR}/GNUstep.conf
 MAKE_FILE=             GNUmakefile
 
+GNUSTEP_USE_REAL_USER_ROOT=    # empty
+
 CONF_FILES+=           ${PREFIX}/share/examples/GNUstep/GNUstep.conf \
                        ${PKG_SYSCONFDIR}/GNUstep.conf
 
diff -r 22c7cace6999 -r 1d3a1135a9dd devel/gnustep-make/gnustep.mk
--- a/devel/gnustep-make/gnustep.mk     Tue Oct 06 14:06:27 2009 +0000
+++ b/devel/gnustep-make/gnustep.mk     Tue Oct 06 14:57:28 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: gnustep.mk,v 1.17 2009/04/20 05:51:00 rh Exp $
+#      $NetBSD: gnustep.mk,v 1.18 2009/10/06 14:57:28 joerg Exp $
 
 .if !defined(GNUSTEP_MK)
 GNUSTEP_MK=            #defined
@@ -21,7 +21,11 @@
 GNUSTEP_FLATTENED=     yes
 GNUSTEP_IS_FLATTENED=  yes
 
+.if defined(GNUSTEP_USE_REAL_USER_ROOT)
+GNUSTEP_USER_ROOT=     ${PREFIX}/share/GNUstep
+.else
 GNUSTEP_USER_ROOT=     ${BUILDLINK_DIR}/share/GNUstep
+.endif
 GNUSTEP_PATHLIST=      ${GNUSTEP_USER_ROOT}
 GNUSTEP_PATH=          ${GNUSTEP_USER_ROOT}/Tools:${GNUSTEP_USER_ROOT}/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
 GUILE_LOAD_PATH=       ${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_USER_ROOT}/lib



Home | Main Index | Thread Index | Old Index