head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.50 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.48 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.46 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.44 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.42 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.40 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.38 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.36 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.34 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.32 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.30 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.28 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.26 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.24 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.22 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.20 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.18 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.16 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.14 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.12 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.10 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.8 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.6 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.4 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.2 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.6 date 2004.05.11.21.01.05; author wiz; state dead; branches; next 1.5; 1.5 date 2004.03.29.05.05.37; author jlam; state Exp; branches; next 1.4; 1.4 date 2004.02.05.20.14.06; author skrll; state Exp; branches; next 1.3; 1.3 date 2003.01.06.09.49.08; author jlam; state Exp; branches; next 1.2; 1.2 date 2002.08.25.18.38.34; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.05.11.02.09.03; author jlam; state dead; branches 1.1.2.1; next ; 1.1.2.1 date 2002.05.11.02.09.03; author jlam; state Exp; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.06.06.54.36; author jlam; state Exp; branches; next 1.1.2.3; 1.1.2.3 date 2002.06.21.23.00.28; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Unused. @ text @# $NetBSD: buildlink2.mk,v 1.5 2004/03/29 05:05:37 jlam Exp $ .if !defined(LTDL_BUILDLINK2_MK) LTDL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= ltdl BUILDLINK_PKGBASE.ltdl?= libtool-base BUILDLINK_DEPENDS.ltdl?= libtool-base>=1.5.2 BUILDLINK_PKGSRCDIR.ltdl?= ../../devel/libtool-base EVAL_PREFIX+= BUILDLINK_PREFIX.ltdl=libtool-base BUILDLINK_PREFIX.ltdl_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.ltdl= include/ltdl.h BUILDLINK_FILES.ltdl+= lib/libltdl.* BUILDLINK_TARGETS+= ltdl-buildlink ltdl-buildlink: _BUILDLINK_USE .endif # LTDL_BUILDLINK2_MK @ 1.5 log @Add a BUILDLINK_PKGBASE. definition where it's not equal to , e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.4 2004/02/05 20:14:06 skrll Exp $ @ 1.4 log @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. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.3 2003/01/06 09:49:08 jlam Exp $ d7 1 @ 1.3 log @Instead of libtool-base>=${LIBTOOL_REQD}, directly specify >=20010614nb1, which was the last version with a different shared library number on libltdl.so. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.2 2002/08/25 18:38:34 jlam Exp $ d7 1 a7 1 BUILDLINK_DEPENDS.ltdl?= libtool-base>=1.4.20010614nb1 @ 1.2 log @Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.1.2.3 2002/06/21 23:00:28 jlam Exp $ d7 1 a7 1 BUILDLINK_DEPENDS.ltdl?= libtool-base>=${LIBTOOL_REQD} @ 1.1 log @file buildlink2.mk was initially added on branch buildlink2. @ text @d1 19 @ 1.1.2.1 log @First pass at conversion of various packages to use the buildlink2 framework. Add many buildlink2.mk files to add to the framework. Please see buildlink2.txt for more details. @ text @a0 27 # $NetBSD: buildlink2.mk,v 1.6 2001/12/27 00:22:43 jlam Exp $ # # This Makefile fragment is included by packages that use ltdl. # # To use this Makefile fragment, simply: # # (1) Optionally define BUILDLINK_DEPENDS.ltdl to the dependency pattern # for the version of libtool-base desired. # (1) Include this Makefile fragment in the package Makefile. .if !defined(LTDL_BUILDLINK2_MK) LTDL_BUILDLINK2_MK= # defined .include "../../mk/bsd.buildlink2.mk" BUILDLINK_DEPENDS.ltdl?= libtool-base>=${LIBTOOL_REQD} DEPENDS+= ${BUILDLINK_DEPENDS.ltdl}:../../devel/libtool-base BUILDLINK_PREFIX.ltdl= ${LOCALBASE} BUILDLINK_FILES.ltdl= include/ltdl.h BUILDLINK_FILES.ltdl+= lib/libltdl.* BUILDLINK_TARGETS+= ltdl-buildlink ltdl-buildlink: _BUILDLINK_USE .endif # LTDL_BUILDLINK2_MK @ 1.1.2.2 log @* Convert some more packages to use the buildlink2 framework. * Re-add EVAL_PREFIX lines that I shouldn't have removed from the buildlink2.mk files. * Add several more new buildlink2.mk files to facilitate converting more packages. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.1.2.1 2002/05/11 02:09:03 jlam Exp $ d19 1 a19 2 EVAL_PREFIX+= BUILDLINK_PREFIX.ltdl=libtool-base BUILDLINK_PREFIX.ltdl_DEFAULT= ${LOCALBASE} @ 1.1.2.3 log @Add a few new buildlink2.mk files and convert existing buildlink2.mk files to: (1) no longer include bsd.buildlink2.mk (2) define BUILDLINK_PKGSRCDIR. and optionally BUILDLINK_DEPMETHOD.; these are used to generate the correct dependency on @ text @d1 9 a9 1 # $NetBSD: buildlink2.mk,v 1.1.2.2 2002/06/06 06:54:36 jlam Exp $ d14 2 a15 1 BUILDLINK_PACKAGES+= ltdl d17 1 a17 1 BUILDLINK_PKGSRCDIR.ltdl?= ../../devel/libtool-base @