aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnustep
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-08-29 02:26:01 +0800
committertheraven <theraven@FreeBSD.org>2013-08-29 02:26:01 +0800
commit93403bfd81b1d886476fb8cff35443caf1f078ed (patch)
treeab5064afd823ae17563635026226e53774a6614d /devel/gnustep
parent423247221bb4172753a74ac9b8e532553e2d4f7c (diff)
downloadfreebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.gz
freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.zst
freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.zip
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
Diffstat (limited to 'devel/gnustep')
-rw-r--r--devel/gnustep/Makefile8
-rw-r--r--devel/gnustep/pkg-descr11
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index 67feee28c3c8..d58e48c4e581 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= gnustep
-PORTVERSION= 1.24.0
+PORTVERSION= 1.28.0
PORTREVISION= 1
CATEGORIES= devel lang gnustep
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= theraven@FreeBSD.org
COMMENT= Objective-C libraries based on the OpenStep standard
# Backends are slave ports with conflicting plists
@@ -21,10 +21,6 @@ USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BACK= yes
-.if !defined(WITH_GNUSTEP_SINGLE_BACKEND)
-USE_GNUSTEP_XLIB= yes
-USE_GNUSTEP_LIBART= yes
USE_GNUSTEP_CAIRO= yes
-.endif
.include <bsd.port.mk>
diff --git a/devel/gnustep/pkg-descr b/devel/gnustep/pkg-descr
index ff648a92c60f..dd3b183e6889 100644
--- a/devel/gnustep/pkg-descr
+++ b/devel/gnustep/pkg-descr
@@ -1,9 +1,10 @@
-GNUstep is a set of general-purpose Objective-C libraries base 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.
+GNUstep is a set of general-purpose Objective-C libraries, originally based on
+the OpenStep standard jointly developed by NeXT and Sun and now following
+Apple's Cocoa APIs. The libraries consist of everything from foundation
+classes, such as dictionaries and arrays, to GUI interface classes such as
+windows, sliders, buttons, etc.
-Please contact the GNUstep maintainers at <discussion@gnustep.org> in
+Please contact the GNUstep maintainers at <discuss-gnustep@gnu.org> in
case of questions and help offers.
WWW: http://www.gnustep.org/