diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
commit | c487cb967ac6446ee23e26612d1ba53dfe5bd7d1 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /geography | |
parent | 3180c40de85d6249c572f6db614da0049e9c4a79 (diff) | |
download | pkgsrc-c487cb967ac6446ee23e26612d1ba53dfe5bd7d1.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsdrive/Makefile | 4 | ||||
-rw-r--r-- | geography/gpspoint/Makefile | 3 | ||||
-rw-r--r-- | geography/mapserver/Makefile | 4 | ||||
-rw-r--r-- | geography/vis5d+/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index cf542a79883..97208e7e1d7 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/07/26 23:38:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:47 tv Exp $ DISTNAME= gpsdrive-1.31 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= geography MASTER_SITES= http://gpsdrive.kraftvoll.at/ diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index f66d314439f..1a9b3033045 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/04/11 08:40:15 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:47 tv Exp $ DISTNAME= gpspoint-2.030521 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://gpspoint.dnsalias.net/gpspoint2/download/ diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index f86c27c5b6b..299da38b4f4 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/07/10 17:20:30 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:47 tv Exp $ # DISTNAME= mapserver-4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography www MASTER_SITES= http://cvs.gis.umn.edu/dist/ diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index eb7c9e2c38b..b4c82a3f719 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/08/05 13:38:00 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:47 tv Exp $ # DISTNAME= vis5d+-1.2.1 +PKGREVISION= 1 CATEGORIES= geography x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vis5d/} |