summaryrefslogtreecommitdiff
path: root/mk/buildlink2
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-18Modifications and additions to create a dummy libtool archive to representjlam3-24/+115
2002-09-17Ensure that the PROTECT and UNPROTECT variables are clobbered by properlyjlam1-3/+6
2002-09-17Add REPLACE_BUILDLINK, REPLACE_BUILDLINK_PATTERNS, REPLACE_BUILDLINK_SED tojlam1-13/+95
2002-09-16Change the way that we note when a libtool file has been fixed byjlam2-6/+12
2002-09-16Add a missing shell wildcard which was causing the expression to notjlam1-2/+2
2002-09-07Filter out -R and -Wl.-R arguments that point to /usr/local as well asjlam2-3/+5
2002-09-06* Use a for loop to consolidate identical logic for removing paths in thejlam1-16/+12
2002-09-06Create _BLNK_PROTECT_SED and _BLNK_UNPROTECT_SED variables to protectjlam1-1/+18
2002-09-06Minor whitespace nit.jlam1-2/+2
2002-09-06Move the l:lib1:lib2 transformation to _BLNK_TRANSFORM_SED.3, which nowjlam1-2/+13
2002-09-03Also protect -L${ZOULARISBASE}* from being transformed.jlam1-2/+2
2002-09-03Invert test in buildlink-${OPSYS}-wrappers that was causing the OPSYSjlam1-2/+2
2002-09-03Fix botch in previous commit which caused the sanitized PATH to not bejlam1-4/+4
2002-09-03Add a missing shell wildcard which was causing the expression to notjlam1-2/+2
2002-09-03Don't munge references to directories in ${ZOULARISBASE} ifjlam1-1/+7
2002-09-02Add OPSYS-specific section for overriding the generic wrapper scripts, andjlam1-18/+50
2002-09-01Don't protect the creation of ${_BLNK_LIBTOOL_FIX_LA} with USE_LIBTOOL.jlam1-3/+1
2002-08-29Rename _BLNK_X11PKG_DIR to BUILDLINK_X11PKG_DIR and make it publiclyjlam2-11/+13
2002-08-29Number questions and answers to make referring to specific Q&As easier.jlam1-32/+32
2002-08-29Remove superfluous 'be'. pkg/18104 by Julio Merino.wiz1-2/+2
2002-08-28Don't try to multiply define the same target for generating buildlink2jlam1-1/+3
2002-08-27FC and F77 point to the same thing, so no need to create wrappers forjlam1-2/+7