summaryrefslogtreecommitdiff
path: root/devel/gnustep-base/buildlink3.mk
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2012-10-22 02:17:16 +0000
committerrh <rh@pkgsrc.org>2012-10-22 02:17:16 +0000
commit0c5bd1d5ea6661cb08a50adba47df54e88feb36f (patch)
tree5fcfdb22773dacd8e4bbb11e59d116c7d2439957 /devel/gnustep-base/buildlink3.mk
parent599000bba6bbefd25c92272aef1b1d8582b1a241 (diff)
downloadpkgsrc-0c5bd1d5ea6661cb08a50adba47df54e88feb36f.tar.gz
Update gnustep-base to 1.24.0.
Noteworthy changes in version `1.24.0' ====================================== * There is binary incompatibility on 64bit systems in that the value of the NSNotFound constant there is now 64bits rather than 32bits. * gcc-4.0 is the minimum official supported compiler for GNUstep * Support for the GNU LANGUAGES environment variable and other locale improvements * IPV6 support for NSHost and networking operations * Support for UTF-8 string literals in source (compiler permitting) Noteworthy changes in version `1.23.0' ====================================== * Support for automatic reference counting (ARC) when using clasng and the GNUstep Objective-C 2.0 runtime 1.5 or later. * Full support for weak references in NSHashTable, NSMapTable and NSPointerArray when using clang and the GNUstep Objective-C 2.0 runtime 1.5 or later. Noteworthy changes in version `1.22.0' ====================================== * Many updates and new classes * There is now a regression test framework included with the package * New support for Objective-C 2.0
Diffstat (limited to 'devel/gnustep-base/buildlink3.mk')
-rw-r--r--devel/gnustep-base/buildlink3.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gnustep-base/buildlink3.mk b/devel/gnustep-base/buildlink3.mk
index aba59932467..edbea232694 100644
--- a/devel/gnustep-base/buildlink3.mk
+++ b/devel/gnustep-base/buildlink3.mk
@@ -1,16 +1,17 @@
-# $NetBSD: buildlink3.mk,v 1.16 2009/06/14 22:57:59 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2012/10/22 02:17:16 rh Exp $
BUILDLINK_TREE+= gnustep-base
.if !defined(GNUSTEP_BASE_BUILDLINK3_MK)
GNUSTEP_BASE_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gnustep-base+= gnustep-base>=1.18.0
-BUILDLINK_ABI_DEPENDS.gnustep-base+= gnustep-base>=1.18.0
+BUILDLINK_API_DEPENDS.gnustep-base+= gnustep-base>=1.24.0
+BUILDLINK_ABI_DEPENDS.gnustep-base+= gnustep-base>=1.24.0
BUILDLINK_PKGSRCDIR.gnustep-base?= ../../devel/gnustep-base
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../devel/gnustep-objc/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
.endif # GNUSTEP_BASE_BUILDLINK3_MK
BUILDLINK_TREE+= -gnustep-base