Date: Wed, 17 Feb 2021 08:44:28 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565486 - head/graphics/cenon Message-ID: <202102170844.11H8iSuE037262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102170844.11H8iSuE037262>