From b5510d5a2d7f9a1406603d922ae5d8548950233c Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 3 Oct 2004 00:12:51 +0000 Subject: 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. --- graphics/gdk-pixbuf/Makefile | 4 ++-- graphics/gdk-pixbuf/Makefile.common | 3 +-- graphics/gdk-pixbuf/buildlink3.mk | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/gdk-pixbuf') diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index f2c334c88ef..f3494cd1969 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2004/01/03 18:49:42 reed Exp $ +# $NetBSD: Makefile,v 1.29 2004/10/03 00:14:50 tv Exp $ # .include "Makefile.common" PKGNAME= ${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= The GNOME image loading library # XXX hopefully there is no x.gnome-config.x in PATH diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 343f792a08b..9ae8a90862a 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.38 2004/04/25 04:15:43 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.39 2004/10/03 00:14:50 tv Exp $ DISTNAME= gdk-pixbuf-${VER}.0 -PKGREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${VER}/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gdk-pixbuf/buildlink3.mk b/graphics/gdk-pixbuf/buildlink3.mk index fd0025f3544..d15795fe5a6 100644 --- a/graphics/gdk-pixbuf/buildlink3.mk +++ b/graphics/gdk-pixbuf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/04/11 16:51:32 xtraeme Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:14:50 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GDK_PIXBUF_BUILDLINK3_MK:= ${GDK_PIXBUF_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= gdk-pixbuf .if !empty(GDK_PIXBUF_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.gdk-pixbuf+= gdk-pixbuf>=0.22.0nb2 +BUILDLINK_RECOMMENDED.gdk-pixbuf+= gdk-pixbuf>=0.22.0nb3 BUILDLINK_PKGSRCDIR.gdk-pixbuf?= ../../graphics/gdk-pixbuf BUILDLINK_CPPFLAGS.gdk-pixbuf+= \ -I${BUILDLINK_PREFIX.gdk-pixbuf}/include/gdk-pixbuf-1.0 -- cgit v1.2.3