summaryrefslogtreecommitdiff
path: root/devel/gnustep-base
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-08-30 14:53:28 +0000
committeradam <adam@pkgsrc.org>2006-08-30 14:53:28 +0000
commit812bb4670669b26a2326e6531d302bfd5df8e9e0 (patch)
treec3c2e41f80ba9675f143a803c0c84614baf7957c /devel/gnustep-base
parent44322c506ba29834412854b75e2a06143ce27365 (diff)
downloadpkgsrc-812bb4670669b26a2326e6531d302bfd5df8e9e0.tar.gz
Changes 1.13.0:
Debug libraries now have the same name as normal libraries (i.e. no "_d" suffix). This reduces the possiblity of multiple libraries being loaded into the same executable. Added dragonfly OS to make targets. Spaces and backslashes are no longer allowed in paths used by the make package (e.g. with Windows OS). The libraries can still use native paths.
Diffstat (limited to 'devel/gnustep-base')
-rw-r--r--devel/gnustep-base/Makefile6
-rw-r--r--devel/gnustep-base/PLIST36
-rw-r--r--devel/gnustep-base/distinfo12
-rw-r--r--devel/gnustep-base/patches/patch-aa16
-rw-r--r--devel/gnustep-base/patches/patch-af6
5 files changed, 54 insertions, 22 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index 100e8a4c3a1..1751f5ecc10 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2006/07/22 05:10:54 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2006/08/30 14:55:00 adam Exp $
-DISTNAME= gnustep-base-1.12.0
+DISTNAME= gnustep-base-1.13.0
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
@@ -22,7 +22,7 @@ SUBST_FILES.pthread= configure base.make.in
SUBST_SED.pthread= -e 's|@PTHREAD_LIBS@|${PTHREAD_LIBS}|g'
pre-configure:
- ${SED} 's|@PREFIX@|${PREFIX}|g' <${FILESDIR:Q}/openapp >${WRKDIR:Q}/openapp
+ sed 's|@PREFIX@|${PREFIX}|g' <${FILESDIR:Q}/openapp >${WRKDIR:Q}/openapp
post-install:
${INSTALL_SCRIPT} ${WRKDIR:Q}/openapp ${PREFIX:Q}/bin
diff --git a/devel/gnustep-base/PLIST b/devel/gnustep-base/PLIST
index 6f0ec00672e..ebb3a83da89 100644
--- a/devel/gnustep-base/PLIST
+++ b/devel/gnustep-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2006/04/03 18:20:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2006/08/30 14:55:00 adam Exp $
bin/openapp
share/GNUstep/System/Library/Bundles/SSL.bundle/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/SSL.bundle/SSL
@@ -34,6 +34,8 @@ share/GNUstep/System/Library/Headers/Foundation/NSCalendarDate.h
share/GNUstep/System/Library/Headers/Foundation/NSCharacterSet.h
share/GNUstep/System/Library/Headers/Foundation/NSClassDescription.h
share/GNUstep/System/Library/Headers/Foundation/NSCoder.h
+share/GNUstep/System/Library/Headers/Foundation/NSComparisonPredicate.h
+share/GNUstep/System/Library/Headers/Foundation/NSCompoundPredicate.h
share/GNUstep/System/Library/Headers/Foundation/NSConnection.h
share/GNUstep/System/Library/Headers/Foundation/NSData.h
share/GNUstep/System/Library/Headers/Foundation/NSDate.h
@@ -48,10 +50,13 @@ share/GNUstep/System/Library/Headers/Foundation/NSDistributedNotificationCenter.
share/GNUstep/System/Library/Headers/Foundation/NSEnumerator.h
share/GNUstep/System/Library/Headers/Foundation/NSError.h
share/GNUstep/System/Library/Headers/Foundation/NSException.h
+share/GNUstep/System/Library/Headers/Foundation/NSExpression.h
share/GNUstep/System/Library/Headers/Foundation/NSFileHandle.h
share/GNUstep/System/Library/Headers/Foundation/NSFileManager.h
share/GNUstep/System/Library/Headers/Foundation/NSFormatter.h
share/GNUstep/System/Library/Headers/Foundation/NSGeometry.h
+share/GNUstep/System/Library/Headers/Foundation/NSHTTPCookie.h
+share/GNUstep/System/Library/Headers/Foundation/NSHTTPCookieStorage.h
share/GNUstep/System/Library/Headers/Foundation/NSHashTable.h
share/GNUstep/System/Library/Headers/Foundation/NSHost.h
share/GNUstep/System/Library/Headers/Foundation/NSIndexPath.h
@@ -74,6 +79,7 @@ share/GNUstep/System/Library/Headers/Foundation/NSPort.h
share/GNUstep/System/Library/Headers/Foundation/NSPortCoder.h
share/GNUstep/System/Library/Headers/Foundation/NSPortMessage.h
share/GNUstep/System/Library/Headers/Foundation/NSPortNameServer.h
+share/GNUstep/System/Library/Headers/Foundation/NSPredicate.h
share/GNUstep/System/Library/Headers/Foundation/NSProcessInfo.h
share/GNUstep/System/Library/Headers/Foundation/NSPropertyList.h
share/GNUstep/System/Library/Headers/Foundation/NSProtocolChecker.h
@@ -91,7 +97,18 @@ share/GNUstep/System/Library/Headers/Foundation/NSThread.h
share/GNUstep/System/Library/Headers/Foundation/NSTimeZone.h
share/GNUstep/System/Library/Headers/Foundation/NSTimer.h
share/GNUstep/System/Library/Headers/Foundation/NSURL.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLAuthenticationChallenge.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLCache.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLConnection.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLCredential.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLCredentialStorage.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLDownload.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLError.h
share/GNUstep/System/Library/Headers/Foundation/NSURLHandle.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLProtectionSpace.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLProtocol.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLRequest.h
+share/GNUstep/System/Library/Headers/Foundation/NSURLResponse.h
share/GNUstep/System/Library/Headers/Foundation/NSUndoManager.h
share/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h
share/GNUstep/System/Library/Headers/Foundation/NSUtilities.h
@@ -146,23 +163,28 @@ share/GNUstep/System/Library/Headers/gnustep/unicode/decomp.h
share/GNUstep/System/Library/Headers/gnustep/unicode/latin2.h
share/GNUstep/System/Library/Headers/gnustep/unicode/nextstep.h
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/English.lproj/Localizable.strings
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Esperanto.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/French.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/German.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Info-gnustep.plist
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Italian.lproj/Localizable.strings
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Korean.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Dutch
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/English
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Esperanto
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/French
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/German
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Hungarian
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Italian
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Korean
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Locale.aliases
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Locale.encodings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Russian
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Slovak
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Spanish
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/TraditionalChinese
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/UkraineRussian
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Ukrainian
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/.README.swp
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUmakefile
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUstep_zones
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/README
@@ -242,11 +264,13 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Argentina/Ushuaia
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Aruba
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Asuncion
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Atikokan
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Atka
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Bahia
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Barbados
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Belem
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Belize
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Blanc-Sablon
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Boa_Vista
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Bogota
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Boise
@@ -329,6 +353,7 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Nome
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Noronha
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/North_Dakota/Center
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/North_Dakota/New_Salem
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Panama
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Pangnirtung
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/America/Paramaribo
@@ -570,8 +595,11 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Copenhagen
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Dublin
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Gibraltar
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Guernsey
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Helsinki
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Isle_of_Man
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Istanbul
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Jersey
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Kaliningrad
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Kiev
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Lisbon
@@ -605,6 +633,7 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Vatican
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Vienna
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Vilnius
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Volgograd
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Warsaw
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Zagreb
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Europe/Zaporozhye
@@ -755,6 +784,7 @@ share/GNUstep/System/Tools/gdnc
share/GNUstep/System/Tools/gdomap
share/GNUstep/System/Tools/gspath
share/GNUstep/System/Tools/make_strings
+share/GNUstep/System/Tools/objctidy
share/GNUstep/System/Tools/pl
share/GNUstep/System/Tools/pl2link
share/GNUstep/System/Tools/pldes
@@ -790,9 +820,11 @@ share/GNUstep/System/Tools/xmlparse
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages
+@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Korean.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Italian.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/German.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/French.lproj
+@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Esperanto.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/English.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base
@dirrm share/GNUstep/System/Library/Headers/gnustep/unicode
diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo
index 9882d306081..eb7930ab7a1 100644
--- a/devel/gnustep-base/distinfo
+++ b/devel/gnustep-base/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.19 2006/04/03 18:20:50 adam Exp $
+$NetBSD: distinfo,v 1.20 2006/08/30 14:55:00 adam Exp $
-SHA1 (gnustep-base-1.12.0.tar.gz) = 46d7dd5e97cc833147bd035479f7b9da3cce5f59
-RMD160 (gnustep-base-1.12.0.tar.gz) = 2722b38fcc7df9e810e427b95e9471d747770eb3
-Size (gnustep-base-1.12.0.tar.gz) = 2084468 bytes
-SHA1 (patch-aa) = d9985a7e4b926b90b7071a600c06522943b4d441
+SHA1 (gnustep-base-1.13.0.tar.gz) = 0d0578b5aabd6201fd36f4301296aad596475427
+RMD160 (gnustep-base-1.13.0.tar.gz) = 57a4dd3c9759e296d0a95304cd8b0624f1374bbf
+Size (gnustep-base-1.13.0.tar.gz) = 2282713 bytes
+SHA1 (patch-aa) = 038023e8962ac51160d64a0865477ec80b0c0b35
SHA1 (patch-ab) = 51b4273874c6f66a4c6ee6c7e78de7eadc9e7c95
SHA1 (patch-ac) = 0fe1b14c0d016e9279df84aaa26142b8ed06e63f
SHA1 (patch-ae) = f249ee724e9b1eb7aa2967a8f5d3993e0bbcca46
-SHA1 (patch-af) = 16db471d87a5e12a818779a5ceae6519cd75e3b1
+SHA1 (patch-af) = d846b0ccfd666e1d475ec47725a870629ad45a97
diff --git a/devel/gnustep-base/patches/patch-aa b/devel/gnustep-base/patches/patch-aa
index 10bfa90a39f..6ce5b6f94b2 100644
--- a/devel/gnustep-base/patches/patch-aa
+++ b/devel/gnustep-base/patches/patch-aa
@@ -1,23 +1,23 @@
-$NetBSD: patch-aa,v 1.10 2006/04/03 18:20:50 adam Exp $
+$NetBSD: patch-aa,v 1.11 2006/08/30 14:55:00 adam Exp $
---- configure.orig 2006-03-07 11:58:10.000000000 +0100
+--- configure.orig 2006-08-10 13:53:13.000000000 +0200
+++ configure
-@@ -2987,12 +2987,12 @@ echo $ECHO_N "checking the Objective-C r
+@@ -3601,12 +3601,12 @@ echo $ECHO_N "checking the Objective-C r
if test "$OBJC_RUNTIME_LIB" = "nx" -o "$OBJC_RUNTIME_LIB" = "apple"; then
- echo "$as_me:$LINENO: result: NeXT" >&5
- echo "${ECHO_T}NeXT" >&6
+ { echo "$as_me:$LINENO: result: NeXT" >&5
+ echo "${ECHO_T}NeXT" >&6; }
- LIBOBJC='-lobjc'
+ LIBOBJC='-lobjc @PTHREAD_LIBS@'
OBJCFLAGS="-fnext-runtime -DNeXT_RUNTIME"
else
- echo "$as_me:$LINENO: result: GNU" >&5
- echo "${ECHO_T}GNU" >&6
+ { echo "$as_me:$LINENO: result: GNU" >&5
+ echo "${ECHO_T}GNU" >&6; }
- LIBOBJC='-lobjc'
+ LIBOBJC='-lobjc @PTHREAD_LIBS@'
OBJCFLAGS="-fgnu-runtime"
fi
-@@ -3016,7 +3016,7 @@ fi
+@@ -3630,7 +3630,7 @@ fi
# $GNUSTEP_HDIR are used before the standard ones
#
INCLUDE_FLAGS="$INCLUDE_FLAGS -I$GNUSTEP_HDIR"
diff --git a/devel/gnustep-base/patches/patch-af b/devel/gnustep-base/patches/patch-af
index b2964c3bf3a..797e16e4adf 100644
--- a/devel/gnustep-base/patches/patch-af
+++ b/devel/gnustep-base/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2006/01/17 07:38:34 adam Exp $
+$NetBSD: patch-af,v 1.3 2006/08/30 14:55:00 adam Exp $
---- Source/GSHTTPURLHandle.m.orig 2005-11-05 06:58:43.000000000 +0100
+--- Source/GSHTTPURLHandle.m.orig 2006-07-18 17:45:35.000000000 +0200
+++ Source/GSHTTPURLHandle.m
-@@ -1152,8 +1152,6 @@ static void debugWrite(GSHTTPURLHandle *
+@@ -1254,8 +1254,6 @@ static void debugWrite(GSHTTPURLHandle *
}
if (sock == nil)
{