Age | Commit message (Expand) | Author | Files | Lines |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -4/+4 |
2010-05-11 | Language fix: upto date -> up to date. | mbalmer | 1 | -3/+3 |
2010-02-27 | Repair this file after the bulk-packge target was broken by DESTDIR support. | dmcmahill | 1 | -2/+7 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -2/+2 |
2008-01-04 | Replaced all references to pkglint with lintpkgsrc, which has its own | rillig | 1 | -2/+2 |
2007-12-02 | Revert unintended commit. | wiz | 1 | -5/+2 |
2007-12-02 | Fix typo in error message. From Sergey Svishchev. | wiz | 1 | -2/+5 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -9/+1 |
2007-06-15 | Fix PR 34139 for bulk builds too. | wiz | 1 | -12/+12 |
2007-05-31 | If a package is already installed, bulk-install should not try to build | rillig | 1 | -2/+3 |
2007-05-23 | When removing an already installed package, the correct package version | rillig | 1 | -3/+4 |
2007-05-19 | Revert previous (1.140), committed by accident. | wiz | 1 | -5/+2 |
2007-05-19 | On Linux (at least Red Hat Enterprise 3), openssl needs libraries | wiz | 1 | -2/+5 |
2007-04-15 | It makes more sense to run "bmake debug" when the WRKDIR is still | rillig | 1 | -2/+2 |
2007-03-07 | Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds can | rillig | 1 | -2/+2 |
2007-03-06 | The first few lines of a bulk build log don't need to be printed on the | rillig | 1 | -9/+6 |
2007-03-06 | The warnings from the wrapper log are added to the report file. | rillig | 1 | -1/+8 |
2007-02-19 | The error output of "make debug" may be useful to know, too. | rillig | 1 | -2/+2 |
2007-01-24 | Quick fix: The main code of the bulk build cannot be run in the shell's | rillig | 1 | -2/+2 |
2007-01-22 | A big cleanup: | rillig | 1 | -66/+40 |
2007-01-15 | Made the database lookup for deinstalling the unneeded packages less | rillig | 1 | -10/+13 |
2007-01-08 | Packages that are not available on the current platform (and the | rillig | 1 | -2/+14 |
2006-12-14 | Use '-o' instead of '-or' in find(1) arguments as the former seems to | dmcmahill | 1 | -2/+2 |
2006-12-14 | If a package build fails, append the output of 'make debug' to the log | dmcmahill | 1 | -2/+5 |
2006-12-09 | report correct pkgcount by first cd'ing to PKGDB_DIR, then FINDing in there. | jschauma | 1 | -2/+2 |
2006-12-09 | straighten out FIND command to figure out if a package needs to be rebuilt. | jschauma | 1 | -2/+2 |
2006-11-26 | - Run a single find(1) command to get the list of new files rather than running | jschauma | 1 | -4/+4 |
2006-10-13 | Creating an archive from the working directory may take some time for | rillig | 1 | -1/+2 |
2006-10-07 | Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed", | rillig | 1 | -4/+5 |
2006-10-06 | _PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive of | rillig | 1 | -3/+10 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -14/+14 |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 1 | -2/+7 |
2006-07-03 | After converting it to HTML format, the build log file is not needed | rillig | 1 | -1/+2 |
2006-02-13 | Only write the terminating HTML code to the ${_BROKENFILE} if the | rillig | 1 | -4/+4 |
2006-02-11 | Fixed double quoting of _BROKENWRKLOG. | rillig | 1 | -2/+2 |
2006-02-10 | A small step in the direction of valid HTML for the build log files. | rillig | 1 | -12/+23 |
2006-02-10 | Indented the variable definitions more consistently. | rillig | 1 | -20/+20 |
2006-02-04 | Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logs | rillig | 1 | -3/+24 |
2006-02-03 | If a package is still up to date, it doesn't matter if it is currently | rillig | 1 | -7/+3 |
2006-01-21 | Fixed pkglint warnings. | rillig | 1 | -10/+15 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 1 | -1/+5 |
2006-01-17 | `tsort` creates temporary files in the current directory, so change to the | jdc | 1 | -2/+2 |
2006-01-05 | Revert unintended part of last commit. | joerg | 1 | -2/+1 |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 1 | -1/+2 |
2005-11-28 | If the package-specific log directory is empty after building a package, | rillig | 1 | -1/+5 |
2005-11-24 | 1. Added section headers in the part of the user-settable variables. | rillig | 1 | -3/+13 |
2005-11-23 | Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This is | rillig | 1 | -7/+3 |
2005-11-20 | Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found | agc | 1 | -2/+2 |
2005-11-19 | Allow the bulk builds to work by adding security/audit-packages as a | agc | 1 | -2/+2 |
2005-11-19 | Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quoted | rillig | 1 | -19/+19 |