pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png update to 1.2.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4bd68e47c84
branches:  trunk
changeset: 521953:d4bd68e47c84
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Nov 28 21:58:17 2006 +0000

description:
update to 1.2.14
changes:
-Relocated three misplaced tests for NULL png_ptr
-build fixes

diffstat:

 graphics/png/Makefile         |   4 ++--
 graphics/png/distinfo         |  10 +++++-----
 graphics/png/patches/patch-aa |  10 ++++------
 3 files changed, 11 insertions(+), 13 deletions(-)

diffs (51 lines):

diff -r 2155500cc325 -r d4bd68e47c84 graphics/png/Makefile
--- a/graphics/png/Makefile     Tue Nov 28 21:49:57 2006 +0000
+++ b/graphics/png/Makefile     Tue Nov 28 21:58:17 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2006/11/18 14:26:19 taca Exp $
+# $NetBSD: Makefile,v 1.85 2006/11/28 21:58:17 drochner Exp $
 
-DISTNAME=      libpng-1.2.13
+DISTNAME=      libpng-1.2.14
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r 2155500cc325 -r d4bd68e47c84 graphics/png/distinfo
--- a/graphics/png/distinfo     Tue Nov 28 21:49:57 2006 +0000
+++ b/graphics/png/distinfo     Tue Nov 28 21:58:17 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2006/11/18 14:26:19 taca Exp $
+$NetBSD: distinfo,v 1.32 2006/11/28 21:58:17 drochner Exp $
 
-SHA1 (libpng-1.2.13.tar.bz2) = e0c7d80b1300ad632b88982ee832f21ac35551ca
-RMD160 (libpng-1.2.13.tar.bz2) = 3edb65770d365c0512fd22aed90ecc11e9bb5512
-Size (libpng-1.2.13.tar.bz2) = 621104 bytes
-SHA1 (patch-aa) = 3191c0781894d16be1c914f378f5be221dbc4960
+SHA1 (libpng-1.2.14.tar.bz2) = 2b0438b4bff76b3f212893841b241967ee92be25
+RMD160 (libpng-1.2.14.tar.bz2) = cd0faa64b6ba5fe9c4e9c59d966cedea989214b7
+Size (libpng-1.2.14.tar.bz2) = 620364 bytes
+SHA1 (patch-aa) = 4b6437906e6f2f644c731a293859e64f69300bb0
 SHA1 (patch-ab) = 979175c65587686b339a5556e8bcae3be95a07ca
 SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf
diff -r 2155500cc325 -r d4bd68e47c84 graphics/png/patches/patch-aa
--- a/graphics/png/patches/patch-aa     Tue Nov 28 21:49:57 2006 +0000
+++ b/graphics/png/patches/patch-aa     Tue Nov 28 21:58:17 2006 +0000
@@ -1,14 +1,12 @@
-$NetBSD: patch-aa,v 1.25 2006/05/17 21:48:57 wiz Exp $
-
-Install old library .la file so that PLIST is correct.
+$NetBSD: patch-aa,v 1.26 2006/11/28 21:58:17 drochner Exp $
 
---- Makefile.in.orig   2006-04-23 18:46:00.000000000 +0000
+--- Makefile.in.orig   2006-11-27 17:11:15.000000000 +0100
 +++ Makefile.in
-@@ -1264,6 +1264,7 @@ install-exec-hook:
+@@ -1271,6 +1271,7 @@ install-exec-hook:
        cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
        @set -x;\
        cd $(DESTDIR)$(libdir);\
 +      mv libpng.la libpngcompat.la;\
        for ext in a la so; do\
                rm -f libpng.$$ext;\
-               $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
+                 if test -f $(PNGLIB_BASENAME).$$ext; then\



Home | Main Index | Thread Index | Old Index