pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tiff don't ``relativize'' -rpath - fixes buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0c583a20b96
branches:  trunk
changeset: 472800:f0c583a20b96
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Apr 12 14:41:03 2004 +0000

description:
don't ``relativize'' -rpath - fixes build on Irix.

diffstat:

 graphics/tiff/distinfo         |   4 ++--
 graphics/tiff/patches/patch-aa |  15 ++++++++-------
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r c2f6f542e383 -r f0c583a20b96 graphics/tiff/distinfo
--- a/graphics/tiff/distinfo    Mon Apr 12 14:24:42 2004 +0000
+++ b/graphics/tiff/distinfo    Mon Apr 12 14:41:03 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2004/03/22 17:05:17 wiz Exp $
+$NetBSD: distinfo,v 1.14 2004/04/12 14:41:03 jschauma 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
@@ -6,7 +6,7 @@
 Size (tiff-3.6.1/TIFFTechNote2.html) = 35698 bytes
 SHA1 (tiff-3.6.1/libtiff-lzw-compression-kit-1.5.tar.gz) = 97d103ca8595cf6759fc6c52f4199be4b02b95b0
 Size (tiff-3.6.1/libtiff-lzw-compression-kit-1.5.tar.gz) = 9646 bytes
-SHA1 (patch-aa) = 228fa627d820bce8f1767387e5b4dbdd8148fd52
+SHA1 (patch-aa) = f7e1947a088c519a87be89b464eebf362962aeab
 SHA1 (patch-ab) = 186b597cb44768570d844d55a4f4358a89974633
 SHA1 (patch-ac) = 754a02bb0561f8944fa1c870ab8dd6c1d6bf0c49
 SHA1 (patch-ad) = 9c8c96d1f57902222541ba9b5f439c94d575d9eb
diff -r c2f6f542e383 -r f0c583a20b96 graphics/tiff/patches/patch-aa
--- a/graphics/tiff/patches/patch-aa    Mon Apr 12 14:24:42 2004 +0000
+++ b/graphics/tiff/patches/patch-aa    Mon Apr 12 14:41:03 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.12 2003/05/23 09:26:59 wiz Exp $
+$NetBSD: patch-aa,v 1.13 2004/04/12 14:41:03 jschauma Exp $
 
---- configure.orig     Thu Nov 15 18:21:05 2001
-+++ configure
-@@ -59,7 +59,7 @@ LIBGL=auto                           # auto-enable build of SGI
+--- configure.orig     Mon Apr 12 09:58:40 2004
++++ configure  Mon Apr 12 10:01:34 2004
+@@ -59,7 +59,7 @@
  LIBIMAGE=auto                         # auto-enable build of SGI -limage apps
  : ${CC=}                              # name of C compiler to use
  : ${CCOMPILER=}                               # full pathname of C compiler
@@ -11,7 +11,7 @@
  : ${ENVOPTS=}                         # CC opts for ANSI C compilation
  : ${MAKE=make}                                # make to use
  
-@@ -487,7 +487,7 @@ EOF
+@@ -488,7 +488,7 @@
  
  checkCompiler()
  {
@@ -20,7 +20,7 @@
      if isGNU $compiler; then
        ISGCC=yes
      else
-@@ -513,7 +513,7 @@ checkCompiler()
+@@ -514,7 +514,7 @@
      $RM dummy dummy.o
      capture $compiler -o dummy ${C_ANSI} dummy.c && {
        CC=$compiler;
@@ -29,10 +29,11 @@
        test -z "${ENVOPTS-}"   && ENVOPTS="${C_ANSI-}"
        return 0
      }
-@@ -1705,6 +1705,7 @@ relativize()
+@@ -1743,6 +1743,8 @@
            -[LR]/*)    echo "$i" ;;
            -L*)        echo "$i" | sed 's;^-L;-L../;' ;;
            -R*)        echo "$i" | sed 's;^-R;-R../;' ;;
++          -rpath*)    echo "$i" ;;
 +          -W*)        echo "$i" ;;
            *)          echo "../$i" ;;
            esac



Home | Main Index | Thread Index | Old Index