Age | Commit message (Expand) | Author | Files | Lines |
2010-05-02 | Fix typo in comment. | wiz | 1 | -2/+2 |
2010-04-28 | Use /boot/common as default BUILDLINK_PREFIX if /usr does not exist. | obache | 1 | -1/+10 |
2009-03-20 | Restore duplication check for _BLNK_PACKAGES that got lost with earlier | joerg | 1 | -2/+2 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -26/+41 |
2009-03-16 | Move _SYS_VARS processing to a point where BUILDLINK_PACKAGES is | joerg | 1 | -14/+14 |
2008-06-22 | When bombing out because the package we need isn't installed, print | dholland | 1 | -2/+2 |
2008-03-10 | Replace "pkg_admin -S lsbest" usage with pkg_info -E. The base stripping | joerg | 1 | -7/+5 |
2008-02-19 | Check if BUILDLINK_AUTO_VARS.${_pkg_} is defined before testing it | xtraeme | 1 | -2/+3 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -22/+22 |
2007-12-05 | Escape colons in preprocessor, compiler or linker flags while checking | tron | 1 | -12/+12 |
2007-10-01 | Why don't we use pkg_info -qL instead of pkg_info -f? | rillig | 1 | -1/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -2/+2 |
2007-07-27 | Remove remaining traces of BUILDLINK_TRANSFORM.${pkg}. | joerg | 1 | -5/+1 |
2007-07-23 | *blush* One variable was missing for the !modular case. | joerg | 1 | -1/+2 |
2007-07-23 | More aggressively conditionalize X11BASE handling. Only one case | joerg | 1 | -6/+28 |
2007-06-06 | Added _VARGROUPS. | rillig | 1 | -1/+14 |
2007-01-25 | Absolute never use .x11-buildlink. Some cases get nasty to fix, so | joerg | 1 | -1/+5 |
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -5/+9 |
2006-12-20 | For modular Xorg disable xpkgwedge (will be made a hard error later). | joerg | 1 | -12/+12 |
2006-11-17 | Added a check for whether X11BASE is set correctly. Currently the error | rillig | 1 | -1/+5 |
2006-11-05 | Special case LOCALBASE before X11BASE, as they can be identical in | joerg | 1 | -1/+2 |
2006-09-10 | ensure that -I and -L paths are correctly rewritten even if ${LOCALBASE} | schwarz | 1 | -4/+15 |
2006-08-09 | Drop .ORDER declarations since pkgsrc doesn't support "make -j ...". | jlam | 1 | -3/+1 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-10 | Fix typo in comment. | wiz | 1 | -2/+2 |
2006-07-10 | Always add dependencies for packages pulled in indirectly buildlink3 that | jlam | 1 | -22/+13 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -1/+5 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -2/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -20/+7 |
2006-06-09 | pkglint says, the :Q operator should not be used in double quotes. | rillig | 1 | -20/+20 |
2006-06-07 | Use ERROR_MSG for an error message. | jlam | 1 | -3/+3 |
2006-06-06 | Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists. | jlam | 1 | -4/+3 |
2006-06-04 | Band-aid for dependency handling due to the stricter rules from the | joerg | 1 | -2/+2 |
2006-05-06 | If USE_ABI_DEPENDS=no, do not add the BUILDLINK_ABI_DEPENDS.$pkg | reed | 1 | -3/+4 |
2006-04-14 | If we can't find the package with pkg_info when computing BUILDLINK_PREFIX, | jlam | 1 | -3/+5 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -14/+14 |
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 |