Age | Commit message (Expand) | Author | Files | Lines |
2006-01-13 | Added LIBTOOL_OVERRIDE. | rillig | 1 | -1/+2 |
2006-01-13 | - When guessing the type of variables, *_DIRS and *_FILES are both of the | rillig | 1 | -3/+3 |
2006-01-12 | - Added about 50 variable types to makevars.map. | rillig | 2 | -22/+146 |
2006-01-12 | Bump date for some new features. | wiz | 2 | -3/+3 |
2006-01-12 | When creating the sorted list of binary packages, "ls -t *.tgz" can | joerg | 2 | -4/+4 |
2006-01-12 | Add runtime dependency of xpkgwedge on imake and xmkmf. | joerg | 1 | -2/+5 |
2006-01-12 | Updated pkglint to 4.53. | rillig | 1 | -2/+2 |
2006-01-12 | Added APACHE_MODULE. | rillig | 1 | -1/+2 |
2006-01-12 | - Allow '^' to appear unquoted in shell programs, although it ``is an | rillig | 1 | -3/+13 |
2006-01-12 | - The shell variables $!, $# and $? are recognized as such. All other | rillig | 1 | -3/+7 |
2006-01-12 | - Improved the parsers for shell words and shell commands. Parsing errors | rillig | 1 | -18/+34 |
2006-01-12 | - Defining and using make variables starting with an underscore is only | rillig | 1 | -3/+3 |
2006-01-12 | - Added three warning categories "debug", "quoting" and "space" that can | rillig | 3 | -5/+31 |
2006-01-12 | - Added the package PkgLint::String, which will be used for improving the | rillig | 1 | -1/+227 |
2006-01-12 | - Added plist-clash.pl to the list of files that have @PERL@ replaced. | rillig | 1 | -1/+2 |
2006-01-11 | - In the shell command parser, go to state SCST_CONT instead of SCST_START | rillig | 1 | -2/+5 |
2006-01-11 | - In resolve_relative_path, the depth of the path should only be adjusted | rillig | 1 | -8/+10 |
2006-01-11 | Fixed spacing issue. | rillig | 2 | -3/+3 |
2006-01-11 | - Renamed PkgLint::FileUtil::Line to PkgLint::Line in preparation to some | rillig | 1 | -5/+5 |
2006-01-10 | Use ${ABI} for library files, patterned after what SGI does. This makes | christos | 2 | -231/+234 |
2006-01-10 | Updated pkglint to 4.52. | rillig | 1 | -2/+2 |
2006-01-09 | Fixed the simple part of the pkglint -Wall warnings. | rillig | 1 | -14/+12 |
2006-01-09 | - Even in an unquoted shell word, variables should be quoted. For example, | rillig | 1 | -7/+13 |
2006-01-09 | - Only check make variables for deprecation and $(...) instead of ${...}. | rillig | 1 | -3/+3 |
2006-01-09 | - Added "Please use ${FOO} instead of $(FOO)." | rillig | 1 | -3/+11 |
2006-01-08 | Unbreak by adding NO_BUILD=yes. | joerg | 1 | -1/+2 |
2006-01-08 | - Rewrote the state transition of the shell command parser. The source | rillig | 1 | -75/+52 |
2006-01-08 | - In shell commands, "case" statements are parsed properly. (Fixes a false | rillig | 1 | -16/+46 |
2006-01-08 | Sync with usr.sbin/pkg_install 1.58: | wiz | 1 | -3/+3 |
2006-01-07 | - Enabled the quoting warning for SUBST_MESSAGE (this time the other | rillig | 1 | -6/+1 |
2006-01-07 | - Added SUBST_MESSAGE to the list of checked variables. The plan is to | rillig | 2 | -3/+20 |
2006-01-06 | Update to version 1.25. | seb | 3 | -33/+15 |
2006-01-06 | - Moved the code for checking macro names in patch lines into its own | rillig | 1 | -47/+52 |
2006-01-06 | Fixed pkglint warnings about incorrect quoting and unsorted PLIST. | rillig | 2 | -19/+19 |
2006-01-06 | - s/existant/existent/ | rillig | 1 | -2/+2 |
2006-01-06 | - Renamed checkfile_patches_patch to checkfile_patch. | rillig | 1 | -4/+4 |
2006-01-06 | Use SUBST framework. | joerg | 1 | -6/+13 |
2006-01-06 | Added an RCS Id and an introductory comment. | rillig | 1 | -0/+5 |
2006-01-06 | Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to get | joerg | 2 | -5/+17 |
2006-01-06 | Use SUBST framework. | joerg | 1 | -4/+11 |
2006-01-06 | - It is not an error to have symlinks in pkgsrc -- just a warning. Any | rillig | 1 | -1/+6 |
2006-01-05 | Depend on cdrtools instead of cdrecord. Bump PKGREVISION. | wiz | 1 | -3/+3 |
2006-01-05 | Remove GNU Autoconf's configure.lineno file if it's there. | xtraeme | 1 | -1/+5 |
2006-01-05 | Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc. | xtraeme | 1 | -6/+8 |
2006-01-05 | Update to 1.32: | xtraeme | 2 | -4/+8 |
2006-01-04 | Handle newer versions of Berkeley DB. Our algorithm is: | christos | 5 | -30/+172 |
2006-01-03 | Ask for warnings so that e.g. CONFIGURE_DIRS has overrides for | joerg | 1 | -0/+2 |
2006-01-03 | update pkg_chk to 1.64 | abs | 2 | -5/+6 |
2006-01-02 | Cleaned up the TODO list. | rillig | 1 | -6/+0 |
2006-01-02 | - For possibly misquoted variables the current shellword state is | rillig | 1 | -2/+4 |