summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2006-01-11- In resolve_relative_path, the depth of the path should only be adjustedrillig1-8/+10
2006-01-11Fixed spacing issue.rillig2-3/+3
2006-01-11- Renamed PkgLint::FileUtil::Line to PkgLint::Line in preparation to somerillig1-5/+5
2006-01-10Use ${ABI} for library files, patterned after what SGI does. This makeschristos2-231/+234
2006-01-10Updated pkglint to 4.52.rillig1-2/+2
2006-01-09Fixed the simple part of the pkglint -Wall warnings.rillig1-14/+12
2006-01-09- Even in an unquoted shell word, variables should be quoted. For example,rillig1-7/+13
2006-01-09- Only check make variables for deprecation and $(...) instead of ${...}.rillig1-3/+3
2006-01-09- Added "Please use ${FOO} instead of $(FOO)."rillig1-3/+11
2006-01-08Unbreak by adding NO_BUILD=yes.joerg1-1/+2
2006-01-08- Rewrote the state transition of the shell command parser. The sourcerillig1-75/+52
2006-01-08- In shell commands, "case" statements are parsed properly. (Fixes a falserillig1-16/+46
2006-01-08Sync with usr.sbin/pkg_install 1.58:wiz1-3/+3
2006-01-07- Enabled the quoting warning for SUBST_MESSAGE (this time the otherrillig1-6/+1
2006-01-07- Added SUBST_MESSAGE to the list of checked variables. The plan is torillig2-3/+20
2006-01-06Update to version 1.25.seb3-33/+15
2006-01-06- Moved the code for checking macro names in patch lines into its ownrillig1-47/+52
2006-01-06Fixed pkglint warnings about incorrect quoting and unsorted PLIST.rillig2-19/+19
2006-01-06- s/existant/existent/rillig1-2/+2
2006-01-06- Renamed checkfile_patches_patch to checkfile_patch.rillig1-4/+4
2006-01-06Use SUBST framework.joerg1-6/+13
2006-01-06Added an RCS Id and an introductory comment.rillig1-0/+5
2006-01-06Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to getjoerg2-5/+17
2006-01-06Use SUBST framework.joerg1-4/+11
2006-01-06- It is not an error to have symlinks in pkgsrc -- just a warning. Anyrillig1-1/+6
2006-01-05Depend on cdrtools instead of cdrecord. Bump PKGREVISION.wiz1-3/+3
2006-01-05Remove GNU Autoconf's configure.lineno file if it's there.xtraeme1-1/+5
2006-01-05Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc.xtraeme1-6/+8
2006-01-05Update to 1.32:xtraeme2-4/+8
2006-01-04Handle newer versions of Berkeley DB. Our algorithm is:christos5-30/+172
2006-01-03Ask for warnings so that e.g. CONFIGURE_DIRS has overrides forjoerg1-0/+2
2006-01-03update pkg_chk to 1.64abs2-5/+6
2006-01-02Cleaned up the TODO list.rillig1-6/+0
2006-01-02- For possibly misquoted variables the current shellword state isrillig1-2/+4
2006-01-02* record with each substring its source location to be able to makerillig1-0/+2
2006-01-02Updated pkglint to 4.51. Welcome to the Fahrenheit release.rillig1-2/+2
2006-01-02- Fixed the wording of the message when CONFIGURE_DIRS and friends arerillig1-4/+4
2006-01-02- Removed the type guessing code for variables with unknown type, asrillig1-26/+3
2006-01-02- Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS.rillig1-1/+4
2006-01-01- Unquoted shell variables may appear in for loops.rillig1-6/+9
2006-01-01- Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRSrillig1-3/+2
2006-01-01- Added a check for unquoted shell variables (only with -Wextra).rillig1-8/+22
2006-01-01- Integrated checklines_patches_patch back into checkfile_patches_patch.rillig1-68/+61
2006-01-01- Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_.rillig1-2/+2
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-22/+1
2006-01-01- Added a parser for shell words.rillig1-3/+100
2005-12-31- Moved the code that checks for valid shell words into its own subroutinerillig1-21/+33
2005-12-31Updated pkglint to 4.50.rillig1-2/+2
2005-12-31Added some variables, strengthened the checks for some other variables.rillig1-4/+11
2005-12-31- Restructured the header comment.rillig3-53/+204