ports/186528: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Feb 8 10:30:01 UTC 2014
The following reply was made to PR ports/186528; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/186528: commit references a PR
Date: Sat, 8 Feb 2014 10:25:09 +0000 (UTC)
Author: kwm
Date: Sat Feb 8 10:25:02 2014
New Revision: 343317
URL: http://svnweb.freebsd.org/changeset/ports/343317
QAT: https://qat.redports.org/buildarchive/r343317/
Log:
Only disable poppler is the option is unset, not always. This was
overlooked when inkscape was converted to new options.
PR: ports/186528
Reported by: Yuri <yuri at tsoft.com>
Modified:
head/graphics/inkscape/Makefile
Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile Sat Feb 8 10:06:40 2014 (r343316)
+++ head/graphics/inkscape/Makefile Sat Feb 8 10:25:02 2014 (r343317)
@@ -3,7 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.48.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= SF
MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
@@ -65,7 +65,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \
-e 's|-ldl||g' \
${WRKSRC}/configure
-.if !defined(WITH_POPPLER)
+.if ! ${PORT_OPTIONS:MPOPPLER}
@${REINPLACE_CMD} -e 's|poppler|pdisable|g' \
${WRKSRC}/configure
.endif
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-gnome
mailing list