summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authortv <tv>2004-10-03 00:12:51 +0000
committertv <tv>2004-10-03 00:12:51 +0000
commit3295727db98ef381dcf67cceebf31227e70a64ad (patch)
tree7a77b0b911386450709129a67eb0551755a34953 /graphics/png
parent41ba068f667bf75fd7eede2df6c8b73ff4b5c2bb (diff)
downloadpkgsrc-3295727db98ef381dcf67cceebf31227e70a64ad.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 'graphics/png')
-rw-r--r--graphics/png/Makefile3
-rw-r--r--graphics/png/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 37a708c3f4c..5b13f836d19 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.66 2004/09/22 08:09:37 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2004/10/03 00:14:56 tv Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
DISTNAME= libpng-1.2.6
PKGNAME= ${DISTNAME:S/lib//}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
http://www.libpng.org/pub/png/src/ \
diff --git a/graphics/png/buildlink3.mk b/graphics/png/buildlink3.mk
index 73c5c04366c..ae9bf466763 100644
--- a/graphics/png/buildlink3.mk
+++ b/graphics/png/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2004/08/24 16:51:34 reed Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2004/10/03 00:14:57 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PNG_BUILDLINK3_MK:= ${PNG_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= png
.if !empty(PNG_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.png+= png>=1.2.4
-BUILDLINK_RECOMMENDED.png?= png>=1.2.6rc2
+BUILDLINK_RECOMMENDED.png?= png>=1.2.6nb1
BUILDLINK_PKGSRCDIR.png?= ../../graphics/png
.endif # PNG_BUILDLINK3_MK