aboutsummaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-05-30 03:25:14 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-05-30 03:25:14 +0000
commitcfb001562074497c2f3c151efef2e7c060299c05 (patch)
tree89e23ddf9edb1e06027261628241e58afdccd2a4 /www/WebMagick
parent58d9a697a88527bd87101eefec60c30bd63c69b7 (diff)
downloadports-cfb001562074497c2f3c151efef2e7c060299c05.tar.gz
ports-cfb001562074497c2f3c151efef2e7c060299c05.zip
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile2
-rw-r--r--www/WebMagick/files/patch-ac27
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
+
+