Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-01-02 | * record with each substring its source location to be able to make | rillig | 1 | -0/+2 |
2006-01-02 | Updated pkglint to 4.51. Welcome to the Fahrenheit release. | rillig | 1 | -2/+2 |
2006-01-02 | - Fixed the wording of the message when CONFIGURE_DIRS and friends are | rillig | 1 | -4/+4 |
2006-01-02 | - Removed the type guessing code for variables with unknown type, as | rillig | 1 | -26/+3 |
2006-01-02 | - Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS. | rillig | 1 | -1/+4 |
2006-01-01 | - Unquoted shell variables may appear in for loops. | rillig | 1 | -6/+9 |
2006-01-01 | - Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRS | rillig | 1 | -3/+2 |
2006-01-01 | - Added a check for unquoted shell variables (only with -Wextra). | rillig | 1 | -8/+22 |
2006-01-01 | - Integrated checklines_patches_patch back into checkfile_patches_patch. | rillig | 1 | -68/+61 |
2006-01-01 | - Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_. | rillig | 1 | -2/+2 |
2006-01-01 | Remove stuff that was marked for removal after 2005Q4. | wiz | 1 | -22/+1 |
2006-01-01 | - Added a parser for shell words. | rillig | 1 | -3/+100 |
2005-12-31 | - Moved the code that checks for valid shell words into its own subroutine | rillig | 1 | -21/+33 |
2005-12-31 | Updated pkglint to 4.50. | rillig | 1 | -2/+2 |