diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-29 14:24:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-29 14:24:15 +0000 |
commit | fb5512816ba35b2a7d23ddf39ae8d8f610187e39 (patch) | |
tree | 1ef910f10b13b0a98636fb754ad1c450e01c5b06 /lang/gnustep-base | |
parent | e4ce5ab1880545580b098597bb8c3cae0485eba4 (diff) |
Notes
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-base/distinfo | 2 | ||||
-rw-r--r-- | lang/gnustep-base/files/patch-configure | 20 | ||||
-rw-r--r-- | lang/gnustep-base/pkg-plist | 4 |
4 files changed, 5 insertions, 23 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index f762d0c50abf..6e0f639ae671 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep-base -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= lang devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ http://archive.progeny.com/gnustep/ \ diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index 31a2c4dc6e7d..575f70a554a6 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1 +1 @@ -MD5 (gnustep-base-1.3.2.tar.gz) = 9a496baaf1014e4173e5efc4fc1720c7 +MD5 (gnustep-base-1.4.0.tar.gz) = 2eff09a24fe02e36dc7cdf8e4f60823e diff --git a/lang/gnustep-base/files/patch-configure b/lang/gnustep-base/files/patch-configure deleted file mode 100644 index 2097a7ab7e4d..000000000000 --- a/lang/gnustep-base/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Thu Apr 18 18:02:10 2002 -+++ configure Sun Jun 2 20:16:07 2002 -@@ -5138,7 +5138,7 @@ - if test x$xml_config_prefix != x ; then - xml_config_args="$xml_config_args --prefix=$xml_config_prefix" - if test x${XML_CONFIG+set} != xset ; then -- XML_CONFIG=$xml_config_prefix/bin/xml-config -+ XML_CONFIG=$xml_config_prefix/bin/xml2-config - fi - fi - -@@ -5180,7 +5180,7 @@ - - if test "$XML2_CONFIG" = "no" ; then - # Extract the first word of "xml-config", so it can be a program name with args. --set dummy xml-config; ac_word=$2 -+set dummy xml2-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:5186: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`\" = set"; then diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index 24c4427fbcef..3d8dfde0ab1d 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -72,12 +72,12 @@ System/Headers/Foundation/NSValue.h System/Headers/Foundation/NSZone.h System/Headers/Foundation/objc-load.h System/Headers/gnustep/base/DistributedObjects.h +System/Headers/gnustep/base/GSFileHandle.h System/Headers/gnustep/base/GSIArray.h System/Headers/gnustep/base/GSIMap.h System/Headers/gnustep/base/GSLocale.h System/Headers/gnustep/base/GSUnion.h System/Headers/gnustep/base/Unicode.h -System/Headers/gnustep/base/UnixFileHandle.h System/Headers/gnustep/base/behavior.h System/Headers/gnustep/base/numbers.h System/Headers/gnustep/base/objc-gnu2next.h @@ -702,9 +702,11 @@ System/Makefiles/Additional/base.make System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gdomap System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/HTMLLinker System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/autogsdoc +System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/cvtenc System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/defaults System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/gdnc System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/gsdoc +System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/make_strings System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/pl2link System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/pldes System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/plmerge |