summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-06-23 07:45:01 +0000
committerjlam <jlam@pkgsrc.org>2003-06-23 07:45:01 +0000
commit1c480293dde95a231de4e796d6d8b7e6de3a20b7 (patch)
tree34aebac50a6368ae61faefc1d9e5fe12ef96b2d6 /doc
parent168a82be23e7ea66ea4b700ba61019054dd1405e (diff)
downloadpkgsrc-1c480293dde95a231de4e796d6d8b7e6de3a20b7.tar.gz
Bump PKGREVISIONs of lang/perl5 and lang/perl58: modify the build so that
libgcc.a isn't linked "whole archive" into the perl executable on newer NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked into shared libraries, so this hack isn't needed. This change was tested by building and testing textproc/xerces-p, a C++ perl5 module that uses functions in libgcc.a.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 6b9fe874a0e..2fabba30a85 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2549 2003/06/23 07:40:39 mrg Exp $
+$NetBSD: CHANGES,v 1.2550 2003/06/23 07:46:20 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2514,3 +2514,5 @@ Changes to the packages collection and infrastructure in 2003:
Added subtitleripper-0.3-1 [mrg 2003-06-23]
Added p5-Gdk-Pixbuf-0.7008 [mrg 2003-06-23]
Added dvdrip-0.50.13 [mrg 2003-06-23]
+ Updated perl5 to 5.6.1nb9 [jlam 2003-06-23]
+ Updated perl58 to 5.8.0nb2 [jlam 2003-06-23]