summaryrefslogtreecommitdiff
path: root/devel/libltdl
AgeCommit message (Collapse)AuthorFilesLines
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-10-05Fixed pkglint warnings, reindented the code.rillig1-11/+16
Added a comment to the generated Makefile saying who has generated it, so I don't have to look for that again.
2006-10-05The libltdl directories need a "check" target as well. Otherwiserillig1-3/+3
lang/kaffe does not pass the tests, for example.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-19add a symlink for libltdl.dylib when OPSYS == Darwintonio1-1/+6
This fixes lang/kaffe build
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-07allow LIBLTDL_CONVENIENCE_SUBDIR to be a list of directories;drochner1-2/+4
there is at least one prospective pkg which contains two copies of libltdl
2006-01-30Update libtool to 1.5.22. Too many changes for CVS commit logs; here'stv1-2/+1
some highlighted changes: * Fixes minor /tmp race condition bug. * Integrated Interix support; no longer requires pkgsrc hackery. * shlibtool is a wrapper using the (now working) "--tag=disable-static". * Several other bugs fixed, removing some pkgsrc-local changes.
2004-12-24Add LIBLTDL_CONVENIENCE_SUBDIR variable to allow packages to indicate thattv1-10/+11
bundled libltdl is not in the subdir "libltdl".
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam1-2/+2
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-25These packages install libraries that dlopen() shared modules.jlam1-1/+3
2004-11-15Not all implementations of ln(1) can handle -fs arguments where the targetsketch1-4/+7
still exists. Explicitly rm the target before ln.
2004-11-05Add do-nothing "clean" target to fake libltdl Makefile.tv1-3/+3
2004-11-04Also override libltdl.la (the non-convenience version).tv1-2/+5
2004-10-17Specialized bl3 include used to intercept "convenience" copies of libltdltv1-0/+13
embedded within program source, which is often not very up-to-date.
2004-10-14Fix unterminated conditional (properly).tv1-2/+2
2004-10-14Split out libltdl into its own package, so that it can be used and updatedtv4-0/+58
independently of the libtool script.