From 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 28 Aug 2013 18:26:01 +0000 Subject: 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 --- devel/gnustep/Makefile | 8 ++------ devel/gnustep/pkg-descr | 11 ++++++----- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'devel/gnustep') 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 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 in +Please contact the GNUstep maintainers at in case of questions and help offers. WWW: http://www.gnustep.org/ -- cgit v1.2.3