summaryrefslogtreecommitdiff
path: root/mk/bulk/bsd.bulk-pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2006-02-13Only write the terminating HTML code to the ${_BROKENFILE} if therillig1-4/+4
2006-02-11Fixed double quoting of _BROKENWRKLOG.rillig1-2/+2
2006-02-10A small step in the direction of valid HTML for the build log files.rillig1-12/+23
2006-02-10Indented the variable definitions more consistently.rillig1-20/+20
2006-02-04Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logsrillig1-3/+24
2006-02-03If a package is still up to date, it doesn't matter if it is currentlyrillig1-7/+3
2006-01-21Fixed pkglint warnings.rillig1-10/+15
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig1-1/+5
2006-01-17`tsort` creates temporary files in the current directory, so change to thejdc1-2/+2
2006-01-05Revert unintended part of last commit.joerg1-2/+1
2006-01-05Adjust comment about SUBST_FILES to match reality:joerg1-1/+2
2005-11-28If the package-specific log directory is empty after building a package,rillig1-1/+5
2005-11-241. Added section headers in the part of the user-settable variables.rillig1-3/+13
2005-11-23Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This isrillig1-7/+3
2005-11-20Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I foundagc1-2/+2
2005-11-19Allow the bulk builds to work by adding security/audit-packages as aagc1-2/+2
2005-11-19Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quotedrillig1-19/+19
2005-11-18Corrected the comment above BULKFILESDIR. It is not only used for therillig1-2/+3
2005-11-18Properly indented preprocessing directives.rillig1-3/+3
2005-11-18Allow FORCEBROKENFILE files to be created in either PKGSRCDIR orrillig1-3/+6
2005-11-16Changes for separation of BULKFILESDIR and PKGSRCDIR.rillig1-26/+53
2005-11-12Fix a typo that in some cases prevented a BROKENFILE from beingkristerw1-2/+2
2005-11-11Remove some redundant printing of messages when we are cleaningkristerw1-6/+2
2005-11-11- A warning is printed if there is no PKGNAME matching for a PKGPATH in therillig1-10/+14
2005-11-11Added two variables BULK_MSG and BULK_MSG_CONT that are used for printingrillig1-45/+54
2005-11-10Fixed the remaining instances of code relying on trailing white-space inrillig1-2/+2
2005-11-10Replaced another instance of grep|awk with a simple awk. A warning isrillig1-3/+3
2005-11-10Don't rely on the INDEXFILE having trailing white-space in each line.rillig1-2/+2
2005-11-07Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASONtv1-1/+8
2005-11-05Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Addedrillig1-5/+5
2005-11-05Remove the cleaning of pre-requisite packages before and after buildingkristerw1-19/+7
2005-10-27Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so thattv1-2/+2
2005-10-26Use Perl-based tflat, which is up to 90% faster than the awk-based onetv1-11/+6
2005-10-16Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skipstv1-5/+13
2005-08-25Make sure TEE is defined.reed1-1/+2
2005-08-25iUse "up-to-date" instead of "upto date" to be consistent.reed1-3/+3
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-2/+2
2005-06-04Added a leading underscore to the names of the *_COOKIE variables, as theyrillig1-5/+5
2005-05-19PERL5_PKGSRCDIR is no more. Explicitly use "lang/perl58" for thejlam1-2/+2
2005-05-06Properly quote the &, <, and > characters when generating BROKENWORKLOG.rillig1-2/+3
2005-04-11Be more informative when cleaning packages and pre-requisites, and cleanagc1-3/+3
2005-03-28With the SORT=gsort hack for Interix, all hell breaks loose on pkg_addtv1-4/+11
2005-03-24Correctly pass ${SORT} to tflat. Interix needs something other than thetv1-3/+3
2005-03-17fix broken sed regexp which sometimes causes a failed pkg fail in marking oth...dmcmahill1-2/+2
2005-03-12Avoid feeding very long lines to grep/egrep. The grep/egrep implementationdmcmahill1-30/+41
2005-01-27Pass the correct programs to the mkdatabase script.sketch1-2/+2
2005-01-21The pipe triggers a subshell even though () is not used. So use "exit" andtv1-13/+13
2005-01-21Fix missing {} around variable name, noted by wiz.tv1-5/+5
2005-01-19Fix error in previous; add explicit version check first, then the optionallytv1-5/+10
2005-01-19* Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependencytv1-17/+29