diff options
author | rh <rh@pkgsrc.org> | 2003-01-03 04:02:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-03 04:02:25 +0000 |
commit | a198a706e10632dd436e5994b6bc7f1e2fb6f4e0 (patch) | |
tree | 4dcd9fca46f59930fbdf357303b589f067b80ad5 /devel/gnustep-make | |
parent | afe01dffe4a2b2cb073a7f41c419aa7dc3aaa93d (diff) | |
download | pkgsrc-a198a706e10632dd436e5994b6bc7f1e2fb6f4e0.tar.gz |
Update gnustep-make to 1.5.1.
Changes in version `1.5.1'
==========================
* Framework support rewritten, also supports multiple names.
* API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR.
* Unified link commands between libraries and frameworks
(LIB_LINK_*).
* New 'make strings' target for localization support.
* Speed improvements.
* Doesn't try to build OSX bundle on GNUstep and vice versa.
* API change: Tools/Subproj can have resources.
* API change: TOOL_INSTALL_DIR.
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 28 | ||||
-rw-r--r-- | devel/gnustep-make/PLIST | 17 | ||||
-rw-r--r-- | devel/gnustep-make/buildlink2.mk | 4 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 6 |
4 files changed, 42 insertions, 13 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index d77e8c59a76..df81c2c49a4 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/09/29 23:45:52 rh Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/03 04:02:25 rh Exp $ # -DISTNAME= gnustep-make-1.5.0 -PKGREVISION= 3 +DISTNAME= gnustep-make-1.5.1 CATEGORIES= devel gnustep MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ @@ -15,9 +14,10 @@ USE_X11= YES MAKEFILE= GNUmakefile GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep +GNUSTEP_HOST_CPU= ${MACHINE_GNU_ARCH:S/i386/ix86/} CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" -PLIST_SUBST+= GNUSTEP_HOST_CPU=${MACHINE_GNU_ARCH:S/i386/ix86/} +PLIST_SUBST+= GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU} PLIST_SUBST+= APPEND_ELF=${APPEND_ELF} post-extract: @@ -25,4 +25,24 @@ post-extract: && ${SED} 's!/usr/pkg!${LOCALBASE}!g' \ ${WRKSRC}/target.make.orig > ${WRKSRC}/target.make +post-install: +.for sub in System Local + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/${sub}/Headers/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} +.for dir in Libraries Tools + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/${sub}/${dir}/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu +.endfor +.endfor +.for dir in Services PostScript Frameworks Colors Bundles + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/${dir} +.endfor +.for dir in Resources Java + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Libraries/${dir} +.endfor +.for dir in User Developer + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Documentation/${dir} +.endfor + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Developer/Palettes + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Applications + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Tools/Java + .include "../../mk/bsd.pkg.mk" diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index 9d1987584ca..a979e7f91f6 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,10 +1,17 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/28 02:01:40 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/03 04:02:25 rh Exp $ share/GNUstep/System/Makefiles/GNUstep-reset.sh share/GNUstep/System/Makefiles/GNUstep.csh share/GNUstep/System/Makefiles/GNUstep.sh +share/GNUstep/System/Makefiles/Instance/Documentation/autogsdoc.make +share/GNUstep/System/Makefiles/Instance/Documentation/gsdoc.make +share/GNUstep/System/Makefiles/Instance/Documentation/install_files.make +share/GNUstep/System/Makefiles/Instance/Documentation/javadoc.make +share/GNUstep/System/Makefiles/Instance/Documentation/latex.make +share/GNUstep/System/Makefiles/Instance/Documentation/texi.make share/GNUstep/System/Makefiles/Instance/Shared/bundle.make share/GNUstep/System/Makefiles/Instance/Shared/headers.make share/GNUstep/System/Makefiles/Instance/Shared/java.make +share/GNUstep/System/Makefiles/Instance/Shared/strings.make share/GNUstep/System/Makefiles/Instance/application.make share/GNUstep/System/Makefiles/Instance/bundle.make share/GNUstep/System/Makefiles/Instance/clibrary.make @@ -106,6 +113,8 @@ share/GNUstep/System/Tools/openapp share/GNUstep/System/Tools/opentool share/GNUstep/System/share/config.site @dirrm share/GNUstep/System/share +@exec ${MKDIR} %D/share/GNUstep/System/Tools/Resources +@dirrm share/GNUstep/System/Tools/Resources @exec ${MKDIR} %D/share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu @dirrm share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu @dirrm share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} @@ -117,7 +126,10 @@ share/GNUstep/System/share/config.site @dirrm share/GNUstep/System/Makefiles/${GNUSTEP_HOST_CPU} @dirrm share/GNUstep/System/Makefiles/Master @dirrm share/GNUstep/System/Makefiles/Instance/Shared +@dirrm share/GNUstep/System/Makefiles/Instance/Documentation @dirrm share/GNUstep/System/Makefiles/Instance +@exec ${MKDIR} %D/share/GNUstep/System/Makefiles/Auxiliary +@dirrm share/GNUstep/System/Makefiles/Auxiliary @exec ${MKDIR} %D/share/GNUstep/System/Makefiles/Additional @dirrm share/GNUstep/System/Makefiles/Additional @dirrm share/GNUstep/System/Makefiles @@ -162,9 +174,6 @@ share/GNUstep/System/share/config.site @dirrm share/GNUstep/System @exec ${MKDIR} %D/share/GNUstep/Network @dirrm share/GNUstep/Network -@exec ${MKDIR} %D/share/GNUstep/Local/Users/Administrator -@dirrm share/GNUstep/Local/Users/Administrator -@dirrm share/GNUstep/Local/Users @exec ${MKDIR} %D/share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu @dirrm share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu @dirrm share/GNUstep/Local/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} diff --git a/devel/gnustep-make/buildlink2.mk b/devel/gnustep-make/buildlink2.mk index f20987c12c9..73d6e325cb7 100644 --- a/devel/gnustep-make/buildlink2.mk +++ b/devel/gnustep-make/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.3 2002/09/27 23:52:38 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/01/03 04:02:26 rh Exp $ # .if !defined(GNUSTEP_MAKE_BUILDLINK2_MK) GNUSTEP_MAKE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnustep-make -BUILDLINK_DEPENDS.gnustep-make?= gnustep-make>=1.5.0nb2 +BUILDLINK_DEPENDS.gnustep-make?= gnustep-make>=1.5.1 BUILDLINK_PKGSRCDIR.gnustep-make?= ../../devel/gnustep-make EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-make=gnustep-make diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index 38db85c776d..2dff2d2db87 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/09/27 15:22:11 rh Exp $ +$NetBSD: distinfo,v 1.3 2003/01/03 04:02:26 rh Exp $ -SHA1 (gnustep-make-1.5.0.tar.gz) = 04eedb26fe34104548e5f5963cc11f5bed500709 -Size (gnustep-make-1.5.0.tar.gz) = 312944 bytes +SHA1 (gnustep-make-1.5.1.tar.gz) = 009b727a7aa68ed868a0e030fe3c8fe58d70ffad +Size (gnustep-make-1.5.1.tar.gz) = 333780 bytes SHA1 (patch-aa) = 4969ea2cbd61e4bc2dab109abcbbdf5177ebdd8c SHA1 (patch-ab) = 09ff1a67ee88e40d7d4efa3a8417757e62f6fa4b |