Subject: CVS commit: pkgsrc/devel/libtool
To: None <pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 03/01/2002 17:40:45
Module Name: pkgsrc
Committed By: skrll
Date: Fri Mar 1 15:40:45 UTC 2002
Modified Files:
pkgsrc/devel/libtool: Makefile.common distinfo
pkgsrc/devel/libtool/patches: patch-ab
Added Files:
pkgsrc/devel/libtool/patches: patch-af
Log Message:
Pull in a change from libtool-current that changes the dependency
recording strategy and a flag (--preserve-dup-deps) to provide the old
stratey if needed. The new strategy reduces the length of the
dependency_libs information stored in .la files and therefore the length
of link lines. This has a positive effect on performance.
Pull across the documentation updates for the change.
Bump the PKGREVISION.
This was tested by building and running both KDE and Gnome.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/libtool/Makefile.common
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/libtool/patches/patch-ab
cvs rdiff -r0 -r1.4 pkgsrc/devel/libtool/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.