Age | Commit message (Expand) | Author | Files | Lines |
2002-11-26 | Restore usual meaning for AUTOMAKE_OVERRIDE so that it works even if | jlam | 1 | -2/+5 |
2002-11-25 | Don't match common delimiters ['";:] when doing matches for substitutions. | jlam | 1 | -9/+9 |
2002-11-25 | In the _BUILDLINK_SUBST_USE target, save the original file from which we | jlam | 1 | -6/+8 |
2002-11-21 | Instead of inventing our own "missing" script, just use the GNU one. | jlam | 1 | -9/+8 |
2002-11-20 | Reimplement hide-autotools target by making better use of make targets. | jlam | 1 | -9/+15 |
2002-11-20 | Provide a more complete list of GNU auto* tools to hide (thanks wiz!). | jlam | 1 | -2/+8 |
2002-11-20 | If using buildlink2, use a (hopefully) less error-prone way of preventing | jlam | 1 | -1/+29 |
2002-11-17 | Grrr Solaris' sh. | seb | 1 | -2/+2 |
2002-11-14 | Reset IFS sooner so that recursive calls to the gen() function work | jlam | 1 | -1/+1 |
2002-11-14 | Allow BUILDLINK_SETENV.<wrappee> to override _BLNK_WRAP_SETENV.<wrappee>. | jlam | 1 | -1/+8 |
2002-11-14 | Allow for common case where --mode=install is not specified when using | jlam | 1 | -47/+59 |
2002-11-13 | Document "static" and "no-rpath" transformations. | jlam | 1 | -0/+2 |
2002-10-31 | Copy the x11-links tree into ${BUILDLINK_X11PKG_DIR} (${BUILDLINK_DIR}) | jlam | 3 | -50/+37 |
2002-10-30 | BUILDLINK_X11_DIR also need to be protected. | seb | 1 | -1/+4 |
2002-10-30 | Fix typo: | seb | 1 | -3/+3 |
2002-10-30 | Move the sed command in _BLNK_{,UN}TRANSFORM_SED into a sed command files | jlam | 5 | -234/+238 |
2002-10-23 | Remove comment about filtering out libtool archives that applied to | jlam | 1 | -4/+2 |
2002-10-22 | Have USE_IMAKE imply USE_X11BASE imply USE_X11. Now we can just check if | jlam | 1 | -6/+6 |
2002-10-18 | Make fake-la work on a.out machines. Fix based on patch in pkg/18694 | jlam | 2 | -3/+18 |
2002-10-13 | Create BUILDLINK_FILE_CMD.<pkg>, which is a shell pipeline that outputs to | jlam | 1 | -13/+49 |
2002-10-09 | * Modify example buildlink2.mk: we now also want a variable called | jlam | 1 | -5/+15 |
2002-10-09 | Rearrange _BUILDLINK_USE target code a bit to allow for BUILDLINK_FILES | jlam | 1 | -4/+5 |
2002-10-09 | * Create variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS that are | jlam | 1 | -7/+24 |
2002-10-09 | Allow BUILDLINK_ENV to override shell environment settings in | jlam | 1 | -1/+8 |
2002-10-08 | Fix error messages to display if the compiler tools aren't in the PATH when | jlam | 1 | -2/+2 |
2002-10-05 | Mention buildlink2.txt. Closes PR 18542 by Greg Woods. | wiz | 1 | -1/+4 |
2002-10-01 | Really, really fix the problem I was trying to fix with rev 1.6. I want | jlam | 1 | -7/+29 |
2002-09-28 | * Split _BLNK_TRANSFORM_SED into 4 variables, as even with 3 it was | jlam | 5 | -23/+40 |
2002-09-27 | Provide a way for buildlink2.mk files to convert a build dependency to | jlam | 1 | -5/+6 |
2002-09-27 | Create a new variable USE_X11_LINKS that controls whether packages that | jlam | 1 | -3/+12 |
2002-09-27 | Change /usr/lib/*.la to ${BUILDLINK_DIR}/lib/*.la in libtool archives when | jlam | 1 | -1/+2 |
2002-09-24 | Don't create the fake libtool archives unless USE_LIBTOOL is defined. This | jlam | 1 | -1/+6 |
2002-09-24 | Allow passing multiple items to BUILDLINK_DEPENDS.<pkg>. So, if we have | jlam | 1 | -2/+4 |
2002-09-24 | Use |, not : to separate case conditions. | jlam | 1 | -2/+2 |
2002-09-23 | For completeness, also allow for ./* when naming uninstalled libtool | jlam | 1 | -3/+3 |
2002-09-23 | Also add -L*/.libs for *.la that start with "../", which is also quite | jlam | 1 | -2/+2 |
2002-09-23 | The previous commit of libtool-fix-la let a lot of references to the build | jlam | 2 | -14/+29 |
2002-09-23 | Allow for wrapper-specific transformations of arguments that occur after | jlam | 5 | -7/+46 |
2002-09-21 | Don't strip past non-whitespace characters. | jlam | 1 | -3/+7 |
2002-09-21 | Handle removing the rpath flags in the wrappers if USE_BUILDLINK2 is set. | jlam | 1 | -1/+10 |
2002-09-21 | Clarify comment for BUILDLINK_TRANSFORM. | jlam | 1 | -2/+2 |
2002-09-20 | Fix problem with linking against uninstalled libtool archives that in turn | jlam | 1 | -8/+47 |
2002-09-20 | Protect against -Wl,-rpath,/usr/local/lib if LOCALBASE != /usr/local. | jlam | 1 | -1/+2 |
2002-09-18 | Split up the UNTRANSFORM variables into *.{1,2,3} so that they won't | jlam | 2 | -6/+15 |
2002-09-18 | Modifications and additions to create a dummy libtool archive to represent | jlam | 3 | -24/+115 |
2002-09-17 | Ensure that the PROTECT and UNPROTECT variables are clobbered by properly | jlam | 1 | -3/+6 |
2002-09-17 | Add REPLACE_BUILDLINK, REPLACE_BUILDLINK_PATTERNS, REPLACE_BUILDLINK_SED to | jlam | 1 | -13/+95 |
2002-09-16 | Change the way that we note when a libtool file has been fixed by | jlam | 2 | -6/+12 |
2002-09-16 | Add a missing shell wildcard which was causing the expression to not | jlam | 1 | -2/+2 |
2002-09-07 | Filter out -R and -Wl.-R arguments that point to /usr/local as well as | jlam | 2 | -3/+5 |