summaryrefslogtreecommitdiff
path: root/mk/bulk/bsd.bulk-pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2003-08-23Sync to HEAD.jlam1-2/+2
2003-08-21Use the 20030819 pkg_install tools, which support PKG_DBDIR_DFLT, andjlam1-23/+23
2003-08-17Alter pkgsrc infrastructure to use pkg_install-20030809, and properlyjlam1-5/+5
2003-08-16Define some _PKG_* variables representing the pkg_install tools that pointjlam1-23/+23
2003-08-16Sync to HEAD for tools.mk changes.jlam1-1/+1
2003-08-14Sync to HEAD, primarily for texinfo changes, and prepare for buildlink3.jlam1-3/+3
2003-08-01Sync to HEAD.jlam1-3/+3
2003-07-11portability fixes:grant1-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-02-13correct the 'broken due to depends' processing. This change makes thedmcmahill1-3/+5
2003-02-08honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does.kei1-2/+2
2002-12-07Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrcschmonz1-2/+2
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-1/+1
2002-07-21Make bulk builds aware of packages with INTERACTIVE_STAGE and mark them asmrauch1-1/+9
2002-06-29don't hard code the start time stamp file as .start.${arch} but allowdmcmahill1-1/+5
2002-03-04Use <pre> to surround build logs - monospaced fonts are so much more readable.hubertf1-10/+10
2002-01-20add some html markup to the .broken files (which now have .html extenstion).dmcmahill1-10/+12
2002-01-12add the OBJHOSTNAME functionality that appeared in 1.901 of bsd.pkg.mk.dmcmahill1-20/+22
2001-12-17- add 'bulk-cache' and 'clean-bulk-cache' targets to create and removedmcmahill1-1/+31
2001-12-16add more checks to be more robust in the face of an index file whichdmcmahill1-1/+3
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-22/+22
2001-11-28lose some more pkg/ referencesabs1-3/+3
2001-11-07The $DEPENDS file has the pkg's directory in the first column, followed byhubertf1-2/+2
2001-10-20When working out if an installed package should be left as itabs1-1/+4
2001-07-21if an outdated package is still installed and 'make deinstall' failsdmcmahill1-1/+5
2001-05-09Add date when a buid for a pkg started, and comment a place that has somehubertf1-2/+3
2001-05-09don't exit if a depends can't be pkg_add'ed. In this case it will bedmcmahill1-2/+2
2001-05-03some code cleanup.dmcmahill1-30/+36
2001-05-02do some extra checks. In particular, don't try to pkg_add a package ifdmcmahill1-3/+7
2001-03-31get rid of an unneeded awk invocationdmcmahill1-2/+2
2001-03-19-add support for a BULK_PREREQ make variable. BULK_PREREQ contains a listdmcmahill1-15/+25
2001-02-17reduce the verbosity when adding/removing pkgs. Suggested by Hubertdmcmahill1-10/+1
2001-02-15when removing out of date binary packages from ${PACKAGES}/All, also removedmcmahill1-1/+6
2001-02-13only use the depends cache files during a bulk build, otherwise revert todmcmahill1-43/+65
2001-02-08when a package fails to package, keep a count of how many others packagesdmcmahill1-5/+7
2001-02-01This commit incorporates several speed improvements which have been testeddmcmahill1-37/+131
2001-01-28be consistant about the use of "BULK> " as the prompt relating to the bulkdmcmahill1-15/+15
2000-09-15Whitespace fixhubertf1-2/+2
2000-09-02remove debug codehubertf1-2/+2
2000-09-02log more stuff to buildloghubertf1-17/+23
2000-08-25a couple of minor changes to the bulk-check-uptodate target:dmcmahill1-9/+11
2000-08-24escape the \ in an echo command so we see itdmcmahill1-2/+2
2000-08-24If a required binary pkg is found newer, tell which one.hubertf1-2/+2
2000-08-24Remove a comment that's no longer valid after we have 'pkg_admin lsbest'hubertf1-4/+1
2000-08-24Back out last commit: It nuked pkgs that we compile in several versions,hubertf1-4/+4
2000-08-11When rebuilding a pkg, don't only remove the binary pkg currentlyhubertf1-4/+4
2000-08-04Suppress any errors from pkg_delete if no pkgs are installedhubertf1-1/+3
2000-08-01minor grammar fixdmcmahill1-2/+2
2000-08-01s/depends/install-depends/hubertf1-4/+4
2000-07-31make sure the required packages (depends) are installed before thehubertf1-1/+3