Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2004 20:14:06
Module Name:	pkgsrc
Committed By:	skrll
Date:		Thu Feb  5 20:14:06 UTC 2004

Modified Files:
	pkgsrc/audio/SDL_mixer: PLIST
	pkgsrc/audio/SDL_sound: PLIST
	pkgsrc/chat/silc-client: PLIST
	pkgsrc/chat/silc-server: PLIST
	pkgsrc/converters/wv: PLIST
	pkgsrc/databases/dbh: PLIST
	pkgsrc/devel/SDL_ttf: PLIST
	pkgsrc/devel/SDLmm: PLIST
	pkgsrc/devel/gscope: PLIST
	pkgsrc/devel/libtool: Makefile Makefile.common buildlink2.mk distinfo
	pkgsrc/devel/libtool-base: Makefile PLIST
	pkgsrc/devel/libtool-info: Makefile
	pkgsrc/devel/libtool/patches: patch-aa patch-ab patch-ac
	pkgsrc/devel/libusb: PLIST
	pkgsrc/devel/smpeg: PLIST
	pkgsrc/graphics/GUIlib: PLIST
	pkgsrc/graphics/SDL_image: Makefile PLIST
	pkgsrc/graphics/gimp-base: PLIST
	pkgsrc/graphics/jasper: Makefile PLIST
	pkgsrc/graphics/libvideogfx: PLIST
	pkgsrc/graphics/libwmf: PLIST
	pkgsrc/ham/hamlib: PLIST
	pkgsrc/inputmethod/libtabe: PLIST
	pkgsrc/multimedia/kdemultimedia2: PLIST
	pkgsrc/multimedia/kdemultimedia3: PLIST
	pkgsrc/net/SDL_net: PLIST
	pkgsrc/net/gnet1: PLIST
	pkgsrc/textproc/aiksaurus: PLIST
	pkgsrc/x11/gnome--: PLIST
Removed Files:
	pkgsrc/devel/libtool/patches: patch-ad patch-ae patch-af patch-ag
	    patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-ao
	    patch-aq patch-as

Log Message:
The long awaited update libtool to 1.5.2.

Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/SDL_mixer/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/SDL_sound/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/chat/silc-client/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/chat/silc-server/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/converters/wv/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/dbh/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/SDL_ttf/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/SDLmm/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/gscope/PLIST
cvs rdiff -r1.39 -r1.40 pkgsrc/devel/libtool/Makefile
cvs rdiff -r1.40 -r1.41 pkgsrc/devel/libtool/Makefile.common
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libtool/buildlink2.mk
cvs rdiff -r1.32 -r1.33 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/libtool-base/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/libtool-base/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libtool-info/Makefile
cvs rdiff -r1.32 -r1.33 pkgsrc/devel/libtool/patches/patch-aa
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/libtool/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/libtool/patches/patch-ac
cvs rdiff -r1.5 -r0 pkgsrc/devel/libtool/patches/patch-ad
cvs rdiff -r1.6 -r0 pkgsrc/devel/libtool/patches/patch-ae \
    pkgsrc/devel/libtool/patches/patch-am
cvs rdiff -r1.4 -r0 pkgsrc/devel/libtool/patches/patch-af
cvs rdiff -r1.8 -r0 pkgsrc/devel/libtool/patches/patch-ag
cvs rdiff -r1.3 -r0 pkgsrc/devel/libtool/patches/patch-ah \
    pkgsrc/devel/libtool/patches/patch-ai \
    pkgsrc/devel/libtool/patches/patch-aj \
    pkgsrc/devel/libtool/patches/patch-ak \
    pkgsrc/devel/libtool/patches/patch-al
cvs rdiff -r1.1 -r0 pkgsrc/devel/libtool/patches/patch-ao \
    pkgsrc/devel/libtool/patches/patch-aq \
    pkgsrc/devel/libtool/patches/patch-as
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/libusb/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/smpeg/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/GUIlib/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/SDL_image/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/SDL_image/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/gimp-base/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/jasper/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/jasper/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/libvideogfx/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/libwmf/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/ham/hamlib/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/inputmethod/libtabe/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/multimedia/kdemultimedia2/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/multimedia/kdemultimedia3/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/net/SDL_net/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/gnet1/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/aiksaurus/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gnome--/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.