diff options
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 2 | ||||
-rw-r--r-- | www/WebMagick/files/patch-ac | 27 |
2 files changed, 25 insertions, 4 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 3913d8815f7e..807766851e7a 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 23 +PORTREVISION= 24 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/www/WebMagick/files/patch-ac b/www/WebMagick/files/patch-ac index 73c22238d3bc..cb6d320710ff 100644 --- a/www/WebMagick/files/patch-ac +++ b/www/WebMagick/files/patch-ac @@ -1,6 +1,18 @@ ---- configure.bak Mon Oct 18 00:00:03 1999 -+++ configure Sun Nov 21 05:44:06 1999 -@@ -1061,7 +1061,7 @@ +--- configure.bak Wed Oct 23 20:18:18 2002 ++++ configure Tue May 30 07:15:29 2006 +@@ -1027,9 +1027,9 @@ + font2='' + font3='' + font4='' +- font5='fixed' ++ font5='' + tmpfile="/tmp/configure$$" +- $XLSFONTS > $tmpfile ++ $XLSFONTS > $tmpfile 2> /dev/null + exec < $tmpfile + while read font + do +@@ -1053,7 +1053,7 @@ esac done @@ -9,3 +21,12 @@ rm $tmpfile fi +@@ -1073,7 +1073,7 @@ + then + webmagick_cv_defaultfont=$font5 + else +- webmagick_cv_defaultfont='fixed' ++ webmagick_cv_defaultfont='courier' + fi + + |