summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/perl/ChangeLog')
-rw-r--r--dev-lang/perl/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog
index 14f13b565e07..17293880bf8c 100644
--- a/dev-lang/perl/ChangeLog
+++ b/dev-lang/perl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-lang/perl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.40 2003/10/14 23:51:08 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.41 2003/10/20 23:14:27 mcummings Exp $
+
+ 20 Oct 2003; Michael Cummings <mcummings@gentoo.org> perl-5.8.1-r1.ebuild,
+ perl-5.8.1-r2.ebuild:
+ Changed how h2ph grabs its list of files; relying on h2ph to efficiently
+ recurse was resulting a looping condition when there is a symlink in
+ /usr/include/* (libxml was the sample case - thanks DarkSpecter!). Using find
+ isolates the list to only .h files.
14 Oct 2003; <rac@gentoo.org> perl-5.8.1-r2.ebuild:
Allow building even when db-1 is not present, but let ndbm_file use it if it's