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 /devel/oaf | |
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 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 4 | ||||
-rw-r--r-- | devel/oaf/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 46e3fd7b475..ec1e499b7c3 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2004/02/21 19:17:33 minskim Exp $ +# $NetBSD: Makefile,v 1.38 2004/10/03 00:13:31 tv Exp $ # DISTNAME= oaf-0.6.10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/oaf/0.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/oaf/buildlink3.mk b/devel/oaf/buildlink3.mk index 8522e9424b6..f6a7c3d1cd6 100644 --- a/devel/oaf/buildlink3.mk +++ b/devel/oaf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:10 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:13:32 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ OAF_BUILDLINK3_MK:= ${OAF_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= oaf .if !empty(OAF_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.oaf+= oaf>=0.6.10nb4 +BUILDLINK_RECOMMENDED.oaf+= oaf>=0.6.10nb5 BUILDLINK_PKGSRCDIR.oaf?= ../../devel/oaf .endif # OAF_BUILDLINK3_MK |