Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-09-02 | log more stuff to buildlog | hubertf | 1 | -17/+23 |
2000-08-25 | a couple of minor changes to the bulk-check-uptodate target: | dmcmahill | 1 | -9/+11 |
2000-08-24 | escape the \ in an echo command so we see it | dmcmahill | 1 | -2/+2 |
2000-08-24 | If a required binary pkg is found newer, tell which one. | hubertf | 1 | -2/+2 |
2000-08-24 | Remove a comment that's no longer valid after we have 'pkg_admin lsbest' | hubertf | 1 | -4/+1 |
2000-08-24 | Back out last commit: It nuked pkgs that we compile in several versions, | hubertf | 1 | -4/+4 |
2000-08-11 | When rebuilding a pkg, don't only remove the binary pkg currently | hubertf | 1 | -4/+4 |
2000-08-04 | Suppress any errors from pkg_delete if no pkgs are installed | hubertf | 1 | -1/+3 |
2000-08-01 | minor grammar fix | dmcmahill | 1 | -2/+2 |
2000-08-01 | s/depends/install-depends/ | hubertf | 1 | -4/+4 |
2000-07-31 | make sure the required packages (depends) are installed before the | hubertf | 1 | -1/+3 |
2000-07-28 | No need to set PKG_MISC_TARGETS in /etc/mk.conf any more, it's now | hubertf | 1 | -2/+1 |