From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 9 10:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47950DD5 for ; Sun, 9 Mar 2014 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35089F8F for ; Sun, 9 Mar 2014 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29A02MH052778 for ; Sun, 9 Mar 2014 10:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29A01tF052777; Sun, 9 Mar 2014 10:00:01 GMT (envelope-from gnats) Date: Sun, 9 Mar 2014 10:00:01 GMT Message-Id: <201403091000.s29A01tF052777@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186450: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 10:00:02 -0000 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"