diff options
author | mat <mat@FreeBSD.org> | 2004-02-25 19:16:31 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-25 19:16:31 +0800 |
commit | 002fab1b14138c0aacaf7f82dca3da5cdcc4b750 (patch) | |
tree | eb18ac4b8421216141acef4277aef5e67fad67da /lang/p5-ePerl | |
parent | 0111d72c49acc7b5691de202334b9ebaa5f23278 (diff) | |
download | freebsd-ports-graphics-002fab1b14138c0aacaf7f82dca3da5cdcc4b750.tar.gz freebsd-ports-graphics-002fab1b14138c0aacaf7f82dca3da5cdcc4b750.tar.zst freebsd-ports-graphics-002fab1b14138c0aacaf7f82dca3da5cdcc4b750.zip |
Fix build with perl 5.8.x
Remove BROKEN
Diffstat (limited to 'lang/p5-ePerl')
-rw-r--r-- | lang/p5-ePerl/Makefile | 8 | ||||
-rw-r--r-- | lang/p5-ePerl/files/patch-configure | 13 |
2 files changed, 12 insertions, 9 deletions
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 7bf09b3f0c1..484a101f04e 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -20,10 +20,4 @@ PERL_CONFIGURE= yes MAN3= Parse::ePerl.3 Apache::ePerl.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Configure fails" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/p5-ePerl/files/patch-configure b/lang/p5-ePerl/files/patch-configure index 53f118cd45b..6859c179a0f 100644 --- a/lang/p5-ePerl/files/patch-configure +++ b/lang/p5-ePerl/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun Aug 2 23:48:40 1998 -+++ configure Thu Nov 21 21:20:23 2002 +--- /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure.orig Sun Aug 2 15:48:40 1998 ++++ /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure Wed Feb 25 12:10:13 2004 @@ -571,7 +571,7 @@ if test "${with_perl+set}" = set; then withval="$with_perl" @@ -9,6 +9,15 @@ else TMPFILE=/tmp/x.$$ +@@ -600,7 +600,7 @@ + PATH_PERL=$perlprog + echo "$ac_t""$perlprog v$perlvers" 1>&6 + case $perlvers in +- 5.003* | 5.004* | 5.005* | 5.006* ) ++ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* ) + ;; + * ) echo "" + echo "Latest Perl found on your system is $perlvers," @@ -901,7 +901,6 @@ GCC=yes ac_test_CFLAGS="${CFLAGS+set}" |