From owner-svn-ports-all@FreeBSD.ORG Thu Nov 21 23:12:45 2013 Return-Path: Delivered-To: svn-ports-all@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 37569465; Thu, 21 Nov 2013 23:12:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 275482F0C; Thu, 21 Nov 2013 23:12:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALNCjhZ003530; Thu, 21 Nov 2013 23:12:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALNCixb003528; Thu, 21 Nov 2013 23:12:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311212312.rALNCixb003528@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Nov 2013 23:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334540 - head/graphics/libgeotiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 23:12:45 -0000 Author: sunpoet Date: Thu Nov 21 23:12:44 2013 New Revision: 334540 URL: http://svnweb.freebsd.org/changeset/ports/334540 Log: - Convert to new LIB_DEPENDS format - Support STAGEDIR Modified: head/graphics/libgeotiff/Makefile head/graphics/libgeotiff/pkg-plist (contents, props changed) Modified: head/graphics/libgeotiff/Makefile ============================================================================== --- head/graphics/libgeotiff/Makefile Thu Nov 21 23:12:39 2013 (r334539) +++ head/graphics/libgeotiff/Makefile Thu Nov 21 23:12:44 2013 (r334540) @@ -12,12 +12,11 @@ MASTER_SITES= http://download.osgeo.org/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for reading and writing GeoTIFF information tags -LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - proj:${PORTSDIR}/graphics/proj \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff -CPPFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --disable-doxygen-doc \ --disable-doxygen-dot \ @@ -27,10 +26,8 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-proj=${LOCALBASE} \ --with-libtiff=${LOCALBASE} \ --with-zlib=/usr +CPPFLAGS+= -fPIC GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= listgeo.1 - -NO_STAGE= yes .include Modified: head/graphics/libgeotiff/pkg-plist ============================================================================== --- head/graphics/libgeotiff/pkg-plist Thu Nov 21 23:12:39 2013 (r334539) +++ head/graphics/libgeotiff/pkg-plist Thu Nov 21 23:12:44 2013 (r334540) @@ -29,6 +29,7 @@ lib/libgeotiff.a lib/libgeotiff.la lib/libgeotiff.so lib/libgeotiff.so.3 +man/man1/listgeo.1.gz %%DATADIR%%/epsg_csv/alias.csv %%DATADIR%%/epsg_csv/area.csv %%DATADIR%%/epsg_csv/change.csv