pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Fix PLIST on non-ix86 platforms. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153a4589ceaa
branches:  trunk
changeset: 516801:153a4589ceaa
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 28 01:50:58 2006 +0000

description:
Fix PLIST on non-ix86 platforms.  Bump PKGREVISION.

diffstat:

 devel/gnustep-make/Makefile |  10 +++++++++-
 devel/gnustep-make/PLIST    |   6 +++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r bae6f7ec39c7 -r 153a4589ceaa devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Thu Jul 27 23:47:05 2006 +0000
+++ b/devel/gnustep-make/Makefile       Fri Jul 28 01:50:58 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2006/07/22 05:10:54 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2006/07/28 01:50:58 minskim Exp $
 
 DISTNAME=      gnustep-make-1.12.0
+PKGREVISION=   1
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -21,6 +22,13 @@
 .include "../../mk/x11.buildlink3.mk"
 .include "gnustep.mk"
 
+.if ${MACHINE_ARCH} == "i386"
+GNUSTEP_ARCH=  ix86
+.else
+GNUSTEP_ARCH=  ${MACHINE_ARCH}
+.endif
+PLIST_SUBST+=  GNUSTEP_ARCH=${GNUSTEP_ARCH}
+
 SUBST_CLASSES+=                target
 SUBST_STAGE.target=    post-patch
 SUBST_FILES.target=    target.make
diff -r bae6f7ec39c7 -r 153a4589ceaa devel/gnustep-make/PLIST
--- a/devel/gnustep-make/PLIST  Thu Jul 27 23:47:05 2006 +0000
+++ b/devel/gnustep-make/PLIST  Fri Jul 28 01:50:58 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/03/03 07:24:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/07/28 01:50:58 minskim Exp $
 share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh
 share/GNUstep/System/Library/Makefiles/GNUstep.csh
 share/GNUstep/System/Library/Makefiles/GNUstep.sh
@@ -129,8 +129,8 @@
 @dirrm share/GNUstep/System/Library/Services
 @exec ${MKDIR} %D/share/GNUstep/System/Library/PostScript
 @dirrm share/GNUstep/System/Library/PostScript
-@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/ix86
-@dirrm share/GNUstep/System/Library/Makefiles/ix86
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/${GNUSTEP_ARCH}
+@dirrm share/GNUstep/System/Library/Makefiles/${GNUSTEP_ARCH}
 @dirrm share/GNUstep/System/Library/Makefiles/Master
 @dirrm share/GNUstep/System/Library/Makefiles/Instance/Shared
 @dirrm share/GNUstep/System/Library/Makefiles/Instance/Documentation



Home | Main Index | Thread Index | Old Index