Age | Commit message (Expand) | Author | Files | Lines |
2004-04-18 | Symlink *.idl into ${BUILDLINK_DIR}. This is needed for various gnome | snj | 1 | -2/+2 |
2004-04-15 | Let -D flags be passed through the transformation script, so that they | jmmv | 1 | -5/+1 |
2004-04-12 | Revert the uberdependencies introduced when originally intending to | tv | 1 | -113/+7 |
2004-04-06 | err BUILDLINK_UPDATE_CACHE should be no for now... sorry I had this change | xtraeme | 1 | -2/+2 |
2004-04-05 | Ensure USE_BUILTIN.<pkg> is defined before checking its value, fixes | xtraeme | 1 | -3/+4 |
2004-04-01 | Be robust against the possibility that buildlibdir isn't defined. | jlam | 1 | -2/+2 |
2004-03-31 | Move the check for USE_X11 after bsd.builtin.mk included since that file | jlam | 1 | -15/+20 |
2004-03-30 | There is no "heimdal-libs" package. | jlam | 1 | -2/+1 |
2004-03-30 | Extend the capabilities of buildlink3's libtool wrapper a bit compared | jlam | 5 | -40/+76 |
2004-03-29 | Allow setting BUILDLINK_WRAPPER_LOG in /etc/mk.conf and using that as the | jlam | 1 | -1/+5 |
2004-03-29 | Handle "-Xlinker" being equivalent to "-Wl," when passing arguments | jlam | 1 | -11/+30 |
2004-03-29 | Look at the list of run-time dependencies for the package (gleaned | jlam | 1 | -8/+115 |
2004-03-29 | Make the list of files "buildlinked" be unique for cleanliness' sake. | jlam | 1 | -1/+2 |
2004-03-29 | Instead of saving all of the buildlink3 variables into the command-line | jlam | 1 | -4/+30 |
2004-03-28 | Enable X11_TYPE=XFree86. | xtraeme | 1 | -3/+3 |
2004-03-26 | Ensure that ${LOCALBASE}/lib is always in the runtime library search path, | jlam | 1 | -1/+8 |
2004-03-21 | Move the code that includes the package builtin.mk files into a separate | jlam | 2 | -39/+116 |
2004-03-19 | Don't match "bin/libtool" and symlink into the buildlink directory if | jlam | 1 | -2/+2 |
2004-03-19 | add another darwin linker option that needs to be protected from | danw | 1 | -4/+5 |
2004-03-18 | Back out part of previous that was an unrelated change accidentally | jlam | 1 | -107/+2 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -4/+108 |
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 |
2004-03-16 | Be more permissive in finding libraries to symlink into the buildlink | jlam | 1 | -2/+2 |
2004-03-16 | Some of the builtin.mk files append more values to BUILDLINK_PACKAGES, so | jlam | 1 | -3/+4 |
2004-03-15 | Add -L${X11BASE}/lib for the benefit of any *-config scripts on | jlam | 1 | -5/+10 |
2004-03-14 | Back out previous and remove an extra ")" that was causing "malformed | jlam | 1 | -3/+2 |
2004-03-14 | Apparently, some pre-conditions aren't true, so set a default USE_BUILTIN | jlam | 1 | -1/+2 |
2004-03-14 | Don't bother checking whether a package is actually built-in or not | jlam | 1 | -4/+10 |
2004-03-14 | Fix a 'malformed conditional' error. | jmmv | 1 | -2/+2 |
2004-03-13 | Indent. | uebayasi | 5 | -26/+26 |
2004-03-13 | During the "extract" phase (which is when "install-depends" is invoked), | jlam | 1 | -1/+15 |
2004-03-12 | Ensure that _BLNK_DEPENDS is a subset of _BLNK_PACKAGES. Also rearrange | jlam | 1 | -48/+53 |
2004-03-12 | Move a code snippet for easier readability. | jlam | 1 | -6/+7 |
2004-03-12 | Put comments in order that make sense. | jlam | 1 | -2/+2 |
2004-03-11 | Check that a variable is defined before using it. | jlam | 1 | -3/+5 |
2004-03-11 | X11_TYPE is a user-settable variable that can take the values: | jlam | 1 | -2/+12 |
2004-03-11 | We can garbage collect USE_X11_LINKS which was used solely to avoid | jlam | 1 | -5/+2 |
2004-03-11 | Avoid build loops by ensuring that a package can never inadvertantly be | jlam | 1 | -6/+19 |
2004-03-11 | Instead of doing a special step to copy the contents of | jlam | 1 | -22/+4 |
2004-03-11 | Along with BUILDLINK_INCDIRS.<pkg> and BUILDLINK_LIBDIRS.<pkg>, also have | jlam | 1 | -14/+24 |
2004-03-10 | The libtool archive filter was incorrectly eating the closing quote on | jlam | 1 | -12/+13 |
2004-03-10 | Get rid of BUILDLINK_USE_BUILTIN and BUILDLINK_IS_BUILTIN, as they're | jlam | 1 | -40/+19 |
2004-03-06 | Do previous in a different way by providing a default value for | jlam | 1 | -3/+3 |
2004-03-06 | Make sure USE_BUILTIN.<pkg> is defined before checking its value. jlam@ | xtraeme | 1 | -3/+4 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -7/+38 |
2004-03-05 | Update template bsd.buildlink3.mk file to work with to-be-committed | jlam | 1 | -4/+7 |
2004-02-23 | sjg recommends escaping the bare left curly brace in the make variable | jlam | 1 | -2/+2 |
2004-02-23 | Back out previous because that brace is not supposed to be there. | jlam | 1 | -2/+2 |
2004-02-23 | add a missing } to the end of the line; fixes PR/24525. | dogcow | 1 | -2/+2 |
2004-02-19 | According to the documentation on version numbering of shared libraries at: | jlam | 1 | -7/+1 |