From f764b447a84430f8b0d5a8a0d73802dc0d708c8e Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 11 May 2006 10:58:52 +0000 Subject: Removed absolute pathname from patch-aa. Bumped PKGREVISION. --- geography/shapelib/Makefile | 3 ++- geography/shapelib/distinfo | 4 ++-- geography/shapelib/patches/patch-aa | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'geography') 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 -- cgit v1.2.3