Age | Commit message (Expand) | Author | Files | Lines |
2005-04-11 | Be more informative when cleaning packages and pre-requisites, and clean | agc | 1 | -3/+3 |
2005-03-28 | With the SORT=gsort hack for Interix, all hell breaks loose on pkg_add | tv | 1 | -4/+11 |
2005-03-24 | Correctly pass ${SORT} to tflat. Interix needs something other than the | tv | 1 | -3/+3 |
2005-03-17 | fix broken sed regexp which sometimes causes a failed pkg fail in marking oth... | dmcmahill | 1 | -2/+2 |
2005-03-12 | Avoid feeding very long lines to grep/egrep. The grep/egrep implementation | dmcmahill | 1 | -30/+41 |
2005-01-27 | Pass the correct programs to the mkdatabase script. | sketch | 1 | -2/+2 |
2005-01-21 | The pipe triggers a subshell even though () is not used. So use "exit" and | tv | 1 | -13/+13 |
2005-01-21 | Fix missing {} around variable name, noted by wiz. | tv | 1 | -5/+5 |
2005-01-19 | Fix error in previous; add explicit version check first, then the optionally | tv | 1 | -5/+10 |
2005-01-19 | * Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependency | tv | 1 | -17/+29 |
2005-01-17 | Add a blank line between multiple "broken due to a broken dependency" | jmmv | 1 | -2/+2 |
2005-01-12 | Fix checking of up to date binary packages. The problem with DEPENDS | tv | 1 | -3/+3 |
2005-01-11 | nfs-pkgsrc friendliness change: | tv | 1 | -8/+13 |
2004-11-23 | Don't hard-code "lang/perl58". Instead, use the value of PERL5_PKGSRCDIR | jlam | 1 | -2/+2 |
2004-11-16 | Preserve the .work.log file from a broken build as .broken.work.html | jlam | 1 | -1/+19 |
2004-11-12 | Bulk builds should be defaulting to building perl58. | jlam | 1 | -2/+2 |
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 |