aboutsummaryrefslogtreecommitdiff
path: root/graphics/cenon
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-17 08:44:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-17 08:44:28 +0000
commit6289435153f1ad5688085cad8374dcc7ab86673a (patch)
tree7340c1f1108a8c8d608bd276a2de3134eed53669 /graphics/cenon
parent0ca45946d1f58e61947413c7ea2c9327997945c8 (diff)
downloadports-6289435153f1ad5688085cad8374dcc7ab86673a.tar.gz
ports-6289435153f1ad5688085cad8374dcc7ab86673a.zip
- Cite the explanation from r492056 to prevent careless updates
- Fix some formatting bugs and shorten one overly long line
Notes
Notes: svn path=/head/; revision=565486
Diffstat (limited to 'graphics/cenon')
-rw-r--r--graphics/cenon/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile
index ea33fab8832f..b7b8073f0b70 100644
--- a/graphics/cenon/Makefile
+++ b/graphics/cenon/Makefile
@@ -2,6 +2,8 @@
# $FreeBSD$
PORTNAME= cenon
+# Per r492056, 4.0.2 is the last version which actually works with GNUstep,
+# the later ones use XCode >= 5 .xib files which GNUstep cannot parse.
PORTVERSION= 4.0.2
PORTREVISION= 5
PORTEPOCH= 1
@@ -15,9 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Vector graphics tool for GNUstep
-USES= tar:bzip2 gnustep
+USES= gnustep tar:bzip2
USE_GNUSTEP= gui base build
-LLD_UNSAFE=yes
+LLD_UNSAFE= yes
WRKSRC= ${WRKDIR}/Cenon
MAINVERSION= 4.0.2
@@ -36,7 +38,7 @@ OBJCFLAGS+=-DNSAppKitVersionNumber10_8=1200
DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX}
post-patch:
- ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
+ @${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#&|' \
${WRKSRC}/GNUmakefile
pre-install: