summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-01-21Added http://downloads.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP.rxg1-1/+2
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig5-47/+124
2006-01-21Whether a missing interpreter is a warning or an error depends on whetherrillig1-2/+2
2006-01-21Unquoted SUBST_MESSAGE.*, as this is no longer needed.rillig2-5/+5
2006-01-21Depending on whether a file is executable or not, it is an error or arillig1-3/+7
2006-01-21Teach the extract script to simply copy the distfile over to thejlam1-16/+40
2006-01-20Teach this script a default extraction method for *.bin files (which arejlam1-2/+7
2006-01-20Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementationjlam1-3/+3
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-14/+13
2006-01-20Support listing files/patterns for exclusion in an "excludefile",jlam1-7/+28
2006-01-20Remove the old PLIST-handling code after bulk building has shown the newjlam1-784/+1
2006-01-20Add some whitespace for readability.jlam1-1/+8
2006-01-20Fix processing of -t tarprog.jlam1-3/+2
2006-01-20First pass at a script that replaces many of the variables, loops andjlam1-0/+190
2006-01-20Added MASTER_SITE_SOURCEFORGE_JP definitions.rxg1-1/+6
2006-01-19Move more "patch"-related variables and targets out of bsd.pkg.mk and intojlam2-27/+68
2006-01-19Move more of the "extract"-related variables and targets out of bsd.pkg.mkjlam2-36/+77
2006-01-19Fix a typo in the comment.jlam1-2/+2
2006-01-19Add a catman page to the script comments to clarify how this scriptjlam1-5/+41
2006-01-19Fix antoher cut and paste (tabs-to-whitespace) bug.jlam1-2/+2
2006-01-19Change leading spaces into a tab to fix clean if WRKOBJDIR is defined.jlam1-2/+2
2006-01-19* Split out the "clean" targets and variables and put them into a separatejlam2-50/+89
2006-01-19Made the program name in the DIAGNOSTICS section not appear emphasized.rillig1-2/+2
2006-01-19Remove some unnecessary parens... we don't need to invoke a new shelljlam1-3/+3
2006-01-18Move the following targets from bsd.pkg.mk to bsd.utils.mk:jlam2-86/+18
2006-01-18Remove unused "show-root-only" target.jlam1-9/+3
2006-01-18Add a "-s pkgsrcdir" option that allows specifying the path to the pkgsrcjlam1-6/+32
2006-01-18Modify the show-depends-pkgpaths implementation so that we don't assumejlam2-8/+98
2006-01-18whitespace nit.jlam1-2/+1
2006-01-18Pass MAKEFLAGs to the depends-depth-first.awk script, which will bejlam2-5/+12
2006-01-18Create a standalone awk script, depends-depth-first.awk, that encapsulatesjlam3-1/+310
2006-01-17Rework the way the vulnerabilities list is displayed a bit todmcmahill1-6/+22
2006-01-17`tsort` creates temporary files in the current directory, so change to thejdc1-2/+2
2006-01-16Remove superfluous quotes around SUBST_MESSAGE.wiz1-2/+2
2006-01-16(At least) Mac OS X Tiger comes with a fine working "tbl" command.tron1-1/+4
2006-01-15Allow "=" characters to appear in a line that comments out a package in arillig1-2/+2
2006-01-14Signature police.seb1-1/+1
2006-01-13Make use of ${.TARGET} within a target instead of re-specifying thejlam1-2/+2
2006-01-13Remove the show-shlib-type target since it's no longer needed ... thejlam2-8/+2
2006-01-13Force compression and decompression to avoid the default behavior ofjlam1-3/+3
2006-01-12Initial commit of a new module that encapsulates all of the codejlam30-19/+1721
2006-01-12Set INFO_DIR, the location for info files, to its default value ofjlam1-1/+8
2006-01-12Fix a typo that was causing imake, mkdirhier and xmkmf to not be createdjlam1-2/+2
2006-01-12Require xpkgwedge 1.15.joerg1-2/+2
2006-01-12Don't ever depend on xpkgwedge if we're building xpkgwedge.jlam1-1/+2
2006-01-12Re-implement some code that was lost in revision 1.144 so that IMAKE mayjlam1-1/+7
2006-01-12Remove branch tag from DragonFly version, so that OS_VERSION matchesjoerg1-1/+2
2006-01-12Documented CHECK_INTERPRETER in the header comment.rillig1-1/+4
2006-01-12Added the target check-interpreter to bsd.pkg.check.mk, which checksrillig2-2/+50
2006-01-11Introduce DJB_SLASHPACKAGE, defaulting to NO. /package is DJB'sschmonz1-2/+13