Age | Commit message (Expand) | Author | Files | Lines |
2006-11-09 | Variable names don't need to be quoted. | rillig | 1 | -3/+3 |
2006-11-09 | Some minor tweaks; added DESTDIR. | rillig | 1 | -4/+5 |
2006-11-09 | + SKIP_PORTABILITY_CHECK | rillig | 1 | -1/+4 |
2006-11-01 | Add PKG_DESTDIR_SUPPORT to variable list. Bump to 4.73. | joerg | 2 | -3/+4 |
2006-10-30 | Added a warning that ${VARIABLES} in the DESCR file are not expanded. | rillig | 1 | -2/+8 |
2006-10-24 | Fixed a typo in the absolute pathname checks. | rillig | 1 | -4/+8 |
2006-10-23 | Update to 4.72: check for .tbz as well as .tgz | abs | 2 | -4/+4 |
2006-10-22 | Fixed a heading. | rillig | 2 | -4/+3 |
2006-10-22 | Absolute pathnames may appear in the form basedirvar + '/man1' in source | rillig | 1 | -1/+4 |
2006-10-18 | Added CHECK_FILES_SUPPORTED and some Postgres variables. | rillig | 1 | -1/+5 |
2006-10-17 | The absolute pathname /bin/sh is allowed, despite the Solaris /bin/sh. | rillig | 1 | -1/+6 |
2006-10-12 | ${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed. | joerg | 1 | -1/+3 |
2006-10-07 | When patch files are registered in the distinfo file, but not added or | rillig | 1 | -8/+22 |
2006-10-06 | Added a check that suggests using meta-pkgs/kde3/kde3.mk instead of | rillig | 1 | -1/+9 |
2006-10-05 | Improved the heuristics for absolute pathnames. | rillig | 1 | -5/+8 |
2006-10-05 | In package Makefiles, SITES.* should be defined right below DISTFILES. | rillig | 1 | -24/+43 |
2006-10-02 | Update pkgtools/pkglint to 4.71 - lintpkgsrc changes: | abs | 2 | -1380/+1538 |
2006-10-01 | SITES.* may be used in package Makefiles. | rillig | 1 | -2/+3 |
2006-09-27 | De-recognise XFree86. Update to 4.70. | joerg | 2 | -5/+4 |
2006-09-20 | MAKEFILE has been deprecated in September, not November. | rillig | 1 | -2/+2 |
2006-09-19 | Added a check for tools that are used but not mentioned in USE_TOOLS. | rillig | 1 | -20/+37 |
2006-09-18 | Fixed a huge memory leak in pkglint. Checking the complete pkgsrc tree | rillig | 1 | -6/+21 |
2006-09-16 | Updated pkglint to 4.69. | rillig | 1 | -2/+2 |
2006-09-15 | The :M* operator is only needed when the package has a GNU-style | rillig | 1 | -3/+17 |
2006-09-09 | MAKEFILE has been renamed to MAKE_FILE. | obache | 2 | -3/+6 |
2006-09-08 | TODO: | rillig | 1 | -1/+2 |
2006-09-08 | Improved the heuristics for detecting absolute pathnames. | rillig | 2 | -6/+9 |
2006-08-31 | Made the shell word parser accept \$$ as a token. This avoids an | rillig | 1 | -3/+4 |
2006-08-30 | The *.mk files need two passes to make the BUILD_DEFS check work | rillig | 1 | -9/+19 |
2006-08-28 | Variable names may contain simply nested variables. This allows the | rillig | 1 | -2/+6 |
2006-08-04 | Updated pkglint to 4.68. | rillig | 1 | -2/+2 |
2006-08-04 | Added more code to the shell word parser so that it can parse variables, | rillig | 1 | -3/+9 |
2006-08-01 | Pkglint can now resolve a plain occurrence of ${DISTNAME} in PKGNAME, | rillig | 1 | -1/+7 |
2006-07-30 | Remove leading zero in date. | wiz | 2 | -3/+3 |
2006-07-29 | Since dots are common in pathnames, include them when looking for | rillig | 1 | -2/+2 |
2006-07-29 | Pkglint now recognizes .include <foo> directives, which is necessary for | rillig | 1 | -10/+29 |
2006-07-28 | The shell command lines in Makefiles are split into words, which are then | rillig | 1 | -1/+10 |
2006-07-27 | Renamed *_SITE_* to *_SITES_*. | rillig | 1 | -3/+3 |
2006-07-27 | DYNAMIC_MASTER_SITES is gone. | rillig | 3 | -15/+6 |
2006-07-27 | Some minor tweaks. | rillig | 1 | -7/+9 |
2006-07-27 | Updated the man page. | rillig | 2 | -25/+10 |
2006-07-27 | Removed the --debug option, which has been superseded by the various | rillig | 1 | -85/+211 |
2006-07-27 | Fixed a duplicate ID. | rillig | 1 | -2/+2 |
2006-07-24 | In addition to ${SED} and ${TR}, sed and tr should not be used in the | rillig | 1 | -8/+35 |
2006-07-22 | Policy change: Instead of the tool variables (for example ${CP}), the | rillig | 1 | -14/+38 |
2006-07-22 | Don't warn about the GNU_CONFIGURE/USE_LANGUAGES combination when a | rillig | 1 | -3/+8 |
2006-07-21 | Fixed the regular expression to detect whether USE_LANGUAGES contains | rillig | 2 | -4/+4 |
2006-07-21 | BUILD_ENV has been renamed to PKGSRC_MAKE_ENV. | jlam | 1 | -1/+2 |
2006-07-21 | Parameters to subroutines are passed in @_, not in $@. Added a paragraph | rillig | 1 | -2/+10 |
2006-07-21 | Warn if GNU_CONFIGURE is set but USE_LANGUAGES does not contain "c", since | rillig | 1 | -1/+14 |