svn commit: r565486 - head/graphics/cenon

Alexey Dokuchaev danfe at FreeBSD.org
Wed Feb 17 08:44:28 UTC 2021


Author: danfe
Date: Wed Feb 17 08:44:28 2021
New Revision: 565486
URL: https://svnweb.freebsd.org/changeset/ports/565486

Log:
  - Cite the explanation from r492056 to prevent careless updates
  - Fix some formatting bugs and shorten one overly long line

Modified:
  head/graphics/cenon/Makefile

Modified: head/graphics/cenon/Makefile
==============================================================================
--- head/graphics/cenon/Makefile	Wed Feb 17 08:16:48 2021	(r565485)
+++ head/graphics/cenon/Makefile	Wed Feb 17 08:44:28 2021	(r565486)
@@ -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 at 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:


More information about the svn-ports-all mailing list