diff options
author | skrll <skrll@pkgsrc.org> | 2004-02-05 20:14:05 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2004-02-05 20:14:05 +0000 |
commit | fb424a9eb91ecd57661b01b9a00c7e82e82b98db (patch) | |
tree | 54e05367b2437fe7db9c9a4ee60058d63c5a0683 /graphics | |
parent | c6d917b74a64a4a1cd3b192dc85ff02a2ae18847 (diff) | |
download | pkgsrc-fb424a9eb91ecd57661b01b9a00c7e82e82b98db.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GUIlib/PLIST | 3 | ||||
-rw-r--r-- | graphics/SDL_image/Makefile | 8 | ||||
-rw-r--r-- | graphics/SDL_image/PLIST | 3 | ||||
-rw-r--r-- | graphics/gimp-base/PLIST | 5 | ||||
-rw-r--r-- | graphics/jasper/Makefile | 8 | ||||
-rw-r--r-- | graphics/jasper/PLIST | 3 | ||||
-rw-r--r-- | graphics/libvideogfx/PLIST | 3 | ||||
-rw-r--r-- | graphics/libwmf/PLIST | 4 |
8 files changed, 8 insertions, 29 deletions
diff --git a/graphics/GUIlib/PLIST b/graphics/GUIlib/PLIST index ea25c04cecf..d10607ab9e1 100644 --- a/graphics/GUIlib/PLIST +++ b/graphics/GUIlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:07 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/05 20:14:05 skrll Exp $ include/GUI/GUI.h include/GUI/GUI_C.h include/GUI/GUI_area.h @@ -13,7 +13,6 @@ include/GUI/GUI_status.h include/GUI/GUI_termwin.h include/GUI/GUI_widget.h include/GUI/GUI_widgets.h -lib/libGUI-1.1.so lib/libGUI-1.1.so.0 lib/libGUI-1.1.so.0.0 lib/libGUI.a diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index a047c2ecc9c..11cf19062ad 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/03 01:27:37 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/05 20:14:05 skrll Exp $ # DISTNAME= SDL_image-1.2.3 @@ -29,12 +29,6 @@ post-install: .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" -PLIST_SUBST+= AVAILABLE="@comment " -.else -PLIST_SUBST+= AVAILABLE= -.endif - .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" diff --git a/graphics/SDL_image/PLIST b/graphics/SDL_image/PLIST index e716b0c60ee..f16076cb062 100644 --- a/graphics/SDL_image/PLIST +++ b/graphics/SDL_image/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/03 01:27:37 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/02/05 20:14:05 skrll Exp $ bin/showimage include/SDL/SDL_image.h -${AVAILABLE}lib/libSDL_image-1.2.so lib/libSDL_image-1.2.so.1 lib/libSDL_image-1.2.so.1.2 lib/libSDL_image.a diff --git a/graphics/gimp-base/PLIST b/graphics/gimp-base/PLIST index 59c442df6c1..766488a256c 100644 --- a/graphics/gimp-base/PLIST +++ b/graphics/gimp-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/06/18 10:26:55 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/02/05 20:14:05 skrll Exp $ bin/gimp bin/gimp-1.2 bin/gimp-config @@ -250,19 +250,16 @@ lib/gimp/1.2/plug-ins/xjt lib/gimp/1.2/plug-ins/xpm lib/gimp/1.2/plug-ins/xwd lib/gimp/1.2/plug-ins/zealouscrop -lib/libgck-1.2.so lib/libgck-1.2.so.0 lib/libgck-1.2.so.0.5 lib/libgck.a lib/libgck.la lib/libgck.so -lib/libgimp-1.2.so lib/libgimp-1.2.so.0 lib/libgimp-1.2.so.0.5 lib/libgimp.a lib/libgimp.la lib/libgimp.so -lib/libgimpui-1.2.so lib/libgimpui-1.2.so.0 lib/libgimpui-1.2.so.0.5 lib/libgimpui.a diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 1fa56504620..a38eac2cd69 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/04 12:17:08 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/05 20:14:05 skrll Exp $ # DISTNAME= jasper-1.600.0 @@ -25,11 +25,5 @@ post-install: .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" -PLIST_SUBST+= AVAILABLE="@comment " -.else -PLIST_SUBST+= AVAILABLE= -.endif - .include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/jasper/PLIST b/graphics/jasper/PLIST index 8e532915216..be62cbdaf61 100644 --- a/graphics/jasper/PLIST +++ b/graphics/jasper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/03 01:16:40 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/05 20:14:05 skrll Exp $ bin/imgcmp bin/imginfo bin/jasper @@ -16,7 +16,6 @@ include/jasper/jas_tvp.h include/jasper/jas_types.h include/jasper/jas_version.h include/jasper/jasper.h -${AVAILABLE}lib/libjasper-1.600.so lib/libjasper-1.600.so.0 lib/libjasper-1.600.so.0.0 lib/libjasper.a diff --git a/graphics/libvideogfx/PLIST b/graphics/libvideogfx/PLIST index 641f9e6246e..0ae88985b02 100644 --- a/graphics/libvideogfx/PLIST +++ b/graphics/libvideogfx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/13 18:55:41 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/05 20:14:05 skrll Exp $ bin/libvideogfx-config include/libvideogfx.hh include/libvideogfx/arch/cpu.hh @@ -52,7 +52,6 @@ include/libvideogfx/x11/dispimg.hh include/libvideogfx/x11/draw_x11.hh include/libvideogfx/x11/imgwin.hh include/libvideogfx/x11/server.hh -lib/libvideogfx-1.0.so lib/libvideogfx-1.0.so.3 lib/libvideogfx-1.0.so.3.0 lib/libvideogfx.a diff --git a/graphics/libwmf/PLIST b/graphics/libwmf/PLIST index 7f0affd2429..dd3aca12a85 100644 --- a/graphics/libwmf/PLIST +++ b/graphics/libwmf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2003/09/21 21:47:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/02/05 20:14:06 skrll Exp $ bin/libwmf-config bin/libwmf-fontmap bin/wmf2eps @@ -20,13 +20,11 @@ include/libwmf/macro.h include/libwmf/svg.h include/libwmf/types.h include/libwmf/x.h -lib/libwmf-0.2.so lib/libwmf-0.2.so.8 lib/libwmf-0.2.so.8.0 lib/libwmf.a lib/libwmf.la lib/libwmf.so -lib/libwmflite-0.2.so lib/libwmflite-0.2.so.7 lib/libwmflite-0.2.so.7.1 lib/libwmflite.a |