mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
b8039ea566
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>
20 lines
927 B
Plaintext
20 lines
927 B
Plaintext
*** 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
|