diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-04 06:46:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-04 06:46:03 +0000 |
commit | 228320d5eef670cc5544c723de8723c734837d4c (patch) | |
tree | ae31a3587c4edd1524d0159fd248542db668cc11 /lang/gnustep-base | |
parent | Use a tab instead of a space after a variable name. (diff) |
GNUstep Update
- Update: gnustep-make-1.3.2
- remove obsolete MASTER_SITES
- Update: gnustep-objc-1.2.2
- Update: gnustep-base-1.3.2
- remove obsolete MASTER_SITES
- fix configure for libxml2
- more languages: Russian, Slovak, UkraineRussian
- Update: gnustep-guile-1.0.3.tar.gz
Not updated to: gnustep-gui-0.7.7,
it conflicts with gnustep-xgps-0.7.6
Notes
Notes:
svn path=/head/; revision=60574
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 9 | ||||
-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 | 3 |
4 files changed, 29 insertions, 5 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 7ebd0a06667f..738fe25bde63 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -6,11 +6,9 @@ # PORTNAME= gnustep-base -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= lang devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - http://ftp.codefactory.se/pub/gnu/gstep/ \ - http://planetmirror.com/pub/gnustep/core/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ MAINTAINER= ports@FreeBSD.org @@ -18,6 +16,8 @@ BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/g LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/gnustep-objc +BREAKS_IF_PEDANTIC= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 @@ -34,6 +34,7 @@ USE_GMAKE= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" NO_MTREE= yes +CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml .if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index adc65e125bee..31a2c4dc6e7d 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1 +1 @@ -MD5 (gnustep-base-1.3.0.tar.gz) = 17ada29260cd7df0f00639c11ad0349b +MD5 (gnustep-base-1.3.2.tar.gz) = 9a496baaf1014e4173e5efc4fc1720c7 diff --git a/lang/gnustep-base/files/patch-configure b/lang/gnustep-base/files/patch-configure new file mode 100644 index 000000000000..2097a7ab7e4d --- /dev/null +++ b/lang/gnustep-base/files/patch-configure @@ -0,0 +1,20 @@ +--- 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 b75804d5b38b..d97f3aac5c2f 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -109,6 +109,9 @@ System/Libraries/Resources/Languages/French System/Libraries/Resources/Languages/German System/Libraries/Resources/Languages/Italian System/Libraries/Resources/Languages/Locale.aliases +System/Libraries/Resources/Languages/Russian +System/Libraries/Resources/Languages/Slovak +System/Libraries/Resources/Languages/UkraineRussian System/Libraries/Resources/NSCharacterSets/README.CharSet System/Libraries/Resources/NSCharacterSets/alphanumericCharSet.dat System/Libraries/Resources/NSCharacterSets/controlCharSet.dat |