Hi,
here's an update to graphics/tiff, with lots of fuzzing fixes which
*might* be important, as usual with gfx libraries.. see
http://www.simplesystems.org/libtiff/v4.0.9.html for the full list of
changes.
Bumped libtiff's minor for some symbol additions.
Will put it in a bulk unless someone beats me to it.
Landry
? tiff-4.0.8-libtiff.so.40.1
? tiff-4.0.8-libtiffxx.so.40.1
? tiff-4.0.9-libtiff.so.40.1
? tiff-4.0.9-libtiffxx.so.40.1
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/tiff/Makefile,v
retrieving revision 1.84
diff -u -r1.84 Makefile
--- Makefile 26 Jul 2017 22:45:24 -0000 1.84
+++ Makefile 21 Nov 2017 13:39:44 -0000
@@ -2,9 +2,8 @@
COMMENT= tools and library routines for working with TIFF images
-DISTNAME= tiff-4.0.8
-REVISION = 1
-SHARED_LIBS= tiff 40.1 # 7.6
+DISTNAME= tiff-4.0.9
+SHARED_LIBS= tiff 40.2 # 7.6
SHARED_LIBS+= tiffxx 40.1 # 7.6
CATEGORIES= graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/tiff/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo 26 May 2017 20:50:57 -0000 1.20
+++ distinfo 21 Nov 2017 13:39:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (tiff-4.0.8.tar.gz) = WdelqMzZIFmRPyRod9uVopGObAT7nUP9dOXDOQ2sKRA=
-SIZE (tiff-4.0.8.tar.gz) = 2065574
+SHA256 (tiff-4.0.9.tar.gz) = bnve7CwxBzTnNNGarjpx6+N6TYQuDiPbsbiSHAAmz80=
+SIZE (tiff-4.0.9.tar.gz) = 2305681
Index: patches/patch-test_Makefile_in
===================================================================
RCS file: /cvs/ports/graphics/tiff/patches/patch-test_Makefile_in,v
retrieving revision 1.9
diff -u -r1.9 patch-test_Makefile_in
--- patches/patch-test_Makefile_in 29 Nov 2016 20:00:35 -0000 1.9
+++ patches/patch-test_Makefile_in 21 Nov 2017 13:39:44 -0000
@@ -2,9 +2,10 @@
Avoid picking up an old libtiff in ${LOCALBASE}.
---- test/Makefile.in.orig Sat Nov 19 18:40:22 2016
-+++ test/Makefile.in Thu Nov 24 21:44:23 2016
-@@ -525,10 +525,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+Index: test/Makefile.in
+--- test/Makefile.in.orig
++++ test/Makefile.in
+@@ -526,10 +526,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/tiff/pkg/PLIST,v
retrieving revision 1.25
diff -u -r1.25 PLIST
--- pkg/PLIST 26 May 2017 20:50:57 -0000 1.25
+++ pkg/PLIST 21 Nov 2017 13:39:44 -0000
@@ -241,3 +241,4 @@
share/doc/tiff/v4.0.6.html
share/doc/tiff/v4.0.7.html
share/doc/tiff/v4.0.8.html
+share/doc/tiff/v4.0.9.html