Age | Commit message (Expand) | Author | Files | Lines |
2005-11-28 | Correct PAX_CMD to be pax. | ben | 1 | -2/+2 |
2005-11-23 | Conditionally include header files, and include nbcompat.h | ben | 1 | -1/+17 |
2005-11-23 | Sync with src. Remove unused variable argc from apply_perms(). | ben | 1 | -3/+2 |
2005-11-23 | Remove unused variables, fix variable names to avoid shadowing globals, | ben | 3 | -21/+23 |
2005-11-22 | Reduce the use of the system() function in pkg_install to avoid quoting | ben | 14 | -221/+425 |
2005-11-17 | Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install can | erh | 1 | -1/+2 |
2005-11-14 | Sync with src/usr.sbin/pkg_install: | dillo | 2 | -5/+5 |
2005-11-14 | Remove obsolete file from OBJS also. | dillo | 1 | -2/+2 |
2005-11-13 | Sync with basesrc: do not use errx in dewey.c; handle -1 return value | wiz | 2 | -6/+11 |
2005-11-13 | Remove obsolete file. | wiz | 1 | -76/+0 |
2005-11-08 | Sync with basesrc 1.3: | wiz | 1 | -15/+3 |
2005-11-07 | Update to 20051107: Fix pkg_info -B against binary packages. | dillo | 2 | -6/+4 |
2005-11-07 | Sync with basesrc: | wiz | 1 | -3/+3 |
2005-11-07 | Aren't we forgetting something here? | tv | 1 | -1/+18 |
2005-11-07 | Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location of | jlam | 2 | -3/+5 |
2005-11-07 | INSTALL_SCRIPT_ENV wasn't being defined to include a definition for | jlam | 1 | -1/+2 |
2005-11-06 | In the "update" target, use "${UPDATE_TARGET}" to install the new | jlam | 1 | -2/+2 |
2005-11-06 | Remove @exec from PLIST and put the action into an INSTALL script instead. | jlam | 3 | -40/+65 |
2005-11-06 | Use config.h and add appropriate #if HAVE_FOO_H. | wiz | 2 | -4/+36 |
2005-11-05 | Add new files. | wiz | 1 | -3/+3 |
2005-11-05 | Not needed. | wiz | 2 | -193/+0 |
2005-11-05 | Sync with base system as of Sat Nov 5 13:19:32 UTC 2005. | wiz | 27 | -436/+1317 |
2005-10-30 | Treat FTP error 450 like 550, otherwise pkg_add from a proftpd server | joerg | 2 | -5/+5 |
2005-10-07 | Remove CONFIGURE_ARGS setting --mandir as this is now done for | reed | 1 | -2/+3 |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -4/+4 |
2005-07-25 | Pull over change from src/usr.sbin/pkg_install: | hubertf | 1 | -4/+11 |
2005-07-25 | Pull over this change from src/usr.sbin/pkg_install (-current): | hubertf | 1 | -14/+18 |
2005-07-18 | Sync over files from src/usr.sbin/pkg_install to fix PR pkg/30658: | hubertf | 3 | -23/+9 |
2005-06-13 | Use += to not override previous USE_TOOLS setting. | jlam | 1 | -2/+2 |
2005-06-10 | add autoconf test for missing (like in openbsd-3.6) or broken (like | dmcmahill | 5 | -15/+1429 |
2005-06-07 | List shell tools that are needed by the pkg_view and linkfarm scripts. | jlam | 1 | -1/+5 |
2005-06-02 | Include netdb.h for Solaris. From Neil Hoggarth in PR 30399. | wiz | 1 | -2/+5 |
2005-05-30 | Sync with base 1.53: Comment out too noisy warning. | wiz | 1 | -2/+6 |
2005-05-30 | Update to 20050530: | wiz | 17 | -108/+167 |
2005-05-29 | Sync with 20050529 in src/. | minskim | 2 | -5/+5 |
2005-05-28 | - pull in the changes from usr.sbin which prevent an over flow | dmcmahill | 4 | -19/+25 |
2005-05-16 | Note that this package wants mtree, pax, and tar. | jlam | 1 | -1/+2 |
2005-05-10 | Output the error string when renaming a dependency file fails. This has | rillig | 1 | -3/+3 |
2005-05-06 | Sync with usr.sbin/pkg_install/add/pkg_add.1 v1.59. | wiz | 2 | -21/+65 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-20 | Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>: | hubertf | 2 | -6/+6 |
2005-03-11 | Never access argv[i+1] before you know that argv[i] != NULL. Approved | rillig | 1 | -6/+6 |
2005-03-07 | Bring over the clearer mismatch warning message from src. | agc | 1 | -3/+3 |
2005-02-21 | sync with src: | grant | 1 | -3/+3 |
2005-02-20 | sync with src: | grant | 1 | -3/+3 |
2005-02-14 | Redo previous; follow the new idiom of quoting variables ("\"${XYZ}"\") | uebayasi | 1 | -5/+5 |
2005-02-12 | Quote command strings to be passed to configure script. | uebayasi | 1 | -5/+5 |
2005-02-11 | regen from man page update. pointed out by jlam@ - thanks! | grant | 1 | -6/+3 |
2005-02-10 | pull in binary pkg handling changes from src: | grant | 5 | -31/+14 |
2005-02-05 | Pull in documentation improvements and a minor change to allow building | jlam | 4 | -17/+17 |