summaryrefslogtreecommitdiff
path: root/mk/buildlink2
AgeCommit message (Expand)AuthorFilesLines
2003-01-08Teach buildlink2 about ${_OPSYS_RPATH_NAME} instead of just using -Wl,-Rjlam1-11/+4
2003-01-07Also substitute for @BUILDLINK_X11_DIR@ in the wrapper scripts. This wasjlam1-1/+3
2003-01-07Output warnings to stderr, not to stdout (duh!)jlam1-3/+3
2003-01-07Don't complain about (correct) .buildlink leakage in the fake libtooljlam1-3/+4
2003-01-06Catch buildlink2 leakage as soon as it happens during the build process.jlam1-1/+6
2003-01-06Fix buildlink2 leakage into installed libtool archives that has been goingjlam1-2/+8
2003-01-06Some changes for Bourne shells that don't match NetBSD's feature-set:jlam2-7/+11
2003-01-03Require at least version 0.10 of the "x11-links" package becausetron1-2/+2
2003-01-03Add the buildlink2 warnings to the wrapper log as well as outputting tojlam1-1/+3
2003-01-01Use a while loop instead of a for loop to iterate over the arguments. Thisjlam1-2/+3
2002-12-28Darwin 5.5 has finished the grueling recertification process: stillschmonz1-2/+2
2002-12-28As a refinement on the previous commit, we shouldn't even add .../.libsjlam1-8/+15
2002-12-28Break out of loop as soon after the first time we find a libfoo.la libtooljlam1-1/+2
2002-12-27More ideas: _STRIPFLAG_CC, _STRIPFLAG_INSTALL, compiler optimization flags.schmonz1-2/+3
2002-12-27Both buildlink caching methods work on Solaris 8 and Darwin 6.2.grant2-5/+6
2002-12-26Full caching still works on Irix. Yay. :)jschauma1-2/+2
2002-12-26Add some libtool workarounds for software authors that don't follow thejlam3-1/+55
2002-12-26Rewrite wrapper scripts so that it is possible to add wrapper-specificjlam13-241/+343
2002-12-26buildlink1 is dead. Long live buildlink2! (Perhaps Q2 should be removed.)schmonz1-4/+4
2002-12-25Let p:path convert both:jlam1-2/+3
2002-12-25Add a to-do item:schmonz1-3/+11
2002-12-23Let's be consistent:jschauma1-3/+3
2002-12-23Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!)jlam2-3/+4
2002-12-23Note that to test buildlink2, we need to build & install, but to testjlam1-3/+3
2002-12-23Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).jlam2-6/+11
2002-12-23- full caching works on Solaris 8.grant1-4/+5
2002-12-23Convert the lists into a capability matrix for ease of maintainence, andjlam1-16/+13
2002-12-23buildlink2 works on NetBSD-1.5.x (thanks gendalia!). Also note that wejlam1-4/+4
2002-12-22The buildlink2 problems on non-NetBSD platform seem to be related tojlam10-94/+129
2002-12-03Allow package Makefiles to define REPLACE_LOCALEDIR, which is a space-jlam1-10/+20
2002-12-02IRIX wants -rpath (missed in last commit)jschauma1-1/+9
2002-12-01Move the PKGLOCALDIR section a little lower so it isn't in the middle ofjlam1-21/+20
2002-11-30Conditionalize _PKGLOCALEDIR_FILES pattern for ${FIND}. Some packages needsalo1-4/+9
2002-11-28Introduce new framework for handling packages' locale directories.salo1-1/+20
2002-11-26Move X11BASE transformations ahead of LOCALBASE transformations to handlejlam1-9/+9
2002-11-26Restore usual meaning for AUTOMAKE_OVERRIDE so that it works even ifjlam1-2/+5
2002-11-25Don't match common delimiters ['";:] when doing matches for substitutions.jlam1-9/+9
2002-11-25In the _BUILDLINK_SUBST_USE target, save the original file from which wejlam1-6/+8
2002-11-21Instead of inventing our own "missing" script, just use the GNU one.jlam1-9/+8
2002-11-20Reimplement hide-autotools target by making better use of make targets.jlam1-9/+15
2002-11-20Provide a more complete list of GNU auto* tools to hide (thanks wiz!).jlam1-2/+8
2002-11-20If using buildlink2, use a (hopefully) less error-prone way of preventingjlam1-1/+29
2002-11-17Grrr Solaris' sh.seb1-2/+2
2002-11-14Reset IFS sooner so that recursive calls to the gen() function workjlam1-1/+1
2002-11-14Allow BUILDLINK_SETENV.<wrappee> to override _BLNK_WRAP_SETENV.<wrappee>.jlam1-1/+8
2002-11-14Allow for common case where --mode=install is not specified when usingjlam1-47/+59
2002-11-13Document "static" and "no-rpath" transformations.jlam1-0/+2
2002-10-31Copy the x11-links tree into ${BUILDLINK_X11PKG_DIR} (${BUILDLINK_DIR})jlam3-50/+37
2002-10-30BUILDLINK_X11_DIR also need to be protected.seb1-1/+4
2002-10-30Fix typo:seb1-3/+3