Index: Makefile =================================================================== --- Makefile (revision 325335) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-base -PORTVERSION= 1.24.0 +PORTVERSION= 1.24.5 PORTREVISION= 1 CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} @@ -11,6 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep Foundation library +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi + LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt @@ -17,14 +20,16 @@ LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu +LIB_DEPENDS+= objc.4:${PORTSDIR}/lang/libobjc2 +LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt -LICENSE_COMB= multi -LICENSE= GPLv3 LGPL3 - USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-openssl --enable-tls \ - --with-tls-prefix=${LOCALBASE} TLS_CONFIG="pkg-config -gnutls" + --with-tls-prefix=${LOCALBASE} TLS_CONFIG="pkg-config -gnutls"\ + --disable-mixedabi +CONFIGURE_ENV+= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks' USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes @@ -40,33 +45,14 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE} ETCDIR= ${LOCALBASE}/etc -.if !defined(WITHOUT_GNUSTEP_FAKEMAIN) -CONFIGURE_ARGS+= --enable-fake-main -.endif - PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch .include -.if !defined(GNUSTEP_WITH_CLANG) -.if defined(GNUSTEP_WITH_BASE_GCC) -.if ${OSVERSION} < 800000 -IGNORE= does not build on FreeBSD 7 -.endif -.if ${OSVERSION} >= 900036 -IGNORE= needs an objective C compiler -.endif -.endif -.endif - -.if defined(GNUSTEP_WITH_LIBOBJC2) || defined(GNUSTEP_WITH_CLANG) LIB_DEPENDS+= objc:${PORTSDIR}/${PKGCATEGORY}/libobjc2 CFLAGS+= -I${LOCALBASE}/include -DOBJC2RUNTIME=1 PLIST_SUB+= WITH_LIB1="@comment " -.else -PLIST_SUB+= WITH_LIB1="" -.endif PATH:= ${PREFIX}/System/Tools:${PATH} Index: distinfo =================================================================== --- distinfo (revision 325335) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnustep-base-1.24.0.tar.gz) = e07040e85a6bf3e89a9d66424a40dc8d3be749fbe7c0c98942cff5e4f35a6b11 -SIZE (gnustep-base-1.24.0.tar.gz) = 2947759 +SHA256 (gnustep-base-1.24.5.tar.gz) = e82aa50d6b04c7b06b0e23e89e3f85243cadd1545afb991924681ea02b219382 +SIZE (gnustep-base-1.24.5.tar.gz) = 3496959 Index: files/NSFileManager.m.patch =================================================================== --- files/NSFileManager.m.patch (revision 325335) +++ files/NSFileManager.m.patch (working copy) @@ -1,28 +0,0 @@ ---- Source/NSFileManager.m.orig Fri Mar 18 05:17:39 2005 -+++ Source/NSFileManager.m Fri Apr 1 06:37:16 2005 -@@ -757,6 +757,12 @@ - - #endif /* !MINGW */ - -+ // dont change when we have no attibutes -+ if (attributes == nil) -+ { -+ return YES; -+ } -+ - // change attributes of last directory - if ([attributes count] == 0) - { -@@ -785,6 +791,12 @@ - int len; - int written; - #endif -+ -+ if (path == nil) // don't try to do anything when path is nil -+ { -+ ASSIGN(_lastError, @"Could not create directory - name is nil"); -+ return NO; -+ } - - /* This is consitent with MacOSX - just return NO for an invalid path. */ - if ([path length] == 0) Index: pkg-descr =================================================================== --- pkg-descr (revision 325335) +++ pkg-descr (working copy) @@ -1,10 +1,11 @@ -GNUstep is a set of general-purpose Objective-C libraries based on the -OpenStep standard developed by NeXT (now Apple) Inc. The libraries -consist of everything from foundation classes, such as dictionaries and -arrays, to GUI interface classes such as windows, sliders, buttons, etc. +The GNUstep Base library implements the Foundation portion of the OpenStep +specification, jointly developed by NeXT and Sun. It aims to provide +compatibility with extensions added by Apple's implementation of this standard: +Cocoa. The Foundation framework provides the standard library for Objective-C, +including collections, operating system interfaces, and so on. -Please contact the GNUstep maintainers at in -case of questions and help offers. +Please contact the GNUstep maintainers at in +case of questions and offers of help. LICENSE: LGPL2 or later (framework) LICENSE: GPL3 or later (tools, docs) Index: pkg-plist =================================================================== --- pkg-plist (revision 325335) +++ pkg-plist (working copy) @@ -63,6 +63,7 @@ GNUstep/System/Library/Headers/Foundation/NSIndexPath.h GNUstep/System/Library/Headers/Foundation/NSIndexSet.h GNUstep/System/Library/Headers/Foundation/NSInvocation.h +GNUstep/System/Library/Headers/Foundation/NSInvocationOperation.h GNUstep/System/Library/Headers/Foundation/NSJSONSerialization.h GNUstep/System/Library/Headers/Foundation/NSKeyValueCoding.h GNUstep/System/Library/Headers/Foundation/NSKeyValueObserving.h @@ -70,6 +71,7 @@ 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/NSMetadata.h GNUstep/System/Library/Headers/Foundation/NSMethodSignature.h GNUstep/System/Library/Headers/Foundation/NSNetServices.h GNUstep/System/Library/Headers/Foundation/NSNotification.h @@ -166,10 +168,6 @@ GNUstep/System/Library/Headers/GNUstepBase/NSThread+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSURL+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/Unicode.h -%%WITH_LIB1%%GNUstep/System/Library/Headers/ObjectiveC2/objc/Availability.h -%%WITH_LIB1%%GNUstep/System/Library/Headers/ObjectiveC2/objc/blocks_runtime.h -%%WITH_LIB1%%GNUstep/System/Library/Headers/ObjectiveC2/objc/capabilities.h -%%WITH_LIB1%%GNUstep/System/Library/Headers/ObjectiveC2/objc/runtime.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