pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tiff Fix error in patch to build libtiffcxx.l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e589541a70f
branches:  trunk
changeset: 487388:3e589541a70f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jan 13 15:39:20 2005 +0000

description:
Fix error in patch to build libtiffcxx.la that tried to create libraries
with no objects.  libtiffcxx.la now correctly builds using tif_stream.lo.
Bump the PKGREVISION to 2.

diffstat:

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

diffs (46 lines):

diff -r e40f41678ae9 -r 3e589541a70f graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Thu Jan 13 15:07:12 2005 +0000
+++ b/graphics/tiff/Makefile    Thu Jan 13 15:39:20 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2005/01/11 05:29:55 jlam Exp $
+# $NetBSD: Makefile,v 1.65 2005/01/13 15:39:20 jlam Exp $
 
 DISTNAME=      tiff-3.7.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.remotesensing.org/pub/libtiff/ \
                http://libtiff.maptools.org/dl/
diff -r e40f41678ae9 -r 3e589541a70f graphics/tiff/distinfo
--- a/graphics/tiff/distinfo    Thu Jan 13 15:07:12 2005 +0000
+++ b/graphics/tiff/distinfo    Thu Jan 13 15:39:20 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2005/01/11 05:29:55 jlam Exp $
+$NetBSD: distinfo,v 1.22 2005/01/13 15:39:20 jlam Exp $
 
 SHA1 (tiff-3.7.1.tar.gz) = 001b03350182869c7f5d46e6b27862b85cb06fc3
 Size (tiff-3.7.1.tar.gz) = 1253810 bytes
@@ -8,4 +8,4 @@
 SHA1 (patch-ad) = 301e0ce2c121e9082e0ff9c5681c2ea1e0e6dcff
 SHA1 (patch-ae) = bb2e2d3a5be49204356c3c504d3a4bd5ba1fd9b2
 SHA1 (patch-af) = 29adfbcaa317df36a41af791e93159ad795c5e0b
-SHA1 (patch-ag) = dc6490a688b8e26a068465965de0856d1affe2eb
+SHA1 (patch-ag) = db858390f2cad5a07132781c0c186f1a2d61f1c3
diff -r e40f41678ae9 -r 3e589541a70f graphics/tiff/patches/patch-ag
--- a/graphics/tiff/patches/patch-ag    Thu Jan 13 15:07:12 2005 +0000
+++ b/graphics/tiff/patches/patch-ag    Thu Jan 13 15:39:20 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.10 2005/01/11 05:29:55 jlam Exp $
+$NetBSD: patch-ag,v 1.11 2005/01/13 15:39:20 jlam Exp $
 
 --- libtiff/Makefile.in.orig   2004-12-20 14:41:54.000000000 -0500
 +++ libtiff/Makefile.in
@@ -6,7 +6,7 @@
  libtiff.la: $(libtiff_la_OBJECTS) $(libtiff_la_DEPENDENCIES) 
        $(CXXLINK) -rpath $(libdir) $(libtiff_la_LDFLAGS) $(libtiff_la_OBJECTS) $(libtiff_la_LIBADD) $(LIBS)
  
-+libtiffcxx_la_OBJECTS: tif_stream.lo
++libtiffcxx_la_OBJECTS = tif_stream.lo
 +libtiffcxx.la: $(libtiffcxx_la_OBJECTS) $(libtiff_la_DEPENDENCIES) 
 +      $(CXXLINK) -rpath $(libdir) $(libtiff_la_LDFLAGS) $(libtiffcxx_la_OBJECTS) libtiff.la $(libtiff_la_LIBADD) $(LIBS)
 +



Home | Main Index | Thread Index | Old Index