aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-08-27 04:11:29 +0800
committerdinoex <dinoex@FreeBSD.org>2010-08-27 04:11:29 +0800
commitf9d9fe01b63cd267d1fdfd6f26866aa12ad174b7 (patch)
tree91ef16a578fb3d493b19c540de8aa40eb13200c3 /x11-toolkits
parent5793494d3c52d60831909039e45e187c2625a6a5 (diff)
downloadfreebsd-ports-gnome-f9d9fe01b63cd267d1fdfd6f26866aa12ad174b7.tar.gz
freebsd-ports-gnome-f9d9fe01b63cd267d1fdfd6f26866aa12ad174b7.tar.zst
freebsd-ports-gnome-f9d9fe01b63cd267d1fdfd6f26866aa12ad174b7.zip
- fix after tiff update to 4.0.0
PR: 149611
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Prima/Makefile2
-rw-r--r--x11-toolkits/p5-Prima/files/patch-codec_tiff.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 28b9c052c2a9..56eedf968ecf 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Prima
PORTVERSION= 1.27
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits perl5 graphics
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/x11-toolkits/p5-Prima/files/patch-codec_tiff.c b/x11-toolkits/p5-Prima/files/patch-codec_tiff.c
new file mode 100644
index 000000000000..775466787490
--- /dev/null
+++ b/x11-toolkits/p5-Prima/files/patch-codec_tiff.c
@@ -0,0 +1,11 @@
+--- img/codec_tiff.c.orig 2008-10-29 12:15:32.000000000 +0100
++++ img/codec_tiff.c 2010-08-26 21:32:37.000000000 +0200
+@@ -164,7 +164,7 @@
+ static ImgCodecInfo codec_info = {
+ "TIFF Bitmap",
+ "www.libtiff.org",
+- TIFF_VERSION, TIFFLIB_VERSION, /* version */
++ TIFF_VERSION_CLASSIC, TIFFLIB_VERSION, /* version */
+ tiffext, /* extension */
+ "Tagged Image File Format", /* file type */
+ "TIFF", /* short type */