Age | Commit message (Expand) | Author | Files | Lines |
2005-12-09 | Fix build of the packages which pass .la files to libtool by relative | hira | 1 | -1/+2 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -22/+5 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -4/+4 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -8/+8 |
2005-02-17 | Revert previous. This breaks databases/postgresql74-lib for me on NetBSD | seb | 1 | -3/+1 |
2005-02-16 | Add ${BUILDLINK_VARS} to WRAPPER_VARS. | seb | 1 | -1/+3 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -1/+7 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -3/+3 |
2004-11-28 | Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready | jlam | 1 | -11/+3 |
2004-11-17 | Generalize BUILDLINK_AUTO_LIBS.<pkg> to BUILDLINK_AUTO_VARS.<pkg>, | jlam | 1 | -19/+20 |
2004-11-17 | BUILDLINK_AUTO_LIBS.<pkg> is "yes" or "no" for whether BUILDLINK_LIBS.<pkg> | jlam | 1 | -6/+13 |
2004-11-12 | Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. | sketch | 1 | -7/+7 |
2004-11-12 | Add a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l... | jlam | 1 | -10/+32 |
2004-10-05 | Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk so | jlam | 1 | -55/+2 |
2004-10-04 | When transforming from ${LOCALBASE} into ${BUILDLINK_DIR}, convert | jlam | 1 | -9/+15 |
2004-09-30 | G/C _WRAPPER_SH.LIBTOOL which isn't needed (it's value was being | jlam | 1 | -13/+2 |
2004-09-24 | Create ${BUILDLINK_DIR}/bin for use by packages that need to drop off a | jlam | 1 | -2/+5 |
2004-09-22 | Add a toggle that determines whether we pass extra arguments or not. This | jlam | 1 | -3/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -841/+194 |
2004-09-08 | UNBUILDLINK_{PATTERNS,FILES} are actually no more, so garbage-collec them | jlam | 1 | -6/+4 |
2004-09-07 | Use UNWRAP_{PATTERNS,FILES} instead of UNBUILDLINK_{PATTERNS,FILES}. This | jlam | 1 | -3/+3 |
2004-08-27 | Restore a default definition for _BLNK_RPATH_FLAGS lost in previous commit. | jlam | 1 | -1/+2 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -15/+11 |
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-07-29 | Enable X11_TYPE=xorg now that we have the X.org packages on pkgsrc. | xtraeme | 1 | -1/+2 |
2004-06-22 | Remove references about BUILDLINK_UPDATE_CACHE in the configure stage, | xtraeme | 1 | -6/+1 |
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-04-26 | Define BLNK_RECMETHOD.${_pkg_} not only for full dependency but also | minskim | 1 | -2/+3 |
2004-04-24 | Create links to .pc files in BUILDLINK_DIR when building a pkgviews | minskim | 1 | -2/+2 |
2004-04-18 | Symlink *.idl into ${BUILDLINK_DIR}. This is needed for various gnome | snj | 1 | -2/+2 |
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-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 | 1 | -1/+4 |
2004-03-29 | Allow setting BUILDLINK_WRAPPER_LOG in /etc/mk.conf and using that as the | jlam | 1 | -1/+5 |
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 | 1 | -39/+3 |
2004-03-19 | Don't match "bin/libtool" and symlink into the buildlink directory if | jlam | 1 | -2/+2 |
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 |