2007-09-20 10:18:14 by David Brownlee | Files touched by this commit (2) | |
Log message: update pkg_chk to 1.87. Make -k work with -l, so a missing package will still result in a list of binary packages being displayed |
2007-08-27 17:28:54 by David Brownlee | Files touched by this commit (3) |
Log message: Update pkg_chk to 1.86: - Fix '-l' to list dependencies needed at runtime by each package, as opposed to those at build time. Avoids issues such as 'jdk15' pulling in sun-jdk & sun-jre |
2007-06-19 18:08:47 by David Brownlee | Files touched by this commit (1) |
Log message: set USE_TOOLS+= gzip:run to get GZIP_CMD - from joerg |
2007-06-19 15:45:50 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrect RCS IDs. |
2007-05-15 16:48:43 by Matthias Scheler | Files touched by this commit (1) |
Log message: Actually substitute "@ID" with the path to id(1) while creating the shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338. |
2007-04-25 00:16:38 by David Brownlee | Files touched by this commit (1) | |
Log message: update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from \ Vladimir Yakovetsky |
2007-04-20 11:50:21 by Matthias Scheler | Files touched by this commit (2) |
Log message: Checking whether a file with an blank filename exists is somewhat bogus. Improve the last change to avoid that. Bump package revision again. |
2007-04-20 11:25:37 by Matthias Scheler | Files touched by this commit (2) |
Log message: Fix quoting so that the code to detect the location of "mk.conf" actually works (under Darwin?). Bump package revision again. |
2007-04-19 20:44:22 by David Brownlee | Files touched by this commit (1) | |
Log message: update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when building |
2007-04-16 20:42:21 by David Brownlee | Files touched by this commit (2) |
Log message: Update pkgtools/pkg_chk to 1.85: Add a missing FAIL= to the start of pkg_install(), the absence of which would cause a package which had been "previously installed" to pick up the last value of FAIL (and sometimes be incorrectly marked as failed). Thanks to Martin Weber for the diagnosis. |