pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/mapserver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  7 08:57:06 UTC 2016

Modified Files:
        pkgsrc/geography/mapserver: options.mk

Log Message:
Switch to postgresql-postgis2.

Untested, but postgresql-postgis is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/mapserver/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/mapserver/options.mk
diff -u pkgsrc/geography/mapserver/options.mk:1.4 pkgsrc/geography/mapserver/options.mk:1.5
--- pkgsrc/geography/mapserver/options.mk:1.4   Thu Sep 19 05:03:13 2013
+++ pkgsrc/geography/mapserver/options.mk       Thu Jul  7 08:57:06 2016
@@ -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 @@ CONFIGURE_ARGS+=      --with-fastcgi
 # 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