head	1.5;
access;
symbols
	old_old_old_RELEASE_7_1_0:1.4
	old_old_old_RELEASE_6_4_0:1.4
	old_old_old_RELEASE_5_EOL:1.4
	old_old_old_RELEASE_7_0_0:1.4
	old_old_old_RELEASE_6_3_0:1.4
	old_old_old_PRE_XORG_7:1.4
	old_old_old_old_RELEASE_4_6_1:1.1
	old_old_old_old_RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2009.01.13.21.38.50;	author skv;	state dead;
branches;
next	1.4;

1.4
date	2007.05.03.02.47.15;	author kan;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.21.17.09.12;	author tobez;	state dead;
branches;
next	1.2;

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

1.1
date	2002.05.21.11.27.15;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to 5.8.9

Also:

- add option SITECUSTOMIZE which enable -Dusesitecustomize [1]

- add patch against sv_dup() bug causes memory corruption in threaded perl [2]

Changes:	http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod
PR:		111120 [1], 130033 [2]
Submitted by:	"Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1],
		kevin brintnall <kbrint xx rufus.net> [2]
@
text
@--- makedepend.SH.orig	Wed May  2 22:37:13 2007
+++ makedepend.SH	Wed May  2 22:38:48 2007
@@@@ -167,6 +167,7 @@@@
             -e '/^#.*<builtin>/d' \
             -e '/^#.*<built-in>/d' \
             -e '/^#.*<command line>/d' \
+            -e '/^#.*<command-line>/d' \
 	    -e '/^#.*"-"/d' \
 	    -e '/: file path prefix .* never used$/d' \
 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
@


1.4
log
@Filter out <command-line> from preprocessor output in makedepend.SH
to fix build with GCC 4.2.0.
@
text
@@


1.3
log
@Update to 5.8.0 (after repocopy).
@
text
@d1 7
a7 10
$FreeBSD: ports/lang/perl5.8/files/patch-makedepend,v 1.2 2002/06/02 21:22:25 tobez Exp $

--- makedepend.SH.orig	Wed May 29 19:29:05 2002
+++ makedepend.SH	Wed May 29 19:31:31 2002
@@@@ -155,6 +155,8 @@@@
         $sed \
 	    -e '1d' \
 	    -e '/^#.*<stdin>/d' \
+	    -e '/^#.*<built-in>/d' \
+	    -e '/^#.*<command line>/d' \
d9 1
a10 1
 	    -e 's/^[	 ]*#[	 ]*line/#/' \
@


1.2
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
@d1 1
a1 1
$FreeBSD$
@


1.1
log
@Make make depend to work with the new gcc (the new preprocessor outputs
more stuff than the old one, which confuses makedepend script in the
distribution).

PORTREVISION is not bumped since there was no functionality change.

Reported-by:	too many to list here
@
text
@d1 1
a1 1
$Id$
@

