Age | Commit message (Expand) | Author | Files | Lines |
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 | Update pkg_chk to 1.77: | abs | 2 | -16/+33 |
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 | Modify the shlib-type script so that it doesn't need to compile anything | jlam | 1 | -2/+2 |
2006-07-21 | Remove "foo" target that's clearly a debuggging target. | jlam | 1 | -4/+1 |
2006-07-21 | Mark as using c language. This fix PLIST problem while doing | seb | 1 | -2/+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-20 | Import the following change to add/perform.c from src to pkgsrc: | gson | 2 | -4/+6 |
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 | 3 | -8/+8 |
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 | Add sysutils/install-sh and pkgtools/bootstrap-extras. | jlam | 1 | -1/+2 |
2006-07-17 | This package provides extra files and scripts needed to bootstrap pkgsrc | jlam | 6 | -0/+146 |
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 | Add but don't enable bootstrap-mk-files. We don't enable because this is | jlam | 1 | -1/+2 |
2006-07-14 | Import pkgtools/bootstrap-mk-files, which is the collection of bmake *.mk | jlam | 46 | -0/+8774 |
2006-07-14 | Update pkgmanpages to the latest version of packages.7 from HEAD src. | jlam | 2 | -10/+754 |
2006-07-14 | Create a separate pkgtools/tnftp package that is installed as part of | jlam | 2 | -1/+31 |
2006-07-14 | For the pkgtools versions of mtree and pax, always use libnbcompat | jlam | 3 | -9/+5 |
2006-07-14 | Create a separate sysutils/mtree package that is a "normal" package, | jlam | 3 | -25/+41 |
2006-07-14 | Set the CATEGORIES separately for the archivers and pkgtools versions | jlam | 1 | -1/+3 |
2006-07-14 | Create a separate "pax" package in the pkgtools category that installs | jlam | 2 | -1/+24 |
2006-07-14 | Register and package pkgtools/mtree and populate the PLIST. Also | jlam | 2 | -13/+17 |
2006-07-14 | Set NO_MTREE since this package will be used during bootstrap and we | jlam | 1 | -1/+2 |
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-12 | 3.13: add BUILDLINK_ORDER lines. | wiz | 2 | -4/+5 |
2006-07-11 | 1.8: | wiz | 2 | -6/+5 |
2006-07-11 | Swapped the order of two checks in variable_needs_quoting. Now lists of | rillig | 2 | -13/+24 |
2006-07-11 | Merged from src: | rillig | 1 | -2/+2 |
2006-07-10 | Update pkg_tools/pkg_chk to 1.76 - output the pkgdir rather than pkgname at t... | abs | 2 | -8/+7 |
2006-07-10 | mktemp is a tool, depend on it the correct way. | salo | 1 | -5/+2 |