pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png Shared objects must be installed as execu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e259f64fe9
branches:  trunk
changeset: 474339:d1e259f64fe9
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 19:36:27 2004 +0000

description:
Shared objects must be installed as executable on some platforms.  Convert
BSD_INSTALL_DATA to BSD_INSTALL_SCRIPT.

diffstat:

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

diffs (48 lines):

diff -r 6074b23e6fa0 -r d1e259f64fe9 graphics/png/Makefile
--- a/graphics/png/Makefile     Tue Apr 27 19:26:35 2004 +0000
+++ b/graphics/png/Makefile     Tue Apr 27 19:36:27 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2004/03/30 15:52:09 minskim Exp $
+# $NetBSD: Makefile,v 1.60 2004/04/27 19:36:27 tv Exp $
 
 # On update, don't forget to increase shared library major/minor's in
 # accordance with changes (patch-aa).
 DISTNAME=      libpng-1.2.5
 PKGNAME=       ${DISTNAME:S/lib//}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
                http://www.libpng.org/pub/png/src/ \
diff -r 6074b23e6fa0 -r d1e259f64fe9 graphics/png/distinfo
--- a/graphics/png/distinfo     Tue Apr 27 19:26:35 2004 +0000
+++ b/graphics/png/distinfo     Tue Apr 27 19:36:27 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2004/03/30 11:09:15 wiz Exp $
+$NetBSD: distinfo,v 1.16 2004/04/27 19:36:27 tv Exp $
 
 SHA1 (libpng-1.2.5.tar.bz2) = 6752eaf1a604edbbb0149b781155ef9cb47d80c3
 Size (libpng-1.2.5.tar.bz2) = 378030 bytes
-SHA1 (patch-aa) = 6cc8354eccd61a4355d64ca456dc950f379701ad
+SHA1 (patch-aa) = 947063c62c131b9ca830e696ff39762ff34818c5
 SHA1 (patch-ab) = be7dc4a3e21c0056a913c5f1488528558024e6ea
 SHA1 (patch-ac) = 96e42c626b9aec1f2d68f920f147463ca77da27c
 SHA1 (patch-ad) = edfe5d2c827939eba9d62f426f5dca51979be245
diff -r 6074b23e6fa0 -r d1e259f64fe9 graphics/png/patches/patch-aa
--- a/graphics/png/patches/patch-aa     Tue Apr 27 19:26:35 2004 +0000
+++ b/graphics/png/patches/patch-aa     Tue Apr 27 19:36:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.20 2002/08/25 18:39:22 jlam Exp $
+$NetBSD: patch-aa,v 1.21 2004/04/27 19:36:27 tv Exp $
 
 --- scripts/makefile.std.orig  Thu May 23 08:29:59 2002
 +++ scripts/makefile.std
@@ -60,7 +60,7 @@
 -      chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
 +install: libpng.la
 +      ${BSD_INSTALL_DATA} png.h pngconf.h $(INCPATH)
-+      ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} libpng.la $(LIBPATH)
++      ${LIBTOOL} --mode=install ${BSD_INSTALL_SCRIPT} libpng.la $(LIBPATH)
  
  clean:
        rm -f *.o libpng.a pngtest pngout.png



Home | Main Index | Thread Index | Old Index