summaryrefslogtreecommitdiff
path: root/graphics/gfont/files
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-25 20:17:00 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-25 20:17:00 +0000
commitb8039ea566997b48bf459ba5376cc481601df369 (patch)
tree749b48020111856c75b767bd752fd216f263dcc2 /graphics/gfont/files
parentSorry,this was BROKEN. (diff)
Added patch-aa so this didn't break in -CURRENT
UnBROKENed Makefile, and changed HAS_CONFIGURE to the more appropriate GNU_CONFIGURE. Port builds on -STABLE(jade.chc-chimes.com) and -CURRENT(bento) now. PR: ports/8807 Submitted by: Ian Struble <ian@disavowed.broken.net>
Notes
Notes: svn path=/head/; revision=14900
Diffstat (limited to 'graphics/gfont/files')
-rw-r--r--graphics/gfont/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gfont/files/patch-aa b/graphics/gfont/files/patch-aa
new file mode 100644
index 000000000000..a31e5d0e627e
--- /dev/null
+++ b/graphics/gfont/files/patch-aa
@@ -0,0 +1,19 @@
+*** configure.orig Thu Nov 19 16:18:19 1998
+--- configure Thu Nov 19 16:19:02 1998
+***************
+*** 805,811 ****
+ for perl in perl5 perl miniperl; do
+ if test -x "$dir/$perl"; then
+ perl="$dir/$perl"
+! version=`$perl -v | grep version | sed -e 's/.* version //' -e 's/ with.*//'`
+ versionnum="`echo $version | sed -e 's/\.//g' -e 's/_//g'`"
+ versionnum=`expr $versionnum - $c`
+ echo "$versionnum $version $perl" >>$TMPFILE
+--- 805,811 ----
+ for perl in perl5 perl miniperl; do
+ if test -x "$dir/$perl"; then
+ perl="$dir/$perl"
+! version=`$perl -v | grep version | sed -e 's/.* version //' -e 's/ built.*//'`
+ versionnum="`echo $version | sed -e 's/\.//g' -e 's/_//g'`"
+ versionnum=`expr $versionnum - $c`
+ echo "$versionnum $version $perl" >>$TMPFILE