aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
commit3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch)
treeab5064afd823ae17563635026226e53774a6614d /devel/gnustep-make
parent7108c85b56ca17f7e1daaa73f17c74c7d4ec630c (diff)
downloadports-3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99.tar.gz
ports-3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99.zip
Notes
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/Makefile14
-rw-r--r--devel/gnustep-make/distinfo4
2 files changed, 6 insertions, 12 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index a14b8fadbd40..95a91fd8c2da 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= gnustep-make
-PORTVERSION= 2.6.2
+PORTVERSION= 2.6.5
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= theraven@FreeBSD.org
COMMENT= GNUstep makefile package
LICENSE= GPLv3
@@ -20,11 +20,10 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
CONFIGURE_ARGS+= --with-thread-lib=-pthread
CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
CONFIGURE_ARGS+= --with-layout=gnustep
-.if defined(GNUSTEP_WITH_LIBOBJC2) || defined(GNUSTEP_WITH_CLANG)
-CONFIGURE_ARGS+= --with-objc-lib-flag=-l:libobjc.so.16
+CONFIGURE_ARGS+= --enable-objc-nonfragile-abi --enable-native-objc-exceptions
LDFLAGS+= -L${LOCALBASE}/lib
-.endif
GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX}
+LIB_DEPENDS+= objc.4:${PORTSDIR}/lang/libobjc2
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \
@@ -66,9 +65,4 @@ post-install:
-${MKDIR} ${GNUSTEP_PREFIX}/Local/Tools/Resources
.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-IGNORE= depends on gcc-4.2.5.20090325_5 which does not run on powerpc
-.endif
-
.include <bsd.port.post.mk>
diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo
index cdb86923114e..786da154731e 100644
--- a/devel/gnustep-make/distinfo
+++ b/devel/gnustep-make/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnustep-make-2.6.2.tar.gz) = 7a95b3fc5bf14f6b06c4f1f716b48e9de13a11c1fa972aa3cc87736cd98f3e3a
-SIZE (gnustep-make-2.6.2.tar.gz) = 562770
+SHA256 (gnustep-make-2.6.5.tar.gz) = a1b4b7fbe80d1195a8367d5e92201be35990585b60253966b509250d810f2118
+SIZE (gnustep-make-2.6.5.tar.gz) = 572273