summaryrefslogtreecommitdiff
path: root/mk/bulk/post-build
AgeCommit message (Expand)AuthorFilesLines
2008-06-13Make sure we pick up pax via USE_TOOLS.sketch1-2/+2
2008-01-04Replaced all references to pkglint with lintpkgsrc, which has its ownrillig1-2/+2
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
2007-01-21Fixed misleading indentation.rillig1-3/+3
2007-01-08Packages that are not available on the current platform (and therillig1-11/+22
2006-12-15Remove trailing tabs.martti1-2/+2
2006-12-13include the PKGSRC_COMPILER setting in the reportdmcmahill1-1/+3
2006-07-26When the bulk build code encounters a directory in *SPECIFIC_PKGSwiz1-3/+20
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig1-21/+57
2005-12-03Renamed some variables to match the pkgsrc variables they are derivedrillig1-13/+13
2005-11-30- Converted intermediate white-space to all tabs.rillig1-7/+7
2005-11-18- The text/plain report is generated using printf() instead ofrillig1-34/+33
2005-11-18Code cleanup, bugfixes and separation of PKGSRCDIR and BULKFILESDIR.rillig1-24/+88
2005-09-25Finally remember to commit this:jschauma1-2/+2
2005-08-26Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH.reed1-2/+3
2005-07-17Fix the following error:ben1-1/+2
2005-05-19Use MACHINE_ARCH instead of arch to be consistent with things like thekristerw1-15/+15
2005-05-19Convert the last remaining usage of GTAR to use PAX instead.kristerw1-2/+2
2005-05-19Use PAX instead of GTAR since pax is provided on all systems while gtarjlam1-3/+3
2005-05-16When generating the report, add a list of top ten offenders at the top.jschauma1-7/+15
2005-01-15Work around an undef-in-string warning caused by unexpanded $NetBSD$tv1-4/+4
2005-01-14For those packages where the maintainer field can't be determined byjmmv1-1/+4
2005-01-13* Clean up syntax ambiguities, e.g. (my $foo = $bar) =~ ....tv1-111/+147
2004-11-23Fix the find command used to print out all of the .broken* files. It nowjlam1-2/+2
2004-11-22Change perlfiles var to look for files from perl*,wiz1-2/+2
2004-11-16Preserve the .work.log file from a broken build as .broken.work.htmljlam1-3/+4
2004-07-15add anchors for jumping to the top and each section of the HTML report.grant1-4/+22
2004-07-15only include broken packages in the email output.grant1-6/+9
2004-04-09Commentary cleanup:jschauma1-5/+6
2004-04-07Add support in the bulk build code to properly deal with SPECIFIC_PKGS=1.dmcmahill1-2/+5
2004-03-28Rearrange the wording slightly in an informational message, to avoidagc1-2/+2
2004-03-22If BULK_BUILD_CONF points to an absolute path, don't try to use itjschauma1-2/+6
2004-03-18don't assume there will always be broken packages. noted by wiz.grant1-2/+5
2004-03-13Remove some more of the "last touched by" code.wiz1-4/+2
2004-03-11Remove 'blame' column, OK'd by grant@.hubertf1-7/+5
2004-02-25GNU tar on netbsd-1-6 doesn't grok "-T -" at the end, but pax-as-targrant1-3/+4
2004-02-15avoid another long command line calling tar(1).grant1-2/+2
2004-02-14when copying the broken files, use find(1) instead of a shell globgrant1-2/+2
2004-02-08print date and time in UTC.grant1-3/+5
2004-02-08include the total number of binary pkgs created in the report. fixgrant1-6/+17
2004-02-05show build start time in localtime, not seconds-since-epoch :)grant1-2/+6
2004-02-05Remove a local change which crept in with the last update.sketch1-3/+1
2004-01-31improve report layout:grant1-197/+376
2004-01-26Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-4/+5
2004-01-20make this work on Solaris by using perl's internal grep(). it isgrant1-15/+28
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-08-19Avoid keyword substitution in keyword matching patterngavan1-2/+2
2003-08-19Remove dependence on ident and awk. This aids portability to Solaris.gavan1-9/+19
2003-08-18Get the OS name from "uname -s" instead of assuming NetBSD.cjep1-4/+6
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-17/+17