head	1.5;
access;
symbols
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	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.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2005.02.01.20.58.37;	author tobez;	state dead;
branches;
next	1.4;

1.4
date	2002.11.01.14.43.46;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.02.21.22.25;	author tobez;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.10.19.57.49;	author markm;	state Exp;
branches;
next	1.1;

1.1
date	98.08.28.14.48.37;	author markm;	state Exp;
branches;
next	;


desc
@@


1.5
log
@The separation of p5 ports' manual pages and perl's own manual pages was
done incorrectly.  Fix that.
@
text
@$FreeBSD: ports/lang/perl5/files/patch-af,v 1.4 2002/11/01 14:43:46 tobez Exp $

--- Configure.orig	Mon Mar 19 04:03:33 2001
+++ Configure	Fri Nov  1 14:58:06 2002
@@@@ -296,7 +296,7 @@@@ cppflags=''
 ldflags=''
 lkflags=''
 locincpth=''
-optimize=''
+optimize=${CFLAGS:-''}
 cf_email=''
 cf_by=''
 cf_time=''
@@@@ -14940,7 +14940,7 @@@@ for i in \`$cc -v -c tmp.c 2>&1 $postpro
 do
 	case "\$i" in
 	-D*) echo "\$i" | $sed 's/^-D//';;
-	-A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
+	-A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A//' | $sed 's/\(.*\)(\(.*\))/\1=\2/';;
 	esac
 done
 $rm -f try.c
@


1.4
log
@Make perl's configure be aware of gcc command line syntax change from
-Acpu(i386) to -Acpu=i386 and similar.

The patch is from Perlland:
http://archive.develooper.com/perl5-porters@@perl.org/msg79350.html

While at it, add $ FreeBSD $ to the rest of the patches.

Reported by:	kuriyama
@
text
@d1 1
a1 1
$FreeBSD$
@


1.3
log
@Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the
@@INC array. This takes care of the infamous problem of updating the
packages already in the perl distribution. With this change, no tricks
are any longer necessary for such p5 ports, except the usual tweaking of
INSTALLDIRS in Makefile.PL. This last one can also be taken care of by
an appropriate BSDPAN modifications, but until we have the `natural'
@@INC order in the 4.X base system perl, it is meaningless.

Do not include iconv.h and do not link with libiconv. Iconv is not used
by perl in any way currently, but it used to link it if found.

Fix perl on freebsd/sparc64.

PR:		33212 (iconv), 37605 (iconv), 38813 (sparc64)
Reported by:	Vivek Khera <khera@@kciLink.com> (iconv),
		Martin Nilsson <martin@@gneto.com> (iconv)
Submitted by:	jake (sparc64)
@
text
@d3 3
a5 3
--- Configure.ORIG	Mon Mar 19 05:03:33 2001
+++ Configure	Tue Apr 10 20:31:56 2001
@@@@ -296,7 +296,7 @@@@
d14 9
@


1.2
log
@Update for Perl 5.6.1.

As before, this is a "guru only" port. If you know what you are
doing, go ahead and use it. If not - HANDS OFF!

Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
@
text
@d1 2
@


1.1
log
@Make this port honour CFLAGS.

Submitted by: axl (Sheldon Hearn)
@
text
@d1 3
a3 3
--- Configure.ORIG	Fri Aug  7 23:38:53 1998
+++ Configure	Mon Aug 17 12:03:07 1998
@@@@ -306,7 +306,7 @@@@
@

