Date: Sun, 9 Mar 2014 10:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186450: commit references a PR Message-ID: <201403091000.s29A01tF052777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186450; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186450: commit references a PR Date: Sun, 9 Mar 2014 09:51:39 +0000 (UTC) Author: marino Date: Sun Mar 9 09:51:32 2014 New Revision: 347561 URL: http://svnweb.freebsd.org/changeset/ports/347561 QAT: https://qat.redports.org/buildarchive/r347561/ Log: graphics/mapnik: Attempted unbreak on FreeBSD 10+ PR: ports/186450 submitted by: Steven Lawrance approved by: maintainer (Aleksey Illarionov) Modified: head/graphics/mapnik/Makefile Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Sun Mar 9 09:39:50 2014 (r347560) +++ head/graphics/mapnik/Makefile Sun Mar 9 09:51:32 2014 (r347561) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ @@ -116,6 +116,9 @@ MAKE_ARGS+= TIFF=False IGNORE= does not install: runs out of virtual memory .endif +MAKE_ARGS+= CUSTOM_CFLAGS=-I${LOCALBASE}/include +MAKE_ARGS+= CUSTOM_CXXFLAGS=-I${LOCALBASE}/include +MAKE_ARGS+= CUSTOM_LDFLAGS=-L${LOCALBASE}/lib MAKE_ARGS+= WARNING_CXXFLAGS=${WARNING_CXXFLAGS} MAKE_ARGS+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" MAKE_ARGS+= JOBS=${MAKE_JOBS_NUMBER} _______________________________________________ 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?201403091000.s29A01tF052777>