pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Some empty directories are now crea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd60688e1581
branches:  trunk
changeset: 464397:cd60688e1581
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 08 15:31:40 2003 +0000

description:
Some empty directories are now created; --enable-flattened is the default for GNUstep, so removed from the main Makefile

diffstat:

 devel/gnustep-make/Makefile |  10 ++++++++--
 devel/gnustep-make/PLIST    |  37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 44 insertions(+), 3 deletions(-)

diffs (86 lines):

diff -r f08820029043 -r cd60688e1581 devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Mon Dec 08 15:28:54 2003 +0000
+++ b/devel/gnustep-make/Makefile       Mon Dec 08 15:31:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/12/05 09:16:33 adam Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/08 15:31:40 adam Exp $
 #
 
 DISTNAME=      gnustep-make-1.8.0
@@ -15,7 +15,6 @@
 GNU_CONFIGURE=         YES
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/share/GNUstep
 GNUSTEP_HOST_CPU=      ${MACHINE_GNU_ARCH:S/i386/ix86/}
-CONFIGURE_ARGS+=       --enable-flattened
 CONFIGURE_ENV+=                INSTALL_PROGRAM="${INSTALL_SCRIPT}"
 
 post-patch:
@@ -24,4 +23,11 @@
                -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \
                ${WRKSRC}/target.make.bak > ${WRKSRC}/target.make
 
+post-install:
+       ${INSTALL_PROGRAM_DIR} ${PREFIX}/share/GNUstep/Local/Applications
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Bundles
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Headers
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Libraries
+
 .include "../../mk/bsd.pkg.mk"
diff -r f08820029043 -r cd60688e1581 devel/gnustep-make/PLIST
--- a/devel/gnustep-make/PLIST  Mon Dec 08 15:28:54 2003 +0000
+++ b/devel/gnustep-make/PLIST  Mon Dec 08 15:31:40 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/12/05 09:16:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/12/08 15:31:40 adam Exp $
 share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh
 share/GNUstep/System/Library/Makefiles/GNUstep.csh
 share/GNUstep/System/Library/Makefiles/GNUstep.sh
@@ -114,6 +114,36 @@
 share/GNUstep/System/Tools/openapp
 share/GNUstep/System/Tools/opentool
 share/GNUstep/System/share/config.site
+@exec ${MKDIR} %D/share/GNUstep/Local/Applications
+@exec ${MKDIR} %D/share/GNUstep/Local/Library/Bundles
+@exec ${MKDIR} %D/share/GNUstep/Local/Library/Headers
+@exec ${MKDIR} %D/share/GNUstep/Local/Library/Libraries
+@exec ${MKDIR} %D/share/GNUstep/Network
+@exec ${MKDIR} %D/share/GNUstep/System/Applications
+@exec ${MKDIR} %D/share/GNUstep/System/Library/ApplicationSupport
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles
+@exec ${MKDIR} %D/share/GNUstep/System/Library/ColorPickers
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Colors
+@exec ${MKDIR} %D/share/GNUstep/System/Library/DocTemplates
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/Developer
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/User
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/info
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/man
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Fonts
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Frameworks
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Headers
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Images
+@exec ${MKDIR} %D/share/GNUstep/System/Library/KeyBindings
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Libraries/Java
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Libraries/Resources
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/Additional
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/Auxiliary
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/ix86
+@exec ${MKDIR} %D/share/GNUstep/System/Library/PostScript
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Services
+@exec ${MKDIR} %D/share/GNUstep/System/Library/Sounds
+@exec ${MKDIR} %D/share/GNUstep/System/Tools/Java
+@exec ${MKDIR} %D/share/GNUstep/System/Tools/Resources
 @dirrm share/GNUstep/System/share
 @dirrm share/GNUstep/System/Tools/Resources
 @dirrm share/GNUstep/System/Tools/Java
@@ -151,5 +181,10 @@
 @dirrm share/GNUstep/System/Applications
 @dirrm share/GNUstep/System
 @dirrm share/GNUstep/Network
+@dirrm share/GNUstep/Local/Library/Libraries
+@dirrm share/GNUstep/Local/Library/Headers
+@dirrm share/GNUstep/Local/Library/Bundles
+@dirrm share/GNUstep/Local/Library
+@dirrm share/GNUstep/Local/Applications
 @dirrm share/GNUstep/Local
 @dirrm share/GNUstep



Home | Main Index | Thread Index | Old Index