Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-20 | Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed | jlam | 1 | -1/+2 |
2006-07-19 | Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc | jlam | 1 | -1/+2 |
2006-07-18 | USE_DIGEST is no more. | jlam | 1 | -1/+4 |
2006-07-18 | If, in a "case" statement of a shell command, foo|bar appears, this is | rillig | 1 | -2/+2 |
2006-07-18 | Oops. Debugging messages should only appear when -D<anything> is set on | rillig | 1 | -2/+2 |
2006-07-18 | - Added PKG_CONFIG to makevars.map. | rillig | 2 | -4/+11 |
2006-07-17 | Whenever a user-defined variable is used in a package, its name should | rillig | 1 | -1/+45 |
2006-07-17 | Reworked the way that .include lines are parsed, in order to get the | rillig | 1 | -15/+15 |
2006-07-17 | Improved the wording of a warning a little bit. | rillig | 1 | -2/+2 |
2006-07-17 | Added warnings for the case when the buildlink3.mk files in the package | rillig | 1 | -2/+51 |
2006-07-17 | Renamed makevar to pkgctx_vardef and varuse to pkgctx_varuse to make their | rillig | 1 | -41/+41 |
2006-07-16 | Extended the check for absolute pathnames from Makefile-patches only to | rillig | 1 | -39/+165 |
2006-07-16 | Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH. | rillig | 1 | -3/+6 |
2006-07-15 | Fixed the regular expression again. Now the stack limits are 1024 kB for | rillig | 1 | -2/+4 |
2006-07-15 | Updated pkglint to 4.67. | rillig | 1 | -2/+2 |
2006-07-15 | Fixed the very stack-consuming regular expression regex_varassign so | rillig | 1 | -3/+4 |
2006-07-14 | Another tool modifier, :bootstrap, has been added. | rillig | 1 | -2/+2 |
2006-07-13 | Add BOOTSTRAP_DEPENDS, which has the exact same semantics as | jlam | 1 | -1/+2 |
2006-07-12 | Added "umask" to the list of known shell commands. | rillig | 1 | -2/+2 |
2006-07-12 | Added UNPRIVILEGED_USER and UNPRIVILEGED_GROUP. Fixed MAKEFILE. | rillig | 1 | -2/+4 |
2006-07-11 | Swapped the order of two checks in variable_needs_quoting. Now lists of | rillig | 2 | -13/+24 |
2006-07-10 | - Make variables are allowed in BUILDLINK_PACKAGES. | rillig | 1 | -3/+3 |
2006-07-10 | Found some more variables that have been declared obsolete in February | rillig | 1 | -1/+12 |
2006-07-10 | - A comma is allowed in enumeration types. | rillig | 1 | -4/+4 |
2006-07-10 | Changed the type of COMPILER_RPATH_FLAG to an enumeration to get rid of | rillig | 1 | -2/+2 |
2006-07-10 | - The .gz extension for manual pages is not necessary, since it is | rillig | 1 | -9/+31 |
2006-07-09 | Added more tracing. Adjusted pkglint to the latest change to the | rillig | 1 | -1/+6 |
2006-07-07 | In all URLs, insist on the proper spelling of NetBSD.org. | rillig | 1 | -2/+7 |
2006-07-06 | - Fixed a null pointer exception in check_varassign. | rillig | 1 | -5/+20 |
2006-07-06 | Although EXTRACT_USING is mentioned in mk/defaults/mk.conf, its primary | rillig | 1 | -2/+2 |