aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-04-16 18:17:39 +0800
committerdinoex <dinoex@FreeBSD.org>2011-04-16 18:17:39 +0800
commitdf5007c977c6091382a98874b0f74a7bb249b363 (patch)
tree935a2794fc4f6e2253093dbe78cf0c0c7d40e119 /lang
parent89484c95505459e2a14342c0422dd04fb8e264a7 (diff)
downloadfreebsd-ports-graphics-df5007c977c6091382a98874b0f74a7bb249b363.tar.gz
freebsd-ports-graphics-df5007c977c6091382a98874b0f74a7bb249b363.tar.zst
freebsd-ports-graphics-df5007c977c6091382a98874b0f74a7bb249b363.zip
- update GNUSTEP_DEVEL to 1.22.0
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-base/Makefile7
-rw-r--r--lang/gnustep-base/distinfo4
-rw-r--r--lang/gnustep-base/files/objc-common.g.patch11
-rw-r--r--lang/gnustep-base/pkg-plist63
4 files changed, 32 insertions, 53 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index b5f43e8fcee..70714688407 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -7,8 +7,7 @@
PORTNAME= gnustep-base
.if defined(WITH_GNUSTEP_DEVEL)
-PORTVERSION= 1.21.1
-PORTREVISION= 2
+PORTVERSION= 1.22.0
.else
PORTVERSION= 1.19.3
PORTREVISION= 4
@@ -56,9 +55,7 @@ ETCDIR= ${LOCALBASE}/etc
.if !defined(WITHOUT_GNUSTEP_FAKEMAIN)
CONFIGURE_ARGS+= --enable-fake-main
.endif
-.if defined(WITH_GNUSTEP_DEVEL)
-EXTRA_PATCHES+= ${FILESDIR}/objc-common.g.patch
-.else
+.if !defined(WITH_GNUSTEP_DEVEL)
EXTRA_PATCHES+= ${FILESDIR}/config.objc.m.patch
.endif
diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo
index b2adc3ad72d..a1faaed78c2 100644
--- a/lang/gnustep-base/distinfo
+++ b/lang/gnustep-base/distinfo
@@ -1,4 +1,4 @@
SHA256 (gnustep-base-1.19.3.tar.gz) = e804922a6717b6341b5182b19bac022ef2314f3cb2b00f62a0c43b65a5f40bd8
SIZE (gnustep-base-1.19.3.tar.gz) = 2612479
-SHA256 (gnustep-base-1.21.1.tar.gz) = da80bc24f602ff01eff0699acf842859edcab213ad8a25490fa9fa19349fa9e5
-SIZE (gnustep-base-1.21.1.tar.gz) = 2616458
+SHA256 (gnustep-base-1.22.0.tar.gz) = ebb86cdcf194891194079506b2e08bd09df7d5be5413cbbfa521d4ea76a77b3a
+SIZE (gnustep-base-1.22.0.tar.gz) = 2880760
diff --git a/lang/gnustep-base/files/objc-common.g.patch b/lang/gnustep-base/files/objc-common.g.patch
deleted file mode 100644
index 33dff88e86e..00000000000
--- a/lang/gnustep-base/files/objc-common.g.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/objc-common.g.orig 2010-02-15 10:35:20.000000000 +0100
-+++ config/objc-common.g 2010-11-12 15:19:46.000000000 +0100
-@@ -5,7 +5,7 @@
-
- #include <objc/Object.h>
-
--#ifndef NeXT_RUNTIME
-+#if !defined(NeXT_RUNTIME) && !defined(__GNUSTEP_RUNTIME__)
- #include <objc/NXConstStr.h>
- @implementation NXConstantString
- - (const char*) cString
diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist
index 188b8f1b187..6774b415392 100644
--- a/lang/gnustep-base/pkg-plist
+++ b/lang/gnustep-base/pkg-plist
@@ -28,6 +28,7 @@ GNUstep/System/Library/Headers/Foundation/NSAutoreleasePool.h
GNUstep/System/Library/Headers/Foundation/NSBundle.h
GNUstep/System/Library/Headers/Foundation/NSByteOrder.h
GNUstep/System/Library/Headers/Foundation/NSCache.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/Foundation/NSCalendar.h
GNUstep/System/Library/Headers/Foundation/NSCalendarDate.h
GNUstep/System/Library/Headers/Foundation/NSCharacterSet.h
GNUstep/System/Library/Headers/Foundation/NSClassDescription.h
@@ -65,6 +66,7 @@ GNUstep/System/Library/Headers/Foundation/NSInvocation.h
GNUstep/System/Library/Headers/Foundation/NSKeyValueCoding.h
GNUstep/System/Library/Headers/Foundation/NSKeyValueObserving.h
GNUstep/System/Library/Headers/Foundation/NSKeyedArchiver.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/Foundation/NSLocale.h
GNUstep/System/Library/Headers/Foundation/NSLock.h
GNUstep/System/Library/Headers/Foundation/NSMapTable.h
GNUstep/System/Library/Headers/Foundation/NSMethodSignature.h
@@ -89,6 +91,7 @@ GNUstep/System/Library/Headers/Foundation/NSPropertyList.h
GNUstep/System/Library/Headers/Foundation/NSProtocolChecker.h
GNUstep/System/Library/Headers/Foundation/NSProxy.h
GNUstep/System/Library/Headers/Foundation/NSRange.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/Foundation/NSRegularExpression.h
GNUstep/System/Library/Headers/Foundation/NSRunLoop.h
GNUstep/System/Library/Headers/Foundation/NSScanner.h
GNUstep/System/Library/Headers/Foundation/NSSerialization.h
@@ -98,6 +101,7 @@ GNUstep/System/Library/Headers/Foundation/NSSpellServer.h
GNUstep/System/Library/Headers/Foundation/NSStream.h
GNUstep/System/Library/Headers/Foundation/NSString.h
GNUstep/System/Library/Headers/Foundation/NSTask.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/Foundation/NSTextCheckingResult.h
GNUstep/System/Library/Headers/Foundation/NSThread.h
GNUstep/System/Library/Headers/Foundation/NSTimeZone.h
GNUstep/System/Library/Headers/Foundation/NSTimer.h
@@ -140,6 +144,7 @@ GNUstep/System/Library/Headers/GNUstepBase/GSIMap.h
GNUstep/System/Library/Headers/GNUstepBase/GSLocale.h
GNUstep/System/Library/Headers/GNUstepBase/GSLock.h
GNUstep/System/Library/Headers/GNUstepBase/GSMime.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h
GNUstep/System/Library/Headers/GNUstepBase/GSUnion.h
GNUstep/System/Library/Headers/GNUstepBase/GSVersionMacros.h
@@ -168,45 +173,27 @@ GNUstep/System/Library/Headers/GNUstepBase/Unicode.h
GNUstep/System/Library/Headers/GNUstepBase/preface.h
%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/ObjectiveC2/Availability.h
%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/ObjectiveC2/blocks_runtime.h
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/ObjectiveC2/capabilities.h
%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/ObjectiveC2/runtime.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/Additions.h
-GNUstep/System/Library/Headers/gnustep/base/GCObject.h
-GNUstep/System/Library/Headers/gnustep/base/GNUstep.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/GSBlocks.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GCObject.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GNUstep.h
%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSCategories.h
-GNUstep/System/Library/Headers/gnustep/base/GSFileHandle.h
-GNUstep/System/Library/Headers/gnustep/base/GSFunctions.h
-GNUstep/System/Library/Headers/gnustep/base/GSIArray.h
-GNUstep/System/Library/Headers/gnustep/base/GSIMap.h
-GNUstep/System/Library/Headers/gnustep/base/GSLocale.h
-GNUstep/System/Library/Headers/gnustep/base/GSLock.h
-GNUstep/System/Library/Headers/gnustep/base/GSMime.h
-GNUstep/System/Library/Headers/gnustep/base/GSObjCRuntime.h
-GNUstep/System/Library/Headers/gnustep/base/GSUnion.h
-GNUstep/System/Library/Headers/gnustep/base/GSVersionMacros.h
-GNUstep/System/Library/Headers/gnustep/base/GSXML.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSArray+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSAttributedString+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSBundle+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSCalendarDate+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSData+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSDebug+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSFileHandle+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSLock+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSMutableString+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSNumber+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSObject+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSProcessInfo+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSStream+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSString+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSTask+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSThread+GNUstepBase.h
-%%GNUSTEP_DEVEL%%GNUstep/System/Library/Headers/gnustep/base/NSURL+GNUstepBase.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSFileHandle.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSFunctions.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSIArray.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSIMap.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSLocale.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSLock.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSMime.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSObjCRuntime.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSUnion.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSVersionMacros.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/GSXML.h
%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/NSTask+GS.h
-GNUstep/System/Library/Headers/gnustep/base/Unicode.h
-GNUstep/System/Library/Headers/gnustep/base/behavior.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/Unicode.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/behavior.h
%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/objc-gnu2next.h
-GNUstep/System/Library/Headers/gnustep/base/preface.h
+%%GNUSTEP_STABLE%%GNUstep/System/Library/Headers/gnustep/base/preface.h
GNUstep/System/Library/Headers/gnustep/unicode/caseconv.h
GNUstep/System/Library/Headers/gnustep/unicode/cop.h
GNUstep/System/Library/Headers/gnustep/unicode/cyrillic.h
@@ -229,6 +216,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Italian
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Korean
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.aliases
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.canonical
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.encodings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Russian
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Slovak
@@ -400,6 +388,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Mendoza
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Menominee
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Merida
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Metlakatla
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Mexico_City
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Miquelon
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Moncton
@@ -412,6 +401,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Nipigon
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Nome
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Noronha
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/Beulah
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/Center
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/North_Dakota/New_Salem
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Panama
@@ -438,6 +428,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Sao_Paulo
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Scoresbysund
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Shiprock
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Sitka
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/St_Barthelemy
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/St_Johns
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/St_Kitts
@@ -783,6 +774,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Apia
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Auckland
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Chatham
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Chuuk
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Easter
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Efate
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Enderbury
@@ -808,6 +800,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Pago_Pago
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Palau
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Pitcairn
+%%GNUSTEP_DEVEL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Pohnpei
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Ponape
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Port_Moresby
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Pacific/Rarotonga