pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tiff Use INSTALL_LIB instead of INSTALL_SCRIPT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7faad00629e8
branches:  trunk
changeset: 474362:7faad00629e8
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 22:38:51 2004 +0000

description:
Use INSTALL_LIB instead of INSTALL_SCRIPT.

diffstat:

 graphics/tiff/distinfo         |  4 ++--
 graphics/tiff/patches/patch-ad |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 76a071f75d10 -r 7faad00629e8 graphics/tiff/distinfo
--- a/graphics/tiff/distinfo    Tue Apr 27 22:35:47 2004 +0000
+++ b/graphics/tiff/distinfo    Tue Apr 27 22:38:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/04/27 20:38:48 tv Exp $
+$NetBSD: distinfo,v 1.16 2004/04/27 22:38:51 tv Exp $
 
 SHA1 (tiff-3.6.1/tiff-v3.6.1.tar.gz) = f7817145d8756152cc341804df6477f37ef93c38
 Size (tiff-3.6.1/tiff-v3.6.1.tar.gz) = 1072165 bytes
@@ -9,7 +9,7 @@
 SHA1 (patch-aa) = f7e1947a088c519a87be89b464eebf362962aeab
 SHA1 (patch-ab) = 186b597cb44768570d844d55a4f4358a89974633
 SHA1 (patch-ac) = 754a02bb0561f8944fa1c870ab8dd6c1d6bf0c49
-SHA1 (patch-ad) = c0939dafb160caae77c78dc1b6c4b103242718e6
+SHA1 (patch-ad) = b48c93d29d5ff39079b6d320c5e67d9c1cdde8c7
 SHA1 (patch-ae) = 8272e39a8a0324b0f8a1e661721b5c9367c0d8e7
 SHA1 (patch-af) = d6c9fd4f10c26e6b2ad8eb5ec51e9205504b62c7
 SHA1 (patch-ag) = 169a504fc9c4180b3b14a7d2f0e2318af9879f17
diff -r 76a071f75d10 -r 7faad00629e8 graphics/tiff/patches/patch-ad
--- a/graphics/tiff/patches/patch-ad    Tue Apr 27 22:35:47 2004 +0000
+++ b/graphics/tiff/patches/patch-ad    Tue Apr 27 22:38:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.10 2004/04/27 20:38:48 tv Exp $
+$NetBSD: patch-ad,v 1.11 2004/04/27 22:38:51 tv Exp $
 
 --- libtiff/Makefile.in.orig   Mon Nov 17 04:24:41 2003
 +++ libtiff/Makefile.in
@@ -84,7 +84,7 @@
 -      ${INSTALL} -idb tiff.sw.dev -m 755 -dir ${DESTDIR}@DIR_LIB@
 -      ${INSTALL} -idb tiff.sw.dev -m 444 -F ${DESTDIR}@DIR_LIB@ -O libtiff.a
 +      ${INSTALL} -idb tiff.sw.dev -m ${PKGDIRMODE} -dir ${DESTDIR}@DIR_LIB@
-+      ${LIBTOOL} ${BSD_INSTALL_SCRIPT} libtiff.la @DIR_LIB@
++      ${LIBTOOL} ${BSD_INSTALL_LIB} libtiff.la @DIR_LIB@
        if [ @DSO@dso != nodso ]; then                                  \
            ${MAKE} -${MAKEFLAGS} installDSO;                           \
        else                                                            \



Home | Main Index | Thread Index | Old Index