Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 10:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/186528: commit references a PR
Message-ID:  <201402081030.s18AU1Pe016339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186528; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081030.s18AU1Pe016339>