diff options
author | tv <tv> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-03 00:12:51 +0000 |
commit | b5510d5a2d7f9a1406603d922ae5d8548950233c (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /math/guppi | |
parent | 3addbafa22111ee3e2673d59835bf69a03a74306 (diff) | |
download | pkgsrc-b5510d5a2d7f9a1406603d922ae5d8548950233c.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 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 4 | ||||
-rw-r--r-- | math/guppi/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 368b4e0497b..641b509c417 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2004/07/02 15:18:06 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2004/10/03 00:12:56 tv Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/guppi/buildlink3.mk b/math/guppi/buildlink3.mk index ac4bc2e290a..720d21fc951 100644 --- a/math/guppi/buildlink3.mk +++ b/math/guppi/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/05/03 15:58:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:12:56 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GUPPI_BUILDLINK3_MK:= ${GUPPI_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= guppi .if !empty(GUPPI_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.guppi+= guppi>=0.40.3nb8 +BUILDLINK_RECOMMENDED.guppi+= guppi>=0.40.3nb11 BUILDLINK_PKGSRCDIR.guppi?= ../../math/guppi .endif # GUPPI_BUILDLINK3_MK |