pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/mapserver Switch to postgresql-postgis2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adcb69c544ea
branches:  trunk
changeset: 349410:adcb69c544ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 07 08:57:06 2016 +0000

description:
Switch to postgresql-postgis2.

Untested, but postgresql-postgis is gone.

diffstat:

 geography/mapserver/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2af8443624bc -r adcb69c544ea geography/mapserver/options.mk
--- a/geography/mapserver/options.mk    Thu Jul 07 08:55:34 2016 +0000
+++ b/geography/mapserver/options.mk    Thu Jul 07 08:57:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2013/09/19 05:03:13 obache Exp $
+# $NetBSD: options.mk,v 1.5 2016/07/07 08:57:06 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mapserver
 PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11
@@ -18,7 +18,7 @@
 # PostgreSQL/PostGIS support
 #
 .if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../databases/postgresql-postgis/buildlink3.mk"
+.include "../../databases/postgresql-postgis2/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-postgis
 .endif
 



Home | Main Index | Thread Index | Old Index