summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-03-12 21:15:36 +0000
committergdt <gdt@pkgsrc.org>2010-03-12 21:15:36 +0000
commitfed1a8c3f7f1aa8fe2ba38edc002fd5962494486 (patch)
tree2985866ab71edb137f22384657ac1e08f0619b92 /databases
parent2b19e139a318a60faca7476bc7618ee264230a9f (diff)
downloadpkgsrc-fed1a8c3f7f1aa8fe2ba38edc002fd5962494486.tar.gz
Fix path for in-tree regression test.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-postgis/Makefile3
-rw-r--r--databases/postgresql-postgis/distinfo4
-rw-r--r--databases/postgresql-postgis/patches/patch-ae4
3 files changed, 6 insertions, 5 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile
index b0d976ab6b4..2012a7627cf 100644
--- a/databases/postgresql-postgis/Makefile
+++ b/databases/postgresql-postgis/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/03/12 01:06:15 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2010/03/12 21:15:36 gdt Exp $
DISTNAME= postgis-1.5.1
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://postgis.refractions.net/download/
diff --git a/databases/postgresql-postgis/distinfo b/databases/postgresql-postgis/distinfo
index 33a33e64438..8671023ff10 100644
--- a/databases/postgresql-postgis/distinfo
+++ b/databases/postgresql-postgis/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2010/03/12 01:06:15 gdt Exp $
+$NetBSD: distinfo,v 1.4 2010/03/12 21:15:36 gdt Exp $
SHA1 (postgis-1.5.1.tar.gz) = 9b7f2b6ce2cb1d23c88c0393f55f13ea9b172ff7
RMD160 (postgis-1.5.1.tar.gz) = 7c8b600e60c751b0ddc6c76f6cbb41d5997366d6
@@ -7,4 +7,4 @@ SHA1 (patch-aa) = 5d794483ad7699575ae4ac35b16024c9c0fe37eb
SHA1 (patch-ab) = 731c73a1c20a24d90f360de9c87ec380ef39ab50
SHA1 (patch-ac) = ee7530f9e17ed4385f3294b5a95d500943fad74e
SHA1 (patch-ad) = 166b84a97c4519fecd52430705f89e9ca5536cdc
-SHA1 (patch-ae) = 0c1404741b507d939142eb2bea062868bcd41b8f
+SHA1 (patch-ae) = 183089452731ea22c78855f326ead6e7f1b361f7
diff --git a/databases/postgresql-postgis/patches/patch-ae b/databases/postgresql-postgis/patches/patch-ae
index acf3b7b19d9..e7ac789ed0f 100644
--- a/databases/postgresql-postgis/patches/patch-ae
+++ b/databases/postgresql-postgis/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.1 2010/03/05 14:55:21 gdt Exp $
+$NetBSD: patch-ae,v 1.2 2010/03/12 21:15:36 gdt Exp $
The regress target puts the postgis library as @prefix@/lib within the
regress destdir, rather than in plain lib, so point the loader script
@@ -11,7 +11,7 @@ at it.
$(MAKE) -C ../postgis REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install
- sed 's,$$libdir,$(REGRESS_INSTALLDIR)/lib,g' ../postgis/postgis.sql > postgis.sql
-+ sed 's,$$libdir,$(REGRESS_INSTALLDIR)/@prefix@/lib,g' ../postgis/postgis.sql > postgis.sql
++ sed 's,$$libdir/..,$(REGRESS_INSTALLDIR)@prefix@/lib,g' ../postgis/postgis.sql > postgis.sql
@USE_VERSION=$(POSTGIS_PGSQL_VERSION) ./run_test $(TESTS)
cleanup: