aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-08-26 20:11:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-08-26 20:11:29 +0000
commita8b6b27f89c046e4add49ad16d4443e4818df2c0 (patch)
treea3a3021cf81750dca3a3dfd8bce4bf4aab2e1ec4 /x11-toolkits/p5-Prima
parent379274b598f5295c78fce82759d0cb4e1e29aeca (diff)
downloadports-a8b6b27f89c046e4add49ad16d4443e4818df2c0.tar.gz
ports-a8b6b27f89c046e4add49ad16d4443e4818df2c0.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Prima')
-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 */