Age | Commit message (Expand) | Author | Files | Lines |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -22/+22 |
2008-01-23 | Use bsd.fast.prefs.mk in some very commonly included locations. | tnn | 1 | -2/+2 |
2007-12-05 | Escape colons in preprocessor, compiler or linker flags while checking | tron | 1 | -12/+12 |
2007-11-27 | Made the code a bit more readable by elimination common subexpressions. | rillig | 1 | -7/+10 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 2 | -4/+4 |
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 | If using X11_TYPE=modular this means we have imake(1) from pkgsrc. | tnn | 1 | -3/+7 |
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-04-09 | Remove special treatment of "DynaLoader.a" completely. It's not necessary | tron | 1 | -16/+1 |
2007-03-12 | Don't handle Perl's "DynaLoader.a" specially under Mac OS X. It is not | tron | 1 | -3/+5 |
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-12-15 | Remove trailing tabs. | martti | 1 | -2/+2 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-11-17 | Added a check for whether X11BASE is set correctly. Currently the error | rillig | 1 | -1/+5 |
2006-11-09 | Fixed two scripts so that they also run when "set -u" is in effect. | rillig | 2 | -4/+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-09-10 | Fix PR pkg/34139 in a diffent way: | tron | 2 | -7/+13 |
2006-09-03 | Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The arguments | hira | 1 | -2/+3 |
2006-08-28 | Add missing $NetBSD$ | dmcmahill | 1 | -0/+2 |
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 | 2 | -1/+28 |
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-10 | Correct typo in example Makefile snippet. | tron | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -16/+16 |
2005-12-09 | Fix build of the packages which pass .la files to libtool by relative | hira | 2 | -3/+6 |
2005-08-10 | If we need imake, then also pull in any other tools that imake needs to | jlam | 1 | -4/+5 |
2005-08-05 | Hardcode a workaround for perl's DynaLoader.a which is definitely a | jlam | 1 | -1/+14 |
2005-07-19 | Tools that are marked with ":pkgsrc" are needed very early on, probably | jlam | 1 | -3/+4 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 3 | -13/+13 |
2005-06-22 | We were writing the wrong directory path for the location to the | jlam | 1 | -2/+2 |
2005-06-20 | Allow for explicit PREFER.<pkg> settings to override PREFER_NATIVE and | jlam | 1 | -6/+7 |
2005-06-15 | Avoid generating a blank line as the first command of a target as that | jlam | 1 | -1/+2 |
2005-06-03 | Coalesce the common makefile code in the builtin.mk file that inspect | jlam | 2 | -0/+167 |