Age | Commit message (Expand) | Author | Files | Lines |
2004-08-13 | Add ${CAT} as the final pipeline command to BUILDLINK_FILES_CMD.<pkg> so | jlam | 1 | -2/+2 |
2004-08-13 | add some quoting to deal with the case where a file in a package | dmcmahill | 1 | -10/+10 |
2004-08-10 | Reorder the transformations in _BLNK_TRANSFORM so that commands to | jlam | 1 | -14/+14 |
2004-08-10 | In the rpath transformations, also handle -Wl,@_OPSYS_RPATH_NAME@... in | jlam | 1 | -1/+6 |
2004-07-30 | Update documentation for the current state of buildlink3. | jlam | 1 | -138/+2 |
2004-07-29 | Enable X11_TYPE=xorg now that we have the X.org packages on pkgsrc. | xtraeme | 1 | -1/+2 |
2004-07-10 | explicitly don't transform "-Wl,*", fixing a bug that meant we were | grant | 1 | -1/+5 |
2004-07-04 | Handle --execute the same way as --install (not modifying the arguments). | wiz | 1 | -2/+2 |
2004-07-04 | transform --export-dynamic to -G and strip -fstrict-prototypes. | grant | 2 | -3/+13 |
2004-07-03 | update the cache for -static | grant | 1 | -2/+2 |
2004-07-03 | fix typo and slight botch up in last | grant | 1 | -3/+3 |
2004-07-03 | Convert -static to -Bstatic. | salo | 1 | -1/+6 |
2004-06-22 | Remove references about BUILDLINK_UPDATE_CACHE in the configure stage, | xtraeme | 1 | -6/+1 |
2004-06-13 | strip -fno-gnu-keywords argument to SunPro, and munge -pthread into | grant | 2 | -3/+13 |
2004-06-04 | A couple packages (including the new boost) use "libfoo.so" as a directory | tv | 1 | -11/+9 |
2004-06-04 | Append ${ABI} to some lib-dirs. This is a no-op on systems that do not | jschauma | 1 | -7/+7 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-17 | libtool archives don't start with '-', so don't match those, which are | jlam | 2 | -4/+4 |
2004-05-08 | remove a word which shouldn't be there. | grant | 1 | -3/+3 |
2004-04-26 | Define BLNK_RECMETHOD.${_pkg_} not only for full dependency but also | minskim | 1 | -2/+3 |
2004-04-24 | Don't treat ${BUILDLINK_DIR} like a local directory in the "${WRKSRC} == | jlam | 2 | -4/+10 |
2004-04-24 | Create links to .pc files in BUILDLINK_DIR when building a pkgviews | minskim | 1 | -2/+2 |
2004-04-22 | When substituting the location of a libtool archive, check to make sure | snj | 1 | -2/+2 |
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 |