head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.42 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.40 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.38 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q2:1.11.0.36 pkgsrc-2011Q2-base:1.11 pkgsrc-2009Q4:1.11.0.34 pkgsrc-2009Q4-base:1.11 pkgsrc-2008Q4:1.11.0.32 pkgsrc-2008Q4-base:1.11 pkgsrc-2008Q3:1.11.0.30 pkgsrc-2008Q3-base:1.11 cube-native-xorg:1.11.0.28 cube-native-xorg-base:1.11 pkgsrc-2008Q2:1.11.0.26 pkgsrc-2008Q2-base:1.11 pkgsrc-2008Q1:1.11.0.24 pkgsrc-2008Q1-base:1.11 pkgsrc-2007Q4:1.11.0.22 pkgsrc-2007Q4-base:1.11 pkgsrc-2007Q3:1.11.0.20 pkgsrc-2007Q3-base:1.11 pkgsrc-2007Q2:1.11.0.18 pkgsrc-2007Q2-base:1.11 pkgsrc-2007Q1:1.11.0.16 pkgsrc-2007Q1-base:1.11 pkgsrc-2006Q4:1.11.0.14 pkgsrc-2006Q4-base:1.11 pkgsrc-2006Q3:1.11.0.12 pkgsrc-2006Q3-base:1.11 pkgsrc-2006Q2:1.11.0.10 pkgsrc-2006Q2-base:1.11 pkgsrc-2006Q1:1.11.0.8 pkgsrc-2006Q1-base:1.11 pkgsrc-2005Q4:1.11.0.6 pkgsrc-2005Q4-base:1.11 pkgsrc-2005Q3:1.11.0.4 pkgsrc-2005Q3-base:1.11 pkgsrc-2005Q2:1.11.0.2 pkgsrc-2005Q2-base:1.11 pkgsrc-2005Q1:1.10.0.2 pkgsrc-2005Q1-base:1.10 pkgsrc-2004Q4:1.8.0.6 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.4 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.8.0.2 pkgsrc-2004Q2-base:1.8 pkgsrc-2004Q1:1.7.0.2 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.6.0.10 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.6 netbsd-1-6-1-base:1.6 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.6 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.3 FreeBSD-current-1997-10-05:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.11 date 2005.03.23.01.17.45; author wiz; state dead; branches; next 1.10; 1.10 date 2005.01.11.05.29.55; author jlam; state Exp; branches 1.10.2.1; next 1.9; 1.9 date 2004.12.28.23.10.09; author reed; state dead; branches; next 1.8; 1.8 date 2004.04.27.20.38.48; author tv; state Exp; branches; next 1.7; 1.7 date 2004.01.03.18.33.24; author reed; state Exp; branches; next 1.6; 1.6 date 2002.03.05.10.33.36; author martti; state Exp; branches; next 1.5; 1.5 date 2001.08.23.00.07.19; author abs; state Exp; branches; next 1.4; 1.4 date 2000.04.01.00.05.29; author wiz; state Exp; branches; next 1.3; 1.3 date 2000.01.06.01.25.26; author wiz; state Exp; branches; next 1.2; 1.2 date 97.12.01.00.02.05; author hubertf; state dead; branches; next 1.1; 1.1 date 97.10.06.13.29.40; author agc; state Exp; branches 1.1.1.1; next ; 1.10.2.1 date 2005.05.12.23.21.16; author snj; state dead; branches; next ; 1.1.1.1 date 97.10.06.13.29.40; author agc; state Exp; branches; next ; desc @@ 1.11 log @Update to 3.7.2. Package changes: Put options in options.mk, and retire support for USE_GIF; turn on the lzw option by default (since USE_GIF was on by default). C++ library's name changed, to be in sync with tiff distribution's name for it (libtiffcxx -> libtiffxx). Changes in 3.7.2: Maintainance [sic] release. Many bugfixes in the build environment and compatibility improvements. @ text @$NetBSD: patch-af,v 1.10 2005/01/11 05:29:55 jlam Exp $ --- configure.orig 2004-12-20 14:41:54.000000000 -0500 +++ configure @@@@ -23722,6 +23722,7 @@@@ if test "${enable_c+++set}" = set; then else HAVE_CXX=yes fi; +HAVE_CXX=no if test "$HAVE_CXX" = "yes" ; then @ 1.10 log @Create a separate libtiffcxx.so library for use by C++ applications. It's meant to be used directly in place of libtiff.so, i.e. instead of linking against -ltiff, you link against -ltiffcxx. It also leaves libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x, and avoids needing to patch tiff-using packages to link using the C++ compiler. Bump the PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD$ @ 1.10.2.1 log @Pullup ticket 495 - requested by Lubomir Sedlacik security fix for tiff Revisions pulled up: - pkgsrc/graphics/tiff/Makefile 1.67, 1.69 - pkgsrc/graphics/tiff/PLIST 1.7 - pkgsrc/graphics/tiff/distinfo 1.26, 1.27, 1.28, 1.29 - pkgsrc/graphics/tiff/options.mk 1.1 - pkgsrc/graphics/tiff/buildlink3.mk 1.12 - pkgsrc/graphics/tiff/patches/patch-aa 1.16 - pkgsrc/graphics/tiff/patches/patch-ab 1.16 - pkgsrc/graphics/tiff/patches/patch-ac 1.16 - pkgsrc/graphics/tiff/patches/patch-ad 1.14 - pkgsrc/graphics/tiff/patches/patch-ae removed - pkgsrc/graphics/tiff/patches/patch-af removed - pkgsrc/graphics/tiff/patches/patch-ah removed - pkgsrc/graphics/tiff/patches/patch-ag removed Module Name: pkgsrc Committed By: wiz Date: Wed Mar 23 01:17:45 UTC 2005 Modified Files: pkgsrc/graphics/tiff: Makefile PLIST distinfo pkgsrc/graphics/tiff/patches: patch-aa Added Files: pkgsrc/graphics/tiff: options.mk Removed Files: pkgsrc/graphics/tiff/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log Message: Update to 3.7.2. Package changes: Put options in options.mk, and retire support for USE_GIF; turn on the lzw option by default (since USE_GIF was on by default). C++ library's name changed, to be in sync with tiff distribution's name for it (libtiffcxx -> libtiffxx). Changes in 3.7.2: Maintainance [sic] release. Many bugfixes in the build environment and compatibility improvements. ---- Module Name: pkgsrc Committed By: recht Date: Thu Mar 24 17:46:29 UTC 2005 Modified Files: pkgsrc/graphics/tiff: distinfo Added Files: pkgsrc/graphics/tiff/patches: patch-ab Log Message: Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changes from libtiff CVS to fix the build on Darwin. ---- Modified Files: pkgsrc/graphics/tiff: distinfo Added Files: pkgsrc/graphics/tiff/patches: patch-ac Log Message: Fix for NetBSD LP64 arches by checking if _LP64 is defined. These arches don't define __LP64__. This is basically same as patch-ab rev. 1.13, which was probably removed by mistake. ---- Module Name: pkgsrc Committed By: salo Date: Thu May 12 12:53:21 UTC 2005 Modified Files: pkgsrc/graphics/tiff: Makefile buildlink3.mk distinfo Added Files: pkgsrc/graphics/tiff/patches: patch-ad Log Message: Security fix: "A vulnerability in libTIFF was found, it can be potentially exploited by malicious people to compromise a vulnerable system." http://secunia.com/advisories/15320/ http://bugzilla.remotesensing.org/show_bug.cgi?id=3D843 Bump PKGREVISION, patch from libtiff cvs repository. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.10 2005/01/11 05:29:55 jlam Exp $ @ 1.9 log @Upgrade tiff to 3.7.1. Remove OpenWindows workaround in pkgsrc for this. Too many changes to include here. See http://www.remotesensing.org/libtiff/v3.7.1.html and http://www.remotesensing.org/libtiff/v3.7.0.html and previous change files for changes information. tiff-3.7.1 now includes the lzw compression code again. It also uses autoconf and libtool now. A new tool is bmp2tiff. Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff. Many manpage symlinks are now missing. (This was reported to tiff list.) @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.8 2004/04/27 20:38:48 tv Exp $ d3 10 a12 29 --- tools/Makefile.in.orig Thu Nov 27 10:08:12 2003 +++ tools/Makefile.in @@@@ -48,10 +48,10 @@@@ OPTIMIZER=@@OPTIMIZER@@ IPATH = -I. -I${SRCDIR} -I${LIBDIR} CFLAGS = @@ENVOPTS@@ ${COPTS} ${OPTIMIZER} ${IPATH} # -TIFFLIB = ${DEPTH}/libtiff/libtiff.@@DSOSUF@@ +TIFFLIB = ${DEPTH}/libtiff/libtiff.la LIBJPEG = @@LIBJPEG@@ LIBGZ = @@LIBGZ@@ -LIBTIFF = @@TIFFLIBREF@@ +LIBTIFF = ${TIFFLIB} LIBPORT = @@LIBPORT@@ MACHLIBS= @@MACHDEPLIBS@@ LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} ${LIBPORT} ${MACHLIBS} @@@@ -115,10 +115,9 @@@@ all: ${TARGETS} true; \ fi install: all - ${INSTALL} -idb tiff.sw.tools -m 755 \ - -dir ${DESTDIR}@@DIR_BIN@@ - ${INSTALL} -idb tiff.sw.tools -m 755 \ - -F ${DESTDIR}@@DIR_BIN@@ -O ${TARGETS} + ${INSTALL} -idb tiff.sw.tools -m ${PKGDIRMODE} \ + -dir @@DIR_BIN@@ + ${LIBTOOL} ${BSD_INSTALL_PROGRAM} ${TARGETS} @@DIR_BIN@@ @@if [ "@@LIBIMAGE@@" = yes ]; then \ ${INSTALL} -idb tiff.sw.tools -m 755 \ -F ${DESTDIR}@@DIR_BIN@@ -O sgi2tiff; \ @ 1.8 log @nb2: Obey PKGDIRMODE, and install shlibs as executable. @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @Update to tiff-3.6.1. This is many changes and fixes. The main changes include: new utility tiff2pdf for converting a TIFF image to a PDF document new utility raw2tiff for converting raw rasters into TIFF files new tiff2ps options new fax2tiff options bug fixes for LZW, JPEG and OJPEG compression. more documentation and upgrade to libtiff.so.3.6 other changes at http://www.libtiff.org/v3.6.0.html Removed patch-ab because html/Makefile.in: added missing images per bug 92 Removed patch-ag because http://bugzilla.remotesensing.org/show_bug.cgi?id=315 Other changes: HOMEPAGE changed due to libtiff.org has been hijacked INSTALL.OpenWindows updated (thank you to dieter) tiff is backward compatible with older version, but buildlink2.mk version is increased because libtiff was broken for amd64 support. @ text @d3 1 a3 1 --- tools/Makefile.in.orig Fri Nov 21 19:35:56 2003 d18 2 a19 1 @@@@ -114,9 +114,8 @@@@ all: ${TARGETS} d22 1 a22 1 ${INSTALL} -idb tiff.sw.tools -m 755 \ d26 1 @ 1.6 log @Updated tiff to 3.5.7 * many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.5 2001/08/23 00:07:19 abs Exp $ d3 3 a5 3 --- tools/Makefile.in.orig Tue Jul 17 15:13:37 2001 +++ tools/Makefile.in Mon Mar 4 16:09:50 2002 @@@@ -48,10 +48,10 @@@@ d18 1 a18 2 @@@@ -111,10 +111,8 @@@@ true; \ d21 1 a21 1 - ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \ d23 1 a23 1 - ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \ d25 1 a25 1 + ${INSTALL} -idb tiff.sw.tools -m 755 -dir @@DIR_BIN@@ @ 1.5 log @Lets compile libtiff on sparc64, gcc 2.95.3. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- tools/Makefile.in.orig Tue Aug 21 08:44:43 2001 +++ tools/Makefile.in @@@@ -47,10 +47,10 @@@@ d18 1 a18 1 @@@@ -108,8 +108,8 @@@@ d22 4 a25 2 - ${INSTALL} -idb nostrip tiff.sw.tools -m 755 -dir @@DIR_BIN@@ - ${INSTALL} -idb nostrip tiff.sw.tools -m 755 -F @@DIR_BIN@@ -O ${TARGETS} d28 3 a30 3 @@if [ "@@LIBIMAGE@@" = yes ]; then \ ${INSTALL} -idb tiff.sw.tools -m 755 -F @@DIR_BIN@@ -O sgi2tiff; \ else \ @ 1.4 log @Update tiff-library to 3.5.5. Changes from 3.5.4 are some bugfixes and beginning support for 2-4GB files. Complete list of changes at http://www.libtiff.org/v3.5.5.html @ text @d3 26 a28 10 --- html/index.html.orig Mon Mar 27 19:05:55 2000 +++ html/index.html Fri Mar 31 23:27:39 2000 @@@@ -78,7 +78,6 @@@@
@
1.3
log
@tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is now
optional and controlled by USE_GIF in mk.conf, decompression is unchanged.
Comment for USE_GIF in mk.conf has been updated. Some HTML documentation
gets installed now, too.
Changes:
A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags,
and Adobe ZIP support, as well as removal of some compiler warnings
and minor fixes.
@
text
@d3 3
a5 3
--- html/index.html.orig Tue Dec 21 22:09:04 1999
+++ html/index.html Thu Jan 6 02:20:45 2000
@@@@ -76,7 +76,6 @@@@
@
1.2
log
@Incorporate Matthias Scheler's update to the tiff package with some
minor fixes from me. Closes PR pkg/4603.
@
text
@d1 12
a12 12
*** libtiff/tiffcomp.h.orig Fri Sep 30 03:01:28 1994
--- libtiff/tiffcomp.h Wed Oct 4 04:23:03 1995
***************
*** 78,83 ****
--- 78,84 ----
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END
#endif /* defined(SYSV) || defined(VMS) */
+ #include