1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to latest version from project CVS

This commit is contained in:
Andrey A. Chernov 2006-05-30 03:25:14 +00:00
parent 58d9a697a8
commit cfb0015620
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163918
2 changed files with 25 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= WebMagick
PORTVERSION= 2.03p3
PORTREVISION= 23
PORTREVISION= 24
PORTEPOCH= 1
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}

View File

@ -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