Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Jun 2013 14:37:00 +0200 (CEST)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        littlesavage@rambler.ru
Subject:   ports/179169: [PATCH] graphics/mapnik: a few small fixes
Message-ID:  <3bN28r4ntZz1NG@micro.madpilot.net>
Resent-Message-ID: <201306011250.r51Co0gL050091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179169
>Category:       ports
>Synopsis:       [PATCH] graphics/mapnik: a few small fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD micro.madpilot.net 9.1-STABLE FreeBSD 9.1-STABLE #18 r244955: Wed Jan 2 10:46:21 CET 2013 root@micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64

>Description:

Hi!

I have made a few minor fixe to your port:

- I have removed some double dependencies from BUILD_DEPENDS, leaving
  them only in LIB_DEPENDS
- Addes USES in place of USE_GNOME for pkgconfig
- Chaned tab to space in pkg-descr

There was also an extra "\" in BUILD_DEPENDS.

I bumped PORTREVISION due to the *_DEPENDS changes.

Can you approve these changes?

Thanks!

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 319560)
+++ Makefile	(working copy)
@@ -3,8 +3,8 @@
 
 PORTNAME=	mapnik
 PORTVERSION=	2.1.0
-PORTREVISION=	2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/
 
@@ -22,16 +22,15 @@
 		boost_system:${PORTSDIR}/devel/boost-libs \
 		boost_python:${PORTSDIR}/devel/boost-python-libs
 BUILD_DEPENDS=	${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \
-		icu>=4.2:${PORTSDIR}/devel/icu \
-		${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu \
-		boost-libs>=1.47:${PORTSDIR}/devel/boost-libs \
+		${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu
 
 USE_BZIP2=	yes
 USE_PYTHON=	2.6+
 USE_LDCONFIG=	yes
 USE_SCONS=	yes
 USE_AUTOTOOLS=	libltdl
-USE_GNOME=	pkgconfig libxml2
+USES=		pkgconfig
+USE_GNOME=	libxml2
 MAKE_JOBS_SAFE=	yes
 WARNING_CXXFLAGS?=	-w
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 319560)
+++ pkg-descr	(working copy)
@@ -12,4 +12,4 @@
 the wheel, but utilizes best of breed industry standard libraries from
 boost.org.
 
-WWW:	http://www.mapnik.org/
+WWW: http://www.mapnik.org/
>Release-Note:
>Audit-Trail:
>Unformatted:



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