aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-02-16 09:24:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-02-16 09:24:56 +0000
commitaa69634c81c57762f678fe8d55a60cb98823b242 (patch)
tree056bd9ff1aad1cca5b41a4e29085903fe6c0c836 /graphics
parentce05535ff75bd9fba2458f110a6fd3a4926538d7 (diff)
downloadports-aa69634c81c57762f678fe8d55a60cb98823b242.tar.gz
ports-aa69634c81c57762f678fe8d55a60cb98823b242.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Imager/files/patch-Makefile.PL15
1 files changed, 10 insertions, 5 deletions
diff --git a/graphics/p5-Imager/files/patch-Makefile.PL b/graphics/p5-Imager/files/patch-Makefile.PL
index 2754012c5ba3..987884c0ef8e 100644
--- a/graphics/p5-Imager/files/patch-Makefile.PL
+++ b/graphics/p5-Imager/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- Makefile.PL.orig Sun Nov 4 16:00:57 2001
-+++ Makefile.PL Sun Nov 4 16:02:00 2001
-@@ -143,25 +143,6 @@
+--- Makefile.PL.old Sun Dec 12 05:52:00 2004
++++ Makefile.PL Wed Feb 16 09:53:41 2005
+@@ -147,30 +147,6 @@
}
RETR:
@@ -12,6 +12,12 @@
-reading or writing gif images. Some of the gif tests can even fail
-since they stress some parts of the buggy code.
-
+-libungif 4.1.2 and later is safe. giflib 4.1.3 needs at least one
+-patch to have all the bugs fixed, see README for details.
+-
+-Of course it's possible your operating system distributor has patched
+-all of these problems and you have nothing to worry about.
+-
-Do you want to remove gif support? [Y/n]
-EOFF
- my $resp = <STDIN>;
@@ -22,7 +28,6 @@
- return;
- }
- }
--
+
for my $frm (qw(gif ungif)) {
checkformat($frm) if ($MANUAL and $formats{$frm});
- }