summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-12-06Fixed the Assertion error on .include lines that end in trailingrillig1-3/+6
2006-12-06texmf-dirs is up to 1.4.wiz1-1/+2
2006-12-01Added the CHECK_* variables.rillig1-3/+12
2006-11-25Fixed some typos in the pkglint documentation. Reported by OKANOrillig2-5/+5
2006-11-22+ BSD_MAKE_ENVrillig1-1/+2
2006-11-18PKG_SKIP_REASON is marked as deprecated, since it is usually used torillig1-1/+2
2006-11-09Variable names don't need to be quoted.rillig1-3/+3
2006-11-09Some minor tweaks; added DESTDIR.rillig1-4/+5
2006-11-09+ SKIP_PORTABILITY_CHECKrillig1-1/+4
2006-11-01Add PKG_DESTDIR_SUPPORT to variable list. Bump to 4.73.joerg2-3/+4
2006-10-30Added a warning that ${VARIABLES} in the DESCR file are not expanded.rillig1-2/+8
2006-10-24Fixed a typo in the absolute pathname checks.rillig1-4/+8
2006-10-23Update to 4.72: check for .tbz as well as .tgzabs2-4/+4
2006-10-22Fixed a heading.rillig2-4/+3
2006-10-22Absolute pathnames may appear in the form basedirvar + '/man1' in sourcerillig1-1/+4
2006-10-18Added CHECK_FILES_SUPPORTED and some Postgres variables.rillig1-1/+5
2006-10-17The absolute pathname /bin/sh is allowed, despite the Solaris /bin/sh.rillig1-1/+6
2006-10-12${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed.joerg1-1/+3
2006-10-07When patch files are registered in the distinfo file, but not added orrillig1-8/+22
2006-10-06Added a check that suggests using meta-pkgs/kde3/kde3.mk instead ofrillig1-1/+9
2006-10-05Improved the heuristics for absolute pathnames.rillig1-5/+8
2006-10-05In package Makefiles, SITES.* should be defined right below DISTFILES.rillig1-24/+43
2006-10-02Update pkgtools/pkglint to 4.71 - lintpkgsrc changes:abs2-1380/+1538
2006-10-01SITES.* may be used in package Makefiles.rillig1-2/+3
2006-09-27De-recognise XFree86. Update to 4.70.joerg2-5/+4
2006-09-20MAKEFILE has been deprecated in September, not November.rillig1-2/+2
2006-09-19Added a check for tools that are used but not mentioned in USE_TOOLS.rillig1-20/+37
2006-09-18Fixed a huge memory leak in pkglint. Checking the complete pkgsrc treerillig1-6/+21
2006-09-16Updated pkglint to 4.69.rillig1-2/+2
2006-09-15The :M* operator is only needed when the package has a GNU-stylerillig1-3/+17
2006-09-09MAKEFILE has been renamed to MAKE_FILE.obache2-3/+6
2006-09-08TODO:rillig1-1/+2
2006-09-08Improved the heuristics for detecting absolute pathnames.rillig2-6/+9
2006-08-31Made the shell word parser accept \$$ as a token. This avoids anrillig1-3/+4
2006-08-30The *.mk files need two passes to make the BUILD_DEFS check workrillig1-9/+19
2006-08-28Variable names may contain simply nested variables. This allows therillig1-2/+6
2006-08-04Updated pkglint to 4.68.rillig1-2/+2
2006-08-04Added more code to the shell word parser so that it can parse variables,rillig1-3/+9
2006-08-01Pkglint can now resolve a plain occurrence of ${DISTNAME} in PKGNAME,rillig1-1/+7
2006-07-30Remove leading zero in date.wiz2-3/+3
2006-07-29Since dots are common in pathnames, include them when looking forrillig1-2/+2
2006-07-29Pkglint now recognizes .include <foo> directives, which is necessary forrillig1-10/+29
2006-07-28The shell command lines in Makefiles are split into words, which are thenrillig1-1/+10
2006-07-27Renamed *_SITE_* to *_SITES_*.rillig1-3/+3
2006-07-27DYNAMIC_MASTER_SITES is gone.rillig3-15/+6
2006-07-27Some minor tweaks.rillig1-7/+9
2006-07-27Updated the man page.rillig2-25/+10
2006-07-27Removed the --debug option, which has been superseded by the variousrillig1-85/+211
2006-07-27Fixed a duplicate ID.rillig1-2/+2
2006-07-24In addition to ${SED} and ${TR}, sed and tr should not be used in therillig1-8/+35