Age | Commit message (Expand) | Author | Files | Lines |
2004-10-07 | * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, | jlam | 1 | -28/+28 |
2004-07-25 | correctly use PKG_SUFX instead of ".tgz". | grant | 1 | -2/+2 |
2004-06-25 | make sure we get BMAKE set when calling printdepends and printindex | dmcmahill | 1 | -3/+3 |
2004-04-10 | According to egrep(1): | jschauma | 1 | -2/+2 |
2004-04-09 | Commentary cleanup: | jschauma | 1 | -18/+22 |
2004-04-07 | Add support in the bulk build code to properly deal with SPECIFIC_PKGS=1. | dmcmahill | 1 | -5/+38 |
2004-02-25 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2004-01-26 | Add a new definition, _PRESERVE_WRKDIR, which defaults to "no". This | agc | 1 | -10/+15 |
2004-01-26 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 |
2004-01-20 | reverse some "if ! command;" statements so this works with Solaris' | grant | 1 | -9/+9 |
2004-01-20 | tiny whitespace tweak | grant | 1 | -2/+2 |
2004-01-17 | minor whitespace cleanup. | grant | 1 | -15/+15 |
2003-12-03 | Make sure programs compatible with pkgsrc are used, rather than relying | sketch | 1 | -9/+9 |
2003-10-10 | This patch addresses three problems: | hubertf | 1 | -5/+3 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -5/+5 |
2003-08-21 | Replace [ $A -nt $B ] with a portable equivalent | gavan | 1 | -2/+2 |
2003-08-08 | quote some args to ${GREP}. | grant | 1 | -3/+3 |
2003-07-25 | replace the -u and -d options to tflat with 'up' and 'down' as the former | dmcmahill | 1 | -3/+3 |
2003-07-11 | portability fixes: | grant | 1 | -4/+4 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -4/+4 |
2003-02-13 | correct the 'broken due to depends' processing. This change makes the | dmcmahill | 1 | -3/+5 |
2003-02-08 | honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does. | kei | 1 | -2/+2 |
2002-12-07 | Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrc | schmonz | 1 | -2/+2 |
2002-08-22 | Merge pkgsrc/mk from the buildlink2 branch back into the main trunk. | jlam | 1 | -1/+1 |
2002-07-21 | Make bulk builds aware of packages with INTERACTIVE_STAGE and mark them as | mrauch | 1 | -1/+9 |
2002-06-29 | don't hard code the start time stamp file as .start.${arch} but allow | dmcmahill | 1 | -1/+5 |
2002-03-04 | Use <pre> to surround build logs - monospaced fonts are so much more readable. | hubertf | 1 | -10/+10 |
2002-01-20 | add some html markup to the .broken files (which now have .html extenstion). | dmcmahill | 1 | -10/+12 |
2002-01-12 | add the OBJHOSTNAME functionality that appeared in 1.901 of bsd.pkg.mk. | dmcmahill | 1 | -20/+22 |
2001-12-17 | - add 'bulk-cache' and 'clean-bulk-cache' targets to create and remove | dmcmahill | 1 | -1/+31 |
2001-12-16 | add more checks to be more robust in the face of an index file which | dmcmahill | 1 | -1/+3 |
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 1 | -22/+22 |
2001-11-28 | lose some more pkg/ references | abs | 1 | -3/+3 |
2001-11-07 | The $DEPENDS file has the pkg's directory in the first column, followed by | hubertf | 1 | -2/+2 |
2001-10-20 | When working out if an installed package should be left as it | abs | 1 | -1/+4 |
2001-07-21 | if an outdated package is still installed and 'make deinstall' fails | dmcmahill | 1 | -1/+5 |
2001-05-09 | Add date when a buid for a pkg started, and comment a place that has some | hubertf | 1 | -2/+3 |
2001-05-09 | don't exit if a depends can't be pkg_add'ed. In this case it will be | dmcmahill | 1 | -2/+2 |
2001-05-03 | some code cleanup. | dmcmahill | 1 | -30/+36 |
2001-05-02 | do some extra checks. In particular, don't try to pkg_add a package if | dmcmahill | 1 | -3/+7 |
2001-03-31 | get rid of an unneeded awk invocation | dmcmahill | 1 | -2/+2 |
2001-03-19 | -add support for a BULK_PREREQ make variable. BULK_PREREQ contains a list | dmcmahill | 1 | -15/+25 |
2001-02-17 | reduce the verbosity when adding/removing pkgs. Suggested by Hubert | dmcmahill | 1 | -10/+1 |
2001-02-15 | when removing out of date binary packages from ${PACKAGES}/All, also remove | dmcmahill | 1 | -1/+6 |
2001-02-13 | only use the depends cache files during a bulk build, otherwise revert to | dmcmahill | 1 | -43/+65 |
2001-02-08 | when a package fails to package, keep a count of how many others packages | dmcmahill | 1 | -5/+7 |
2001-02-01 | This commit incorporates several speed improvements which have been tested | dmcmahill | 1 | -37/+131 |
2001-01-28 | be consistant about the use of "BULK> " as the prompt relating to the bulk | dmcmahill | 1 | -15/+15 |
2000-09-15 | Whitespace fix | hubertf | 1 | -2/+2 |
2000-09-02 | remove debug code | hubertf | 1 | -2/+2 |