From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 00:25:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B95666D7 for ; Sun, 5 Apr 2015 00:25:22 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E949630 for ; Sun, 5 Apr 2015 00:25:22 +0000 (UTC) Received: by igblo3 with SMTP id lo3so1340202igb.1 for ; Sat, 04 Apr 2015 17:25:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=M0gun5t5VnEP3dyG/ShfdeZRQqzpmZOUSJs2Z+Eik0g=; b=TznYdMWHqL6xCg7qDm6Qyi797HCLqvharZsRahw7qn6zvC+q0fafTRBqKESBscu5gC 1OG4DDtSV1jDAQjyHQtJWYqfwc16CZRskGOaGz7DoxLyk7YLKs73J1ES25H3TByjGzD3 Wet24HzgTpHk+LVxQto5/r/ndLVhOerqm2JNdw/LeeGZFqK85Ij8HoTYZZdlQwsky7W7 sJ/q2+lHhQVXUbqV2wpzVV+s8p9PrVH0YlnT5hHQkGLNrkdmsJiSqmkqTS7GSINvmLjl cpl4tDf/wVBy7LEm+F6vKvjsJNYWCfmtnMSvaoAl8XpVrwhC+k1gRmJhjkM7c4Rhos1N yORA== X-Gm-Message-State: ALoCoQnMsyku+I8132ob2EZUDjKX2C1BHLyIGiZ/Dv72c0bj8dMdsOcWGTRtsL6DBuIQUJ3NZCi8 X-Received: by 10.107.26.195 with SMTP id a186mr12758537ioa.78.1428193516412; Sat, 04 Apr 2015 17:25:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.0.99 with HTTP; Sat, 4 Apr 2015 17:24:36 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201504041937.t34JbKte024067@svn.freebsd.org> References: <201504041937.t34JbKte024067@svn.freebsd.org> From: "Philip M. Gollucci" Date: Sat, 4 Apr 2015 20:24:36 -0400 Message-ID: Subject: Re: svn commit: r383240 - head/databases/postgis20 To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 05 Apr 2015 00:25:22 -0000 I actually use this port. This actually picked up a lot of my local mods to just get it to work RUNTIME. RASTER is not optional! Read the docs or better yet try to load the postgis extension without it, you'll notice the postgis.control file isn't built or installed which is kind of important!! On Sat, Apr 4, 2015 at 3:37 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Apr 4 19:37:19 2015 > New Revision: 383240 > URL: https://svnweb.freebsd.org/changeset/ports/383240 > > Log: > - Update to 2.0.7 > - Adjust option descriptions > - Fix typo > - Cosmetic change > > Changes: http://trac.osgeo.org/postgis/browser/tags/2.0.7/NEWS > > Modified: > head/databases/postgis20/Makefile > head/databases/postgis20/distinfo > > Modified: head/databases/postgis20/Makefile > > ============================================================================== > --- head/databases/postgis20/Makefile Sat Apr 4 19:12:41 2015 > (r383239) > +++ head/databases/postgis20/Makefile Sat Apr 4 19:37:19 2015 > (r383240) > @@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= postgis > -PORTVERSION= 2.0.6 > -PORTREVISION= 2 > +PORTVERSION= 2.0.7 > CATEGORIES= databases geography > MASTER_SITES= http://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 20 > @@ -18,21 +17,24 @@ LIB_DEPENDS= libgeos.so:${PORTSDIR}/grap > > CONFLICTS_INSTALL= postgis-1.* postgis-2.1.* > > -OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY > +OPTIONS_DEFINE= LOADERGUI NLS RASTER TOPOLOGY > OPTIONS_DEFAULT=TOPOLOGY > OPTIONS_SUB= yes > LOADERGUI_DESC= Enable shp2pgsql-gui > -RASTER_DESC= Build raster support > -TOPOLOGY_DESC= Build topology support > +RASTER_DESC= Raster support > +TOPOLOGY_DESC= Topology support > > +CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geos-config \ > + --with-jsondir=${LOCALBASE} \ > + --with-pgconfig=${LOCALBASE}/bin/pg_config \ > + --with-projdir=${LOCALBASE} \ > + --with-xml2config=${LOCALBASE}/bin/xml2-config \ > + ${ICONV_CONFIGURE_ARG} ${ICONV_CONFIGURE_BASE} > GNU_CONFIGURE= yes > -CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} > -CFLAGS+= -I${LOCALBASE}/include > -LDFLAGS+= -L${LOCALBASE}/lib > USE_GNOME= libxml2 > USE_LDCONFIG= yes > USE_PERL5= build > -USES= gmake iconv:wchar_t libtool perl5 pgsql shebangfix > +USES= gmake iconv:wchar_t libtool perl5 pgsql pkgconfig > shebangfix > WANT_PGSQL= server > > PLIST_SUB= PORTVERSION=${PORTVERSION} > @@ -46,9 +48,10 @@ SHEBANG_FILES= astyle.sh \ > raster/test/regress/testgdalraster \ > utils/uninstall_script > > -#LOADERGUI_CONFIGURE_OFF=--without-gui > -LOADERGUI_CONFIGURE_ON= --with-gui > +LOADERGUI_CONFIGURE_WITH= gui > LOADERGUI_USE= GNOME=gtk20 > +NLS_CONFIGURE_WITH= gettext > +NLS_USES= gettext > RASTER_CONFIGURE_OFF= --without-raster > RASTER_CONFIGURE_ON= --with-gdalconfig=${LOCALBASE}/bin/gdal-config > --with-raster > RASTER_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal > @@ -57,14 +60,13 @@ TOPOLOGY_CONFIGURE_WITH=topology > .include > > .if ${PORT_OPTIONS:MRASTER} && ${OSVERSION} < 900033 > -BROKEN= Raster suppport is broken on FreeBSD < 9.x > +BROKEN= Raster support is broken on FreeBSD 8.x > .endif > > post-install: > - ${MKDIR} ${STAGEDIR}/${DATADIR}/tiger_2010/ > - (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && > ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/tiger_2010/) > - ${MKDIR} ${STAGEDIR}/${DATADIR}/utils/ > - (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . > ${STAGEDIR}/${DATADIR}/utils/) > + ${MKDIR} ${STAGEDIR}/${DATADIR}/utils/ > ${STAGEDIR}/${DATADIR}/tiger_2010/ > + cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . > ${STAGEDIR}/${DATADIR}/utils/ > + cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && > ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/tiger_2010/ > ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/* > ${STAGEDIR}/${PREFIX}/lib/*.so ${STAGEDIR}/${PREFIX}/lib/postgresql/*.so > > .include > > Modified: head/databases/postgis20/distinfo > > ============================================================================== > --- head/databases/postgis20/distinfo Sat Apr 4 19:12:41 2015 > (r383239) > +++ head/databases/postgis20/distinfo Sat Apr 4 19:37:19 2015 > (r383240) > @@ -1,2 +1,2 @@ > -SHA256 (postgis-2.0.6.tar.gz) = > 438fc9cf8d008c537ed2d6776bc30e726eb1f9a85247df945c2beccc42f33489 > -SIZE (postgis-2.0.6.tar.gz) = 5651448 > +SHA256 (postgis-2.0.7.tar.gz) = > 35877fd5b591202941c2ae0a6f3fd84b0856649712f760375f17d9903c4c922a > +SIZE (postgis-2.0.7.tar.gz) = 5579719 > > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D1EAB94D 2081 E230 3001 6508 8847 1BBF A0A8 DB0F D1EA B94D Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.