diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-25 11:16:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-25 11:16:31 +0000 |
commit | 54dea4c2eb9612b5749fd2616a4f69adeea1d906 (patch) | |
tree | 3d933b4af8f82c13eb0b9741e4836c5c13b3ab96 /lang/p5-ePerl | |
parent | - add CONFLICTS (diff) |
Fix build with perl 5.8.x
Remove BROKEN
Notes
Notes:
svn path=/head/; revision=102078
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 7bf09b3f0c15..484a101f04e4 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 53f118cd45b9..6859c179a0f9 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}" |