Age | Commit message (Expand) | Author | Files | Lines |
2007-08-10 | * Use stdout for printing results of vulnerable/eol packages found. | adrianp | 3 | -10/+46 |
2007-08-10 | Remove comment about importing from NetBSD. | joerg | 1 | -3/+1 |
2007-08-10 | Reword description of rebuild-tree, and point to pkg_delete -f as a | gdt | 2 | -7/+8 |
2007-08-10 | pkg_delete In the list of options, note -ff option to remove {\bf | gdt | 2 | -1/+9 |
2007-08-10 | Not my day. If I write "return 0 when at least one match was found", | joerg | 1 | -4/+4 |
2007-08-10 | Add "rebuild-tree" command to pkg_admin. It recomputes the dependencies | joerg | 4 | -7/+111 |
2007-08-10 | Contrary to its comments, CheckForPkg is meant to print all matching | joerg | 1 | -14/+44 |
2007-08-10 | Don't use ld -x or ld -X. Bump version to 20070810. | joerg | 6 | -88/+88 |
2007-08-10 | regen. | wiz | 1 | -82/+89 |
2007-08-10 | More indent for tagged lists; add key to FILES and add | wiz | 1 | -7/+13 |
2007-08-10 | Actually assign variable that tells the caller that we got a match. | joerg | 1 | -2/+3 |
2007-08-09 | Make var_set and var_get arguments always use full path names. | joerg | 4 | -12/+17 |
2007-08-09 | Remove @option extract-in-place support for now (will be the default | joerg | 5 | -87/+34 |
2007-08-09 | Change interface of is_automatic_installed and | joerg | 5 | -53/+47 |
2007-08-09 | Pass a number of strings around as const char *. | joerg | 3 | -18/+18 |
2007-08-09 | Fix segmentation fault when the package has no variables set and | joerg | 2 | -10/+17 |
2007-08-09 | Use the passed in string and Pkgdeps when calling strsep, fixing | joerg | 1 | -3/+3 |
2007-08-09 | For user-destdir installation, we need to ues the REAL_ROOT_USER. | joerg | 1 | -2/+2 |
2007-08-09 | Add DESTDIR support. | joerg | 1 | -4/+6 |
2007-08-09 | When matching a non-pattern (aka a base name), assign the correct | joerg | 1 | -3/+3 |
2007-08-08 | Replace note_whats_installed, add_to_list_fn and generally most | joerg | 13 | -340/+586 |
2007-08-08 | New sentence, new line; use more markup; fix a typo. | wiz | 1 | -6/+13 |
2007-08-08 | Fix build on Solaris by including fcntl.h, needed for O_RDONLY definition. | tnn | 2 | -2/+8 |
2007-08-08 | pkg_rolling-replace-0.10: | tnn | 3 | -37/+74 |
2007-08-07 | Drop trailing whitespace. | wiz | 1 | -2/+2 |
2007-08-07 | No need for PKGREVISION for tnftp-20070806. | lukem | 1 | -2/+1 |
2007-08-06 | Update to pkg_rolling-replace-0.6: | tnn | 2 | -21/+31 |
2007-08-05 | Use full parameter lists in macros to avoid bogus replacements. | tnn | 1 | -5/+5 |
2007-08-05 | s//etc/${PKG_SYSCONFDIR}/ | adrianp | 1 | -2/+3 |
2007-08-05 | Correctly handle ordering NULL -- this greatly simplifies using it | joerg | 2 | -6/+17 |
2007-08-05 | Don't compare a function name against NULL, master_mode is meant here. | joerg | 3 | -6/+6 |
2007-08-05 | Do SUBST handling in post-patch instead of pre-configure. This makes | tnn | 1 | -3/+3 |
2007-08-05 | Tru64 doesn't have strtoll, but alpha is a pure LP64 platform so we can | tnn | 1 | -1/+5 |
2007-08-05 | Add quotes around sed scripts. | tnn | 1 | -3/+3 |
2007-08-05 | Add some useful comments. | tnn | 1 | -1/+7 |
2007-08-05 | No sin_len on digital unix derivatives. (xxx: time for a configure test?) | tnn | 1 | -2/+3 |
2007-08-05 | Detect grp.h. Regen. | joerg | 3 | -16/+22 |
2007-08-04 | Try hard to get 64bit offsets in all modules, fixing misunderstandings | joerg | 2 | -3/+37 |
2007-08-03 | Bump version to 20070803 after fixing a crash when generating Tiger hashes | tnn | 2 | -11/+11 |
2007-08-03 | Allocate enough storage space to hold a tiger hash. Corrects a | tnn | 1 | -3/+3 |
2007-08-03 | Fix bootstrap issues reported by tnn@ | joerg | 3 | -13/+26 |
2007-08-03 | The forced disabling of zlib and bzip2 was meant for testing only, | joerg | 1 | -4/+1 |
2007-08-03 | Bump date for last change. | joerg | 2 | -3/+3 |
2007-08-03 | - only build pkg_admin, pkg_create and pkg_info for --enable-bootstrap | joerg | 16 | -295/+842 |
2007-08-03 | pkg_rolling-replace-0.5: | tnn | 2 | -5/+4 |
2007-08-02 | regen. | wiz | 2 | -8/+8 |
2007-08-02 | Bump date for fixed paths. | wiz | 2 | -4/+4 |
2007-08-02 | Update some paths on ftp.NetBSD.org. | wiz | 3 | -9/+9 |
2007-08-02 | Include inttypes.h if it exists. Fixes issues on OSF/1 as reported | joerg | 6 | -4/+27 |
2007-08-02 | Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk". | tron | 1 | -1/+3 |