summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-01-22move the PLIST SUBST from tex.buildlink3.mk to tetex?-bin/buildlink3.mktonio1-9/+1
2006-01-21While walking the dependency graph, push the dependencies onto thejlam1-2/+6
2006-01-21duh... stacks are LIFOs not FIFOs.jlam1-2/+2
2006-01-21Don't write ${FOO:Mbar} == "bar", when !empty(FOO:Mbar) will suffice.jlam2-7/+7
2006-01-21Set EXTRACT_CMD_DEFAULT to the default extraction command that invokesjlam1-14/+21
2006-01-21Allow using standard input for the archive contents for tar and sharjlam1-3/+16
2006-01-21Use /usr/pkgsrc/mk/scripts/extract to do extraction instead of using alljlam1-93/+57
2006-01-21Fix the case where -X excludefile is used so that we don't error out tryingjlam1-3/+7
2006-01-21Teach the extract script how to exclude files specified on the commandjlam1-2/+14
2006-01-21Teach extract how to extract *.z files using gzip.jlam1-3/+4
2006-01-21Teach the extract script a "-d dir" option to extract into a specificjlam1-2/+13
2006-01-21Fixed pkglint warnings.rillig1-10/+15
2006-01-21Fix up the comments, and add a fall-through for unrecognized archivejlam1-5/+10
2006-01-21Fix a weird newline error (probably cut-and-paste error).jlam1-3/+2
2006-01-21unzip uses UNZIP as a special environment variable to denote the optionsjlam1-2/+2
2006-01-21Fix other instance of _ZOO -> _ZIP and remove a debugging line.jlam1-3/+2
2006-01-21unzip should be using EXTRACT_OPTS_ZIP, not *_ZOO.jlam1-2/+3
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