Age | Commit message (Expand) | Author | Files | Lines |
2007-08-14 | Remove bootstrap-register, bootstrap was changed a while ago to use | joerg | 1 | -10/+1 |
2007-08-14 | Fix a number of bugs in the DESTDIR support: | joerg | 3 | -5/+13 |
2007-08-14 | Don't remove the whole metadata directory in _flavor-clean-metadata... | jlam | 1 | -3/+4 |
2007-08-14 | Teach the pkgsrc/mk/checksum/checksum script how to verify patches by | jlam | 2 | -50/+70 |
2007-08-14 | Strip out *all* of the lines containing NetBSD RCS ID tags that may | jlam | 1 | -12/+5 |
2007-08-14 | Protect the template NetBSD RCS ID tag from being expanded. | jlam | 1 | -4/+4 |
2007-08-14 | Move the code that generates distinfo to a standalone AWK script. | jlam | 3 | -58/+410 |
2007-08-14 | Drop EMACS_USE_POP, EMACS_USE_X and EMACS_USE_X_TOOLKIT from the | jlam | 1 | -21/+1 |
2007-08-14 | Avoid checking whether PKG_OPTIONS_DEPRECATED_WARNINGS is defined in | jlam | 1 | -9/+9 |
2007-08-14 | Return the documentation for FOO.<param> or FOO.${param} when help for | rillig | 1 | -3/+8 |
2007-08-14 | Rewrote the header comment. | rillig | 1 | -11/+23 |
2007-08-14 | s/accept all licenses/bypass license checks/ | gdt | 1 | -2/+2 |
2007-08-14 | Checksum checks only make sense when distinfo is also present, so | joerg | 1 | -3/+2 |
2007-08-14 | Don't print the message for the distribution patches if there aren't any. | rillig | 1 | -2/+2 |
2007-08-14 | _ACCEPTABLE is used by some bulk builders. | rillig | 1 | -1/+4 |
2007-08-13 | Suppress the "depends on installed package(s)" message so it doesn't get | jlam | 1 | -2/+2 |
2007-08-13 | Factor out _REPLACE_NEWNAME_CMD. | gdt | 1 | -17/+21 |
2007-08-13 | Fixed the definition and the documentation of MAKE_PROGRAM. | rillig | 1 | -7/+8 |
2007-08-13 | PKGNAME and PKGPATH will never contain characters that need to be | rillig | 1 | -5/+3 |
2007-08-13 | APACHE_PKG_PREFIX can be ap22. | rillig | 1 | -2/+2 |
2007-08-13 | Reworked the way the needed tools for the "patch" phase are determined. | rillig | 1 | -18/+11 |
2007-08-13 | Replaced the comment at the beginning of the file with a useful one. It | rillig | 1 | -23/+35 |
2007-08-13 | When PKG_DEBUG_LEVEL is 2 or more, the make target is printed for every | rillig | 1 | -2/+2 |
2007-08-13 | Made the code simpler: | rillig | 1 | -40/+23 |
2007-08-13 | Added mk/misc/category.mk, which contains the definitions that are only | rillig | 2 | -41/+46 |
2007-08-13 | Fixed joerg's failed try to support invoking make(1) as ./make or similar. | rillig | 1 | -4/+5 |
2007-08-13 | Moved the stuff that is common to all directories of pkgsrc into its own | rillig | 3 | -51/+52 |
2007-08-13 | This file doesn't need the multiple-inclusion guards. | rillig | 1 | -6/+1 |
2007-08-13 | build-env is no longer defined in bsd.pkg.debug.mk. | rillig | 1 | -2/+2 |
2007-08-13 | Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_LEVEL=0. | rillig | 1 | -2/+2 |
2007-08-13 | Prevented the files check from being confused by concurrent instances of | rillig | 1 | -1/+3 |
2007-08-13 | RESTRICTED does not need quotes. | rillig | 1 | -2/+2 |
2007-08-13 | rpm2pkg is actually in ${PREFIX}/sbin. | jlam | 1 | -2/+2 |
2007-08-11 | Reverted everything that had not been mentioned in the previous commit | rillig | 1 | -22/+1 |
2007-08-11 | When calling gcc to extract the version number, pass down | joerg | 1 | -2/+2 |
2007-08-11 | pkg_info -Q does not print a newline if a variable isn't defined at all | rillig | 1 | -1/+23 |
2007-08-11 | add missing \, reported my Mark Perkins | gdt | 1 | -2/+2 |
2007-08-10 | store +REQUIRED_BY and +INSTALLED_INFO in work/.replace-FOO rather | gdt | 1 | -7/+12 |
2007-08-10 | Try a bit harder to guess which mk.conf the user is using, when | joerg | 1 | -2/+10 |
2007-08-10 | Rename the generate-metadata and clean-metadata targets to _flavor- style | jlam | 2 | -14/+14 |
2007-08-10 | Remove ${WRKDIR}/.pkgdb during "install-clean" as that directory | jlam | 2 | -3/+8 |
2007-08-10 | Give rpm2pkg a standard variable name "RPM2PKG" and teach GNU configure | jlam | 1 | -1/+3 |
2007-08-08 | Skip blank lines in +REQUIRED_BY files so that we don't error out trying | jlam | 1 | -1/+2 |
2007-08-08 | Need to also unset unsafe_depends_strict along with unsafe_depends here. | tnn | 1 | -2/+2 |
2007-08-08 | Fix some typos in comments, no functional change | dsainty | 1 | -5/+5 |
2007-08-08 | Added option gnuradio-radio-astronomy used by meta-pkgs/gnuradio | wulf | 1 | -0/+1 |
2007-08-08 | Change the meaning of unsafe_depends to mean that a dependency has | gdt | 1 | -3/+9 |
2007-08-08 | Improve previous: Per tnn@ suggestion, don't do pkg_admin unset unless | gdt | 1 | -6/+17 |
2007-08-07 | Remove unsafe_depends and rebuild tags from a package just before | gdt | 1 | -3/+6 |
2007-08-06 | Encode the generated HTML properly, taken from genreadme.awk | adrianp | 1 | -3/+7 |