summaryrefslogtreecommitdiff
path: root/mk/buildlink2
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-30Move the sed command in _BLNK_{,UN}TRANSFORM_SED into a sed command filesjlam5-234/+238
2002-10-23Remove comment about filtering out libtool archives that applied tojlam1-4/+2
2002-10-22Have USE_IMAKE imply USE_X11BASE imply USE_X11. Now we can just check ifjlam1-6/+6
2002-10-18Make fake-la work on a.out machines. Fix based on patch in pkg/18694jlam2-3/+18
2002-10-13Create BUILDLINK_FILE_CMD.<pkg>, which is a shell pipeline that outputs tojlam1-13/+49
2002-10-09* Modify example buildlink2.mk: we now also want a variable calledjlam1-5/+15
2002-10-09Rearrange _BUILDLINK_USE target code a bit to allow for BUILDLINK_FILESjlam1-4/+5
2002-10-09* Create variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS that arejlam1-7/+24
2002-10-09Allow BUILDLINK_ENV to override shell environment settings injlam1-1/+8
2002-10-08Fix error messages to display if the compiler tools aren't in the PATH whenjlam1-2/+2
2002-10-05Mention buildlink2.txt. Closes PR 18542 by Greg Woods.wiz1-1/+4
2002-10-01Really, really fix the problem I was trying to fix with rev 1.6. I wantjlam1-7/+29
2002-09-28* Split _BLNK_TRANSFORM_SED into 4 variables, as even with 3 it wasjlam5-23/+40
2002-09-27Provide a way for buildlink2.mk files to convert a build dependency tojlam1-5/+6
2002-09-27Create a new variable USE_X11_LINKS that controls whether packages thatjlam1-3/+12
2002-09-27Change /usr/lib/*.la to ${BUILDLINK_DIR}/lib/*.la in libtool archives whenjlam1-1/+2
2002-09-24Don't create the fake libtool archives unless USE_LIBTOOL is defined. Thisjlam1-1/+6
2002-09-24Allow passing multiple items to BUILDLINK_DEPENDS.<pkg>. So, if we havejlam1-2/+4
2002-09-24Use |, not : to separate case conditions.jlam1-2/+2
2002-09-23For completeness, also allow for ./* when naming uninstalled libtooljlam1-3/+3
2002-09-23Also add -L*/.libs for *.la that start with "../", which is also quitejlam1-2/+2
2002-09-23The previous commit of libtool-fix-la let a lot of references to the buildjlam2-14/+29
2002-09-23Allow for wrapper-specific transformations of arguments that occur afterjlam5-7/+46
2002-09-21Don't strip past non-whitespace characters.jlam1-3/+7
2002-09-21Handle removing the rpath flags in the wrappers if USE_BUILDLINK2 is set.jlam1-1/+10
2002-09-21Clarify comment for BUILDLINK_TRANSFORM.jlam1-2/+2
2002-09-20Fix problem with linking against uninstalled libtool archives that in turnjlam1-8/+47
2002-09-20Protect against -Wl,-rpath,/usr/local/lib if LOCALBASE != /usr/local.jlam1-1/+2
2002-09-18Split up the UNTRANSFORM variables into *.{1,2,3} so that they won'tjlam2-6/+15