diff options
author | tv <tv@pkgsrc.org> | 2004-04-27 19:36:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-27 19:36:27 +0000 |
commit | f1db9cd144d0cced68a0dade059b9c19be160980 (patch) | |
tree | 2dfabafa15c63b1a0b2465887ecdee4bcf369f06 /graphics/png | |
parent | 693303c541489a0d55025ab19dcbafa39070acaf (diff) | |
download | pkgsrc-f1db9cd144d0cced68a0dade059b9c19be160980.tar.gz |
Shared objects must be installed as executable on some platforms. Convert
BSD_INSTALL_DATA to BSD_INSTALL_SCRIPT.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 4 | ||||
-rw-r--r-- | graphics/png/patches/patch-aa | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ac2c594f116..addfeb74ca3 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -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 --git a/graphics/png/distinfo b/graphics/png/distinfo index 305c78f91a3..b946014ddfd 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -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 --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa index 17e68e412a5..b4a7ad1bb0f 100644 --- a/graphics/png/patches/patch-aa +++ b/graphics/png/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.20 2002/08/25 18:39:22 jlam Exp $ - 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 |