- Update to 1.5.1
patch is now merged in distribution
This commit is contained in:
parent
17f8d112e5
commit
a856c2ce22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70645
4 changed files with 6 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnustep-base
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
|
||||
http://archive.progeny.com/gnustep/core/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnustep-base-1.5.0.tar.gz) = 907363def64952720c46069206d6d9e9
|
||||
MD5 (gnustep-base-1.5.1.tar.gz) = 817cfca4f6c59d10592dd7ca8ad4e418
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- Source/NSFileManager.m.orig Fri Oct 25 11:32:59 2002
|
||||
+++ Source/NSFileManager.m Fri Oct 25 11:33:26 2002
|
||||
@@ -100,9 +100,10 @@
|
||||
|
||||
#ifdef HAVE_SYS_VFS_H
|
||||
# include <sys/vfs.h>
|
||||
-# ifdef HAVE_SYS_STATVFS_H
|
||||
-# include <sys/statvfs.h>
|
||||
-# endif
|
||||
+#endif
|
||||
+
|
||||
+#ifdef HAVE_SYS_STATVFS_H
|
||||
+# include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_STATFS_H
|
|
@ -72,6 +72,7 @@ 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/GCObject.h
|
||||
System/Headers/gnustep/base/GSFileHandle.h
|
||||
System/Headers/gnustep/base/GSIArray.h
|
||||
System/Headers/gnustep/base/GSIMap.h
|
||||
|
@ -94,6 +95,7 @@ System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-base.so.%%VERSION
|
|||
System/Libraries/Resources/DTDs/gsdoc-0_6_5.dtd
|
||||
System/Libraries/Resources/DTDs/gsdoc-0_6_6.dtd
|
||||
System/Libraries/Resources/DTDs/gsdoc-0_6_7.dtd
|
||||
System/Libraries/Resources/DTDs/gsdoc-1_0_0.dtd
|
||||
System/Libraries/Resources/DTDs/plist-0_9.dtd
|
||||
System/Libraries/Resources/DocTemplates/AutoDocTemplate.gsdoc
|
||||
System/Libraries/Resources/DocTemplates/indextemplate.gsdoc
|
||||
|
@ -107,6 +109,7 @@ 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/Locale.encodings
|
||||
System/Libraries/Resources/Languages/Russian
|
||||
System/Libraries/Resources/Languages/Slovak
|
||||
System/Libraries/Resources/Languages/UkraineRussian
|
||||
|
@ -366,6 +369,7 @@ System/Libraries/Resources/NSTimeZones/zones/Asia/Kuwait
|
|||
System/Libraries/Resources/NSTimeZones/zones/Asia/Macao
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Macau
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Magadan
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Makassar
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Manila
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Muscat
|
||||
System/Libraries/Resources/NSTimeZones/zones/Asia/Nicosia
|
||||
|
@ -694,9 +698,7 @@ System/Libraries/Resources/NSTimeZones/zones/Universal
|
|||
System/Libraries/Resources/NSTimeZones/zones/W-SU
|
||||
System/Libraries/Resources/NSTimeZones/zones/WET
|
||||
System/Libraries/Resources/NSTimeZones/zones/Zulu
|
||||
System/Library/Bundles/SSL.bundle/Contents/Info.plist
|
||||
System/Library/Bundles/SSL.bundle/Resources/Info-gnustep.plist
|
||||
System/Library/Bundles/SSL.bundle/Resources/Info.plist
|
||||
System/Library/Bundles/SSL.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/SSL
|
||||
System/Makefiles/Additional/base.make
|
||||
System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gdomap
|
||||
|
@ -713,13 +715,10 @@ System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/plmerge
|
|||
System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/plparse
|
||||
System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/plser
|
||||
System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/sfparse
|
||||
@exec ln -sf ../Resources %D/System/Library/Bundles/SSL.bundle/Contents/Resources
|
||||
@unexec rm -f %D/System/Library/Bundles/SSL.bundle/Contents/Resources
|
||||
@dirrm System/Library/Bundles/SSL.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu
|
||||
@dirrm System/Library/Bundles/SSL.bundle/%%GNU_ARCH%%/%%OPSYS%%
|
||||
@dirrm System/Library/Bundles/SSL.bundle/%%GNU_ARCH%%
|
||||
@dirrm System/Library/Bundles/SSL.bundle/Resources
|
||||
@dirrm System/Library/Bundles/SSL.bundle/Contents
|
||||
@dirrm System/Library/Bundles/SSL.bundle
|
||||
@dirrm System/Libraries/Resources/NSTimeZones/zones/US
|
||||
@dirrm System/Libraries/Resources/NSTimeZones/zones/SystemV
|
||||
|
|
Loading…
Reference in a new issue