head	1.4;
access;
symbols
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.01.29.19.04.46;	author glarkin;	state dead;
branches;
next	1.3;

1.3
date	2004.02.25.11.16.31;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.02.12.27.25;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.01.07.50.46;	author reg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Unbreak by removing reference to DynaLoader.a in Perl 5.8.9+
- Regenerate patch files with "make makepatch"
- Take maintainership
@
text
@
$FreeBSD: ports/lang/eperl/files/patch-ab,v 1.3 2004/02/25 11:16:31 mat Exp $

--- configure.orig	Sun Aug  2 16:48:40 1998
+++ configure	Wed Jan  2 14:14:55 2002
@@@@ -571,7 +571,7 @@@@
 if test "${with_perl+set}" = set; then
   withval="$with_perl"
   perlprog=$with_perl
-perlvers=`$perlprog -v | grep version | sed -e 's/.* version //' -e 's/ built.*//' -e 's/ with.*//'`
+perlvers=`$perlprog -v | grep "This is perl" | sed -e 's/^.* version //' -e 's/^.* v//' -e 's/ built.*//' -e 's/ with.*//'`
 
 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.6.* | 5.8.* )
         ;;
     * ) echo ""
         echo "Latest Perl found on your system is $perlvers,"
@@@@ -617,6 +617,8 @@@@
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
     5.00[3-6] ) 
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/$/00/'` ;; 
+    5.[68].* ) 
+	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/\./0/' -e 's/$/00/'` ;; 
 	* ) 
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
 esac
@@@@ -1028,7 +1030,7 @@@@
     CFLAGS="-Wall -g -ggdb3"
     LDFLAGS="-g -ggdb3"
 else
-    CFLAGS="-g"
+#    CFLAGS="-g"
     LDFLAGS="-g"
 fi
 x="enabled"
@@@@ -1039,7 +1041,7 @@@@
 
 
 else
-  CFLAGS=""
+#  CFLAGS=""
 LDFLAGS=""
 x=disabled
 debug=off
@


1.3
log
@Fix build with perl 5.8.x
Remove BROKEN
@
text
@d2 1
a2 1
$FreeBSD: ports/lang/eperl/files/patch-ab,v 1.2 2002/01/02 12:27:25 sobomax Exp $
@


1.2
log
@Don't assume that strnstr(3) exists in the system libc. This should fix the
build on slightly outdated (3 weeks and more) 4-STABLE systems.

Submitted by:	bento
@
text
@d2 1
a2 1
$FreeBSD$
d20 1
a20 1
+    5.003* | 5.004* | 5.005* | 5.006* | 5.6.*)
d28 1
a28 1
+    5.6.* ) 
@


1.1
log
@Make this work with the perl in -current.

No (non-automated) response from: maintainer
@
text
@d1 5
a5 2
--- configure.orig	Sun Aug  2 06:48:40 1998
+++ configure	Fri Sep  8 00:13:50 2000
d33 18
@

