FreeBSD Bugzilla – Attachment 130641 Details for
Bug 174620
Upgraded Port databases/postgis Adds support for geographic objects to PostgreSQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-update.txt
patch-update.txt (text/plain), 3.89 KB, created by
Matthew Trisoline
on 2013-01-23 19:18:24 UTC
(
hide
)
Description:
patch-update.txt
Filename:
MIME Type:
Creator:
Matthew Trisoline
Created:
2013-01-23 19:18:24 UTC
Size:
3.89 KB
patch
obsolete
>--- postgis.orig/Makefile 2012-11-17 00:55:20.000000000 -0500 >+++ postgis/Makefile 2012-12-21 21:52:52.000000000 -0500 >@@ -1,85 +1,34 @@ >-# New ports collection makefile for: PostGIS >-# Date created: June 09, 2004 >-# Whom: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> >-# >-# $FreeBSD: ports/databases/postgis/Makefile,v 1.66 2012/11/17 05:55:20 svnexp Exp $ >-# >+# $FreeBSD$ > > PORTNAME= postgis >-PORTVERSION= 1.5.3 >-PORTREVISION= 2 >+PORTVERSION= 2.0.2 >+PORTREVISION= > CATEGORIES= databases geography >-MASTER_SITES= http://postgis.refractions.net/download/ \ >- http://www.postgis.org/download/ >+MASTER_SITES= http://download.osgeo.org/postgis/source/ > >-MAINTAINER= anderson@cnpm.embrapa.br >+MAINTAINER= matt.trisoline@intermedix.com > COMMENT= Adds support for geographic objects to PostgreSQL databases > >-LIB_DEPENDS= proj.7:${PORTSDIR}/graphics/proj \ >- geos.0:${PORTSDIR}/graphics/geos > RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server >+LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ >+ proj:${PORTSDIR}/graphics/proj \ >+ json:${PORTSDIR}/devel/json-c \ >+ gdal:${PORTSDIR}/graphics/gdal > >-USE_BISON= build >-USE_PGSQL= yes >-USE_GMAKE= yes >+USE_GNOME= libxml2 > USE_ICONV= yes >+USE_PGSQL= yes > USE_LDCONFIG= yes >-USE_PERL5_BUILD= yes >- >-OPTIONS= LOADERGUI "Enable shp2pgsql-gui" Off >- >-.include <bsd.port.options.mk> >- >-INSTALL_TARGET= install >- >-GNU_CONFIGURE= yes >-.if defined(WITH_LOADERGUI) >-USE_GNOME= libxml2 gtk20 >-CONFIGURE_ARGS= --with-projdir=${LOCALBASE} --with-gui >-PLIST_SUB+= LOADERGUI="" >-.else >-USE_GNOME= libxml2 >-CONFIGURE_ARGS= --with-projdir=${LOCALBASE} >-PLIST_SUB+= LOADERGUI="@comment " >-.endif > > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >-MAKE_ENV= DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} >-MAKE_JOBS_UNSAFE= yes > >-.include <bsd.port.pre.mk> >- >-.if !defined(NOPORTDOCS) >-BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ >- ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl >-CONFIGURE_ARGS+= --with-xsldir=${LOCALBASE}/share/xsl/docbook >-MAN1= pgsql2shp.1 shp2pgsql.1 >-PORTDOCS= * >-.else >-MAKE_ARGS+= NOPORTDOCS=yes >-.endif >- >-post-extract: >- @${REINPLACE_CMD} -e 's#@ICONV_LDFLAGS@#-liconv -L${LOCALBASE}/lib#g' \ >- ${WRKSRC}/loader/Makefile.in >- >-post-patch: >- @${REINPLACE_CMD} -e 's#%PERL%#${PERL}#g' \ >- ${WRKSRC}/postgis/Makefile.in >+CONFIGURE_ARGS= --with-projdir=${LOCALBASE} > > post-install: >- @${MKDIR} ${DATADIR}/utils >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/create_undef.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/new_postgis_restore.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/profile_intersects.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_proc_upgrade.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_estimation.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_restore.pl ${DATADIR}/utils/ >- ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_joinestimation.pl ${DATADIR}/utils/ >- @${MKDIR} ${PREFIX}/lib/postgresql >- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/postgis.so >- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1 >- @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so >+ ${MKDIR} ${DATADIR}/tiger_2010 >+ (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} \* ${DATADIR}/tiger_2010/) >+ ${MKDIR} ${DATADIR}/utils >+ (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} \* ${DATADIR}/utils/) > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174620
:
130640
| 130641 |
130642