Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-09-06 | * Use a for loop to consolidate identical logic for removing paths in the | jlam | 1 | -16/+12 |
2002-09-06 | Create _BLNK_PROTECT_SED and _BLNK_UNPROTECT_SED variables to protect | jlam | 1 | -1/+18 |
2002-09-06 | Minor whitespace nit. | jlam | 1 | -2/+2 |
2002-09-06 | Move the l:lib1:lib2 transformation to _BLNK_TRANSFORM_SED.3, which now | jlam | 1 | -2/+13 |
2002-09-03 | Also protect -L${ZOULARISBASE}* from being transformed. | jlam | 1 | -2/+2 |
2002-09-03 | Invert test in buildlink-${OPSYS}-wrappers that was causing the OPSYS | jlam | 1 | -2/+2 |
2002-09-03 | Fix botch in previous commit which caused the sanitized PATH to not be | jlam | 1 | -4/+4 |
2002-09-03 | Add a missing shell wildcard which was causing the expression to not | jlam | 1 | -2/+2 |
2002-09-03 | Don't munge references to directories in ${ZOULARISBASE} if | jlam | 1 | -1/+7 |
2002-09-02 | Add OPSYS-specific section for overriding the generic wrapper scripts, and | jlam | 1 | -18/+50 |
2002-09-01 | Don't protect the creation of ${_BLNK_LIBTOOL_FIX_LA} with USE_LIBTOOL. | jlam | 1 | -3/+1 |
2002-08-29 | Rename _BLNK_X11PKG_DIR to BUILDLINK_X11PKG_DIR and make it publicly | jlam | 2 | -11/+13 |
2002-08-29 | Number questions and answers to make referring to specific Q&As easier. | jlam | 1 | -32/+32 |
2002-08-29 | Remove superfluous 'be'. pkg/18104 by Julio Merino. | wiz | 1 | -2/+2 |
2002-08-28 | Don't try to multiply define the same target for generating buildlink2 | jlam | 1 | -1/+3 |
2002-08-27 | FC and F77 point to the same thing, so no need to create wrappers for | jlam | 1 | -2/+7 |
2002-08-25 | Remove estimates on increased build times as they're probably not still | jlam | 1 | -11/+2 |
2002-08-25 | It's USE_BUILDLINK2, not USE_BUILDLINK2_ONLY. | jlam | 1 | -2/+2 |