Age | Commit message (Expand) | Author | Files | Lines |
2006-01-30 | Added the bulk build ID to the subject line of the report mail. It had been | rillig | 1 | -2/+2 |
2006-01-29 | Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is not | rillig | 1 | -3/+2 |
2006-01-29 | add a missing .PHONY: Now if you do something like | dmcmahill | 1 | -1/+2 |
2006-01-28 | Add zh_HK locale for gtk2+-2.8.11. | wiz | 22 | -22/+110 |
2006-01-28 | Actually heed the value of IMAKE if it is set by the user. | jlam | 1 | -2/+2 |
2006-01-25 | Add mjpegtools-simd option. | xtraeme | 1 | -1/+2 |
2006-01-25 | Remove mjpegtools-cmov options... deprecated. | xtraeme | 1 | -1/+0 |
2006-01-24 | The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames or | rillig | 1 | -3/+5 |
2006-01-24 | In the FTPHOST compatibility mode, there was a slash missing when | rillig | 1 | -2/+2 |
2006-01-24 | Ensure that decompress_cat and tarprog always have vaild default values | jlam | 1 | -2/+3 |
2006-01-23 | If the package directory doesn't exist, then return a non-zero code. This | jlam | 1 | -2/+6 |
2006-01-23 | Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and use | xtraeme | 1 | -1/+26 |
2006-01-23 | Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction. | wiz | 1 | -2/+2 |
2006-01-23 | Instead of accumulating _ALL_DEPENDS_PKGSRCDIRS, accumulate _ALL_DEPENDS | jlam | 1 | -4/+4 |
2006-01-23 | gzcat needs the full command, not only the pathname, in case it is | rillig | 1 | -2/+2 |
2006-01-23 | The ../../mk/scripts/extract shell program does not work with Solaris' | rillig | 1 | -2/+2 |
2006-01-22 | Made all sentences in the comments start with an upper-case letter and end | rillig | 1 | -16/+16 |
2006-01-22 | SUS says awk's delete command only deletes array elements, not the array | jlam | 2 | -5/+2 |
2006-01-22 | move the PLIST SUBST from tex.buildlink3.mk to tetex?-bin/buildlink3.mk | tonio | 1 | -9/+1 |
2006-01-21 | While walking the dependency graph, push the dependencies onto the | jlam | 1 | -2/+6 |
2006-01-21 | duh... stacks are LIFOs not FIFOs. | jlam | 1 | -2/+2 |
2006-01-21 | Don't write ${FOO:Mbar} == "bar", when !empty(FOO:Mbar) will suffice. | jlam | 2 | -7/+7 |
2006-01-21 | Set EXTRACT_CMD_DEFAULT to the default extraction command that invokes | jlam | 1 | -14/+21 |
2006-01-21 | Allow using standard input for the archive contents for tar and shar | jlam | 1 | -3/+16 |
2006-01-21 | Use /usr/pkgsrc/mk/scripts/extract to do extraction instead of using all | jlam | 1 | -93/+57 |
2006-01-21 | Fix the case where -X excludefile is used so that we don't error out trying | jlam | 1 | -3/+7 |
2006-01-21 | Teach the extract script how to exclude files specified on the command | jlam | 1 | -2/+14 |
2006-01-21 | Teach extract how to extract *.z files using gzip. | jlam | 1 | -3/+4 |
2006-01-21 | Teach the extract script a "-d dir" option to extract into a specific | jlam | 1 | -2/+13 |
2006-01-21 | Fixed pkglint warnings. | rillig | 1 | -10/+15 |
2006-01-21 | Fix up the comments, and add a fall-through for unrecognized archive | jlam | 1 | -5/+10 |
2006-01-21 | Fix a weird newline error (probably cut-and-paste error). | jlam | 1 | -3/+2 |
2006-01-21 | unzip uses UNZIP as a special environment variable to denote the options | jlam | 1 | -2/+2 |
2006-01-21 | Fix other instance of _ZOO -> _ZIP and remove a debugging line. | jlam | 1 | -3/+2 |
2006-01-21 | unzip should be using EXTRACT_OPTS_ZIP, not *_ZOO. | jlam | 1 | -2/+3 |
2006-01-21 | Added http://downloads.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP. | rxg | 1 | -1/+2 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 5 | -47/+124 |
2006-01-21 | Whether a missing interpreter is a warning or an error depends on whether | rillig | 1 | -2/+2 |
2006-01-21 | Unquoted SUBST_MESSAGE.*, as this is no longer needed. | rillig | 2 | -5/+5 |
2006-01-21 | Depending on whether a file is executable or not, it is an error or a | rillig | 1 | -3/+7 |
2006-01-21 | Teach the extract script to simply copy the distfile over to the | jlam | 1 | -16/+40 |
2006-01-20 | Teach this script a default extraction method for *.bin files (which are | jlam | 1 | -2/+7 |
2006-01-20 | Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementation | jlam | 1 | -3/+3 |
2006-01-20 | Rename the following variables to reduce the number that we need to track: | jlam | 1 | -14/+13 |
2006-01-20 | Support listing files/patterns for exclusion in an "excludefile", | jlam | 1 | -7/+28 |
2006-01-20 | Remove the old PLIST-handling code after bulk building has shown the new | jlam | 1 | -784/+1 |
2006-01-20 | Add some whitespace for readability. | jlam | 1 | -1/+8 |
2006-01-20 | Fix processing of -t tarprog. | jlam | 1 | -3/+2 |
2006-01-20 | First pass at a script that replaces many of the variables, loops and | jlam | 1 | -0/+190 |
2006-01-20 | Added MASTER_SITE_SOURCEFORGE_JP definitions. | rxg | 1 | -1/+6 |