summaryrefslogtreecommitdiff
path: root/www/WebMagick/files/patch-ac
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2012-04-07 06:11:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2012-04-07 06:11:06 +0000
commit9cf37d93fcc586e02cb77a5684fd02e001c0d40c (patch)
treefb8fb0a2d65ae7a0d867114d49662e4accd059dd /www/WebMagick/files/patch-ac
parent- Avoid creating an empty directory. [1] (diff)
1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta. 2) Use autotools. 3) Add LICENSE. Feature safe: yes
Notes
Notes: svn path=/head/; revision=294311
Diffstat (limited to 'www/WebMagick/files/patch-ac')
-rw-r--r--www/WebMagick/files/patch-ac32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/WebMagick/files/patch-ac b/www/WebMagick/files/patch-ac
deleted file mode 100644
index cb6d320710ff..000000000000
--- a/www/WebMagick/files/patch-ac
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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
-
-- exec < /dev/tty
-+# exec < /dev/tty
- rm $tmpfile
- fi
-
-@@ -1073,7 +1073,7 @@
- then
- webmagick_cv_defaultfont=$font5
- else
-- webmagick_cv_defaultfont='fixed'
-+ webmagick_cv_defaultfont='courier'
- fi
-
-