summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-11 10:58:52 +0000
committerrillig <rillig>2006-05-11 10:58:52 +0000
commit4b7df64b1c0ec2f4fd6d025d5260fbbcd42469e1 (patch)
tree3c8a3421a43e570e33cca18cf61b4e8a03dad989 /geography
parent06bf38d3202f7085c8ee17f8684cc937985bbfc0 (diff)
downloadpkgsrc-4b7df64b1c0ec2f4fd6d025d5260fbbcd42469e1.tar.gz
Removed absolute pathname from patch-aa. Bumped PKGREVISION.
Diffstat (limited to 'geography')
-rw-r--r--geography/shapelib/Makefile3
-rw-r--r--geography/shapelib/distinfo4
-rw-r--r--geography/shapelib/patches/patch-aa4
3 files changed, 6 insertions, 5 deletions
diff --git a/geography/shapelib/Makefile b/geography/shapelib/Makefile
index 2b85559bcd1..c191a1b11f0 100644
--- a/geography/shapelib/Makefile
+++ b/geography/shapelib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/11 10:58:52 rillig Exp $
#
DISTNAME= shapelib-1.2.10
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://shapelib.maptools.org/dl/
diff --git a/geography/shapelib/distinfo b/geography/shapelib/distinfo
index 2ab81b131a0..cf756f95e68 100644
--- a/geography/shapelib/distinfo
+++ b/geography/shapelib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/03/27 21:18:06 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/05/11 10:58:52 rillig Exp $
SHA1 (shapelib-1.2.10.tar.gz) = 436b09b6a90f403e4568460d67560d5730725651
RMD160 (shapelib-1.2.10.tar.gz) = 9dcd90d5197aa7d6063a703a369a530f6aa1f1c3
Size (shapelib-1.2.10.tar.gz) = 167219 bytes
-SHA1 (patch-aa) = 7f32b90a974ab4a605f44f735df3b1697860a59b
+SHA1 (patch-aa) = 2739348bb5fa55d5ec68b793c0ee136a3678c55a
diff --git a/geography/shapelib/patches/patch-aa b/geography/shapelib/patches/patch-aa
index aff9874a8c5..08afa058906 100644
--- a/geography/shapelib/patches/patch-aa
+++ b/geography/shapelib/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/03/27 21:18:06 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2006/05/11 10:58:52 rillig Exp $
--- Makefile.orig 2003-04-07 15:03:22.000000000 +0200
+++ Makefile
@@ -43,7 +43,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/03/27 21:18:06 wiz Exp $
+ ${LIBTOOL} --mode=compile gcc -DPACKAGE=\"libshp\" -DVERSION=\"$(SHPLIB_VERSION)\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c shpopen.c
+ ${LIBTOOL} --mode=compile gcc -DPACKAGE=\"libshp\" -DVERSION=\"$(SHPLIB_VERSION)\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c shptree.c
+ ${LIBTOOL} --mode=compile gcc -DPACKAGE=\"libshp\" -DVERSION=\"$(SHPLIB_VERSION)\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c dbfopen.c
-+ ${LIBTOOL} --mode=link gcc -g -O2 -o libshp.la -rpath /usr/local/lib -version-info 1:1:0 shpopen.lo shptree.lo dbfopen.lo
++ ${LIBTOOL} --mode=link gcc -g -O2 -o libshp.la -rpath ${PREFIX}/lib -version-info 1:1:0 shpopen.lo shptree.lo dbfopen.lo
lib_install:
- cp .libs/libshp.la .libs/libshp.lai