pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Changes in version `1.8.0':



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7cd935821fe
branches:  trunk
changeset: 464241:d7cd935821fe
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 05 09:16:33 2003 +0000

description:
Changes in version `1.8.0':
   Read the NEWS file for a complete list of changes since the last
stable release. The major difference from 1.6.0 is that the locations
of certain directories have changed. Generally this will not cause a
problem unless your GNUstep directory is shared by multiple machines
running this and earlier (1.6.x) versions of the software.

diffstat:

 devel/gnustep-make/Makefile         |   45 +---
 devel/gnustep-make/PLIST            |  337 ++++++++++++++---------------------
 devel/gnustep-make/buildlink2.mk    |   28 +-
 devel/gnustep-make/distinfo         |   10 +-
 devel/gnustep-make/patches/patch-ab |    6 +-
 devel/gnustep-make/patches/patch-ac |   18 +-
 6 files changed, 176 insertions(+), 268 deletions(-)

diffs (truncated from 573 to 300 lines):

diff -r 8d72465571b3 -r d7cd935821fe devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Fri Dec 05 08:46:05 2003 +0000
+++ b/devel/gnustep-make/Makefile       Fri Dec 05 09:16:33 2003 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:30:53 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/05 09:16:33 adam Exp $
 #
 
-DISTNAME=              gnustep-make-1.6.0
-CATEGORIES=            devel gnustep
-MASTER_SITES=          ftp://ftp.gnustep.org/pub/gnustep/core/
+DISTNAME=      gnustep-make-1.8.0
+CATEGORIES=    devel gnustep
+MASTER_SITES=  ftp://ftp.gnustep.org/pub/gnustep/core/
 
-MAINTAINER=            rh%NetBSD.org@localhost
-HOMEPAGE=              http://www.gnustep.org/
-COMMENT=               GNUstep makefile package
+MAINTAINER=    rh%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnustep.org/
+COMMENT=       GNUstep makefile package
 
 USE_GMAKE=             YES
 USE_X11=               YES
@@ -15,34 +15,13 @@
 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}"
 
-PLIST_SUBST+=  GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU}
-PLIST_SUBST+=  APPEND_ELF=${APPEND_ELF}
-
 post-patch:
-       ${CP} ${WRKSRC}/target.make ${WRKSRC}/target.make.bak && \
-               ${SED} -e 's;/usr/pkg;${LOCALBASE};g'  -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \
-                       ${WRKSRC}/target.make.bak > ${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
+       ${CP} ${WRKSRC}/target.make ${WRKSRC}/target.make.bak
+       ${SED}  -e 's;/usr/pkg;${LOCALBASE};g' \
+               -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \
+               ${WRKSRC}/target.make.bak > ${WRKSRC}/target.make
 
 .include "../../mk/bsd.pkg.mk"
diff -r 8d72465571b3 -r d7cd935821fe devel/gnustep-make/PLIST
--- a/devel/gnustep-make/PLIST  Fri Dec 05 08:46:05 2003 +0000
+++ b/devel/gnustep-make/PLIST  Fri Dec 05 09:16:33 2003 +0000
@@ -1,220 +1,155 @@
-@comment $NetBSD: PLIST,v 1.4 2003/04/01 08:29:12 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/stamp-string.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
-share/GNUstep/System/Makefiles/Instance/ctool.make
-share/GNUstep/System/Makefiles/Instance/documentation.make
-share/GNUstep/System/Makefiles/Instance/framework.make
-share/GNUstep/System/Makefiles/Instance/gswapp.make
-share/GNUstep/System/Makefiles/Instance/gswbundle.make
-share/GNUstep/System/Makefiles/Instance/java-tool.make
-share/GNUstep/System/Makefiles/Instance/java.make
-share/GNUstep/System/Makefiles/Instance/library.make
-share/GNUstep/System/Makefiles/Instance/objc.make
-share/GNUstep/System/Makefiles/Instance/palette.make
-share/GNUstep/System/Makefiles/Instance/resource-set.make
-share/GNUstep/System/Makefiles/Instance/rules.make
-share/GNUstep/System/Makefiles/Instance/service.make
-share/GNUstep/System/Makefiles/Instance/subproject.make
-share/GNUstep/System/Makefiles/Instance/test-application.make
-share/GNUstep/System/Makefiles/Instance/test-library.make
-share/GNUstep/System/Makefiles/Instance/test-tool.make
-share/GNUstep/System/Makefiles/Instance/tool.make
-share/GNUstep/System/Makefiles/Master/aggregate.make
-share/GNUstep/System/Makefiles/Master/application.make
-share/GNUstep/System/Makefiles/Master/bundle.make
-share/GNUstep/System/Makefiles/Master/clibrary.make
-share/GNUstep/System/Makefiles/Master/ctool.make
-share/GNUstep/System/Makefiles/Master/documentation.make
-share/GNUstep/System/Makefiles/Master/framework.make
-share/GNUstep/System/Makefiles/Master/gswapp.make
-share/GNUstep/System/Makefiles/Master/gswbundle.make
-share/GNUstep/System/Makefiles/Master/java-tool.make
-share/GNUstep/System/Makefiles/Master/java.make
-share/GNUstep/System/Makefiles/Master/library.make
-share/GNUstep/System/Makefiles/Master/objc.make
-share/GNUstep/System/Makefiles/Master/palette.make
-share/GNUstep/System/Makefiles/Master/resource-set.make
-share/GNUstep/System/Makefiles/Master/rpm.make
-share/GNUstep/System/Makefiles/Master/rules.make
-share/GNUstep/System/Makefiles/Master/service.make
-share/GNUstep/System/Makefiles/Master/source-distribution.make
-share/GNUstep/System/Makefiles/Master/subproject.make
-share/GNUstep/System/Makefiles/Master/test-application.make
-share/GNUstep/System/Makefiles/Master/test-library.make
-share/GNUstep/System/Makefiles/Master/test-tool.make
-share/GNUstep/System/Makefiles/Master/tool.make
-share/GNUstep/System/Makefiles/aggregate.make
-share/GNUstep/System/Makefiles/application.make
-share/GNUstep/System/Makefiles/bundle.make
-share/GNUstep/System/Makefiles/clean_cpu.sh
-share/GNUstep/System/Makefiles/clean_os.sh
-share/GNUstep/System/Makefiles/clean_vendor.sh
-share/GNUstep/System/Makefiles/clibrary.make
-share/GNUstep/System/Makefiles/common.make
-share/GNUstep/System/Makefiles/config.guess
-share/GNUstep/System/Makefiles/config.sub
-share/GNUstep/System/Makefiles/cpu.sh
-share/GNUstep/System/Makefiles/ctool.make
-share/GNUstep/System/Makefiles/documentation.make
-share/GNUstep/System/Makefiles/executable.template
-share/GNUstep/System/Makefiles/fixpath.sh
-share/GNUstep/System/Makefiles/framework.make
-share/GNUstep/System/Makefiles/gswapp.make
-share/GNUstep/System/Makefiles/gswbundle.make
-share/GNUstep/System/Makefiles/install-sh
-share/GNUstep/System/Makefiles/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/config.make
-share/GNUstep/System/Makefiles/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/user_home
-share/GNUstep/System/Makefiles/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/which_lib
-share/GNUstep/System/Makefiles/java-executable.template
-share/GNUstep/System/Makefiles/java-tool.make
-share/GNUstep/System/Makefiles/java.make
-share/GNUstep/System/Makefiles/jni.make
-share/GNUstep/System/Makefiles/ld_lib_path.csh
-share/GNUstep/System/Makefiles/ld_lib_path.sh
-share/GNUstep/System/Makefiles/library-combo.make
-share/GNUstep/System/Makefiles/library.make
-share/GNUstep/System/Makefiles/messages.make
-share/GNUstep/System/Makefiles/mkinstalldirs
-share/GNUstep/System/Makefiles/names.make
-share/GNUstep/System/Makefiles/objc.make
-share/GNUstep/System/Makefiles/os.sh
-share/GNUstep/System/Makefiles/palette.make
-share/GNUstep/System/Makefiles/relative_path.sh
-share/GNUstep/System/Makefiles/resource-set.make
-share/GNUstep/System/Makefiles/rules.make
-share/GNUstep/System/Makefiles/service.make
-share/GNUstep/System/Makefiles/spec-debug-alone-rules.template
-share/GNUstep/System/Makefiles/spec-debug-rules.template
-share/GNUstep/System/Makefiles/spec-rules.template
-share/GNUstep/System/Makefiles/subproject.make
-share/GNUstep/System/Makefiles/target.make
-share/GNUstep/System/Makefiles/test-application.make
-share/GNUstep/System/Makefiles/test-library.make
-share/GNUstep/System/Makefiles/test-tool.make
-share/GNUstep/System/Makefiles/tool.make
-share/GNUstep/System/Makefiles/transform_paths.sh
-share/GNUstep/System/Makefiles/vendor.sh
+@comment $NetBSD: PLIST,v 1.5 2003/12/05 09:16:33 adam Exp $
+share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh
+share/GNUstep/System/Library/Makefiles/GNUstep.csh
+share/GNUstep/System/Library/Makefiles/GNUstep.sh
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/autogsdoc.make
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/gsdoc.make
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/install_files.make
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/javadoc.make
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/latex.make
+share/GNUstep/System/Library/Makefiles/Instance/Documentation/texi.make
+share/GNUstep/System/Library/Makefiles/Instance/Shared/bundle.make
+share/GNUstep/System/Library/Makefiles/Instance/Shared/headers.make
+share/GNUstep/System/Library/Makefiles/Instance/Shared/java.make
+share/GNUstep/System/Library/Makefiles/Instance/Shared/stamp-string.make
+share/GNUstep/System/Library/Makefiles/Instance/Shared/strings.make
+share/GNUstep/System/Library/Makefiles/Instance/application.make
+share/GNUstep/System/Library/Makefiles/Instance/bundle.make
+share/GNUstep/System/Library/Makefiles/Instance/clibrary.make
+share/GNUstep/System/Library/Makefiles/Instance/ctool.make
+share/GNUstep/System/Library/Makefiles/Instance/documentation.make
+share/GNUstep/System/Library/Makefiles/Instance/framework.make
+share/GNUstep/System/Library/Makefiles/Instance/gswapp.make
+share/GNUstep/System/Library/Makefiles/Instance/gswbundle.make
+share/GNUstep/System/Library/Makefiles/Instance/java-tool.make
+share/GNUstep/System/Library/Makefiles/Instance/java.make
+share/GNUstep/System/Library/Makefiles/Instance/library.make
+share/GNUstep/System/Library/Makefiles/Instance/objc.make
+share/GNUstep/System/Library/Makefiles/Instance/palette.make
+share/GNUstep/System/Library/Makefiles/Instance/resource-set.make
+share/GNUstep/System/Library/Makefiles/Instance/rules.make
+share/GNUstep/System/Library/Makefiles/Instance/service.make
+share/GNUstep/System/Library/Makefiles/Instance/subproject.make
+share/GNUstep/System/Library/Makefiles/Instance/test-application.make
+share/GNUstep/System/Library/Makefiles/Instance/test-library.make
+share/GNUstep/System/Library/Makefiles/Instance/test-tool.make
+share/GNUstep/System/Library/Makefiles/Instance/tool.make
+share/GNUstep/System/Library/Makefiles/Master/aggregate.make
+share/GNUstep/System/Library/Makefiles/Master/application.make
+share/GNUstep/System/Library/Makefiles/Master/bundle.make
+share/GNUstep/System/Library/Makefiles/Master/clibrary.make
+share/GNUstep/System/Library/Makefiles/Master/ctool.make
+share/GNUstep/System/Library/Makefiles/Master/documentation.make
+share/GNUstep/System/Library/Makefiles/Master/framework.make
+share/GNUstep/System/Library/Makefiles/Master/gswapp.make
+share/GNUstep/System/Library/Makefiles/Master/gswbundle.make
+share/GNUstep/System/Library/Makefiles/Master/java-tool.make
+share/GNUstep/System/Library/Makefiles/Master/java.make
+share/GNUstep/System/Library/Makefiles/Master/library.make
+share/GNUstep/System/Library/Makefiles/Master/objc.make
+share/GNUstep/System/Library/Makefiles/Master/palette.make
+share/GNUstep/System/Library/Makefiles/Master/resource-set.make
+share/GNUstep/System/Library/Makefiles/Master/rpm.make
+share/GNUstep/System/Library/Makefiles/Master/rules.make
+share/GNUstep/System/Library/Makefiles/Master/service.make
+share/GNUstep/System/Library/Makefiles/Master/source-distribution.make
+share/GNUstep/System/Library/Makefiles/Master/subproject.make
+share/GNUstep/System/Library/Makefiles/Master/test-application.make
+share/GNUstep/System/Library/Makefiles/Master/test-library.make
+share/GNUstep/System/Library/Makefiles/Master/test-tool.make
+share/GNUstep/System/Library/Makefiles/Master/tool.make
+share/GNUstep/System/Library/Makefiles/aggregate.make
+share/GNUstep/System/Library/Makefiles/application.make
+share/GNUstep/System/Library/Makefiles/bundle.make
+share/GNUstep/System/Library/Makefiles/clean_cpu.sh
+share/GNUstep/System/Library/Makefiles/clean_os.sh
+share/GNUstep/System/Library/Makefiles/clean_vendor.sh
+share/GNUstep/System/Library/Makefiles/clibrary.make
+share/GNUstep/System/Library/Makefiles/common.make
+share/GNUstep/System/Library/Makefiles/config.guess
+share/GNUstep/System/Library/Makefiles/config.make
+share/GNUstep/System/Library/Makefiles/config.sub
+share/GNUstep/System/Library/Makefiles/cpu.sh
+share/GNUstep/System/Library/Makefiles/ctool.make
+share/GNUstep/System/Library/Makefiles/documentation.make
+share/GNUstep/System/Library/Makefiles/executable.template
+share/GNUstep/System/Library/Makefiles/fixpath.sh
+share/GNUstep/System/Library/Makefiles/framework.make
+share/GNUstep/System/Library/Makefiles/gswapp.make
+share/GNUstep/System/Library/Makefiles/gswbundle.make
+share/GNUstep/System/Library/Makefiles/install-sh
+share/GNUstep/System/Library/Makefiles/java-executable.template
+share/GNUstep/System/Library/Makefiles/java-tool.make
+share/GNUstep/System/Library/Makefiles/java.make
+share/GNUstep/System/Library/Makefiles/jni.make
+share/GNUstep/System/Library/Makefiles/ld_lib_path.csh
+share/GNUstep/System/Library/Makefiles/ld_lib_path.sh
+share/GNUstep/System/Library/Makefiles/library-combo.make
+share/GNUstep/System/Library/Makefiles/library.make
+share/GNUstep/System/Library/Makefiles/messages.make
+share/GNUstep/System/Library/Makefiles/mkinstalldirs
+share/GNUstep/System/Library/Makefiles/names.make
+share/GNUstep/System/Library/Makefiles/objc.make
+share/GNUstep/System/Library/Makefiles/os.sh
+share/GNUstep/System/Library/Makefiles/palette.make
+share/GNUstep/System/Library/Makefiles/relative_path.sh
+share/GNUstep/System/Library/Makefiles/resource-set.make
+share/GNUstep/System/Library/Makefiles/rules.make
+share/GNUstep/System/Library/Makefiles/service.make
+share/GNUstep/System/Library/Makefiles/spec-debug-alone-rules.template
+share/GNUstep/System/Library/Makefiles/spec-debug-rules.template
+share/GNUstep/System/Library/Makefiles/spec-rules.template
+share/GNUstep/System/Library/Makefiles/subproject.make
+share/GNUstep/System/Library/Makefiles/target.make
+share/GNUstep/System/Library/Makefiles/test-application.make
+share/GNUstep/System/Library/Makefiles/test-library.make
+share/GNUstep/System/Library/Makefiles/test-tool.make
+share/GNUstep/System/Library/Makefiles/tool.make
+share/GNUstep/System/Library/Makefiles/transform_paths.sh
+share/GNUstep/System/Library/Makefiles/user_home
+share/GNUstep/System/Library/Makefiles/vendor.sh
+share/GNUstep/System/Library/Makefiles/which_lib
+share/GNUstep/System/Makefiles
 share/GNUstep/System/Tools/debugapp
 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



Home | Main Index | Thread Index | Old Index