Age | Commit message (Expand) | Author | Files | Lines |
2007-09-11 | Bump to 20070911 for pkg_add -u fixes. | joerg | 1 | -2/+2 |
2007-09-11 | Replaced undefined behavior with an error message. We don't expect | rillig | 1 | -5/+4 |
2007-09-11 | Removed unused variable. | rillig | 1 | -5/+2 |
2007-09-11 | Applying sizeof() to a string parameter does not return the size of the | rillig | 1 | -4/+7 |
2007-09-10 | Cleaned up the TODO list from things I don't find worth implementing. | rillig | 1 | -10/+1 |
2007-09-08 | Convert to use the features framework. | jlam | 9 | -44/+27 |
2007-09-08 | Removed the warning about pkg_add or pkg_delete "not running as root" | rillig | 2 | -13/+5 |
2007-09-08 | Avoid EPERM errors from tar when installing packages as an unprivileged | rillig | 1 | -2/+12 |
2007-09-07 | The WRKDIR and PREFIX can be saved in the log directory when a package | rillig | 2 | -2/+15 |
2007-09-07 | In unprivileged builds, the user running pkg_add and pkg_delete is | rillig | 2 | -6/+6 |
2007-09-06 | Convert all libnbcompat/buildlink3.mk references to inplace.mk. | jlam | 2 | -4/+4 |
2007-09-06 | Drop libnbcompat/buildlink3.mk and force all packages that use | jlam | 2 | -35/+2 |
2007-09-06 | Use only features available in nawk. | jlam | 1 | -3/+7 |
2007-09-06 | If waitpid was interrupt for some reason, restart it. Error out on all | joerg | 1 | -5/+6 |
2007-09-06 | Fix build on QNX. From Sean Boudreau. | joerg | 1 | -2/+9 |
2007-09-04 | Ensure undef before typedef, to avoid error when a application detect missing | obache | 1 | -3/+4 |
2007-09-04 | Fixed some internal pkglint errors. | rillig | 1 | -4/+4 |
2007-09-04 | load_lines returns false on failure, not undef. | rillig | 1 | -2/+2 |
2007-08-29 | * When adding or checking a package using pkg_admin(1), give a more | jlam | 5 | -16/+40 |
2007-08-29 | Add FILE_NAME, the name of the binary package file. | dillo | 3 | -5/+20 |
2007-08-27 | Update pkg_chk to 1.86: | abs | 3 | -70/+88 |
2007-08-25 | Only gcc understands those -W* flags for warnings. | rillig | 1 | -1/+3 |
2007-08-24 | Drop -RELEASE and similiar components of the OS version on FreeBSD as | joerg | 2 | -2/+2 |
2007-08-24 | Clean up the old log files when retrying to build a package. | rillig | 1 | -2/+3 |
2007-08-24 | Added some comments to the configuration file, to help the uninitiated | rillig | 1 | -2/+21 |
2007-08-23 | regen. | wiz | 1 | -4/+4 |
2007-08-23 | Replace reference to (obsolete) -M with tar(1). Bump date. | wiz | 1 | -5/+6 |
2007-08-23 | Added support for installation to DESTDIR. | heinz | 1 | -3/+5 |
2007-08-23 | xorg-dirs is gone. Bump to 4.79. | joerg | 2 | -4/+3 |
2007-08-22 | Fix a bug in the processing of GPG in audit-packages.conf. This should fix | adrianp | 1 | -8/+28 |
2007-08-21 | When looking for a package with a wildcard pattern, don't add the | joerg | 2 | -5/+5 |
2007-08-20 | Add DESTDIR support | agc | 2 | -11/+27 |
2007-08-20 | Add DESTDIR support | agc | 1 | -3/+6 |
2007-08-18 | x11/xorg-libs/version.mk was removed, catch up. | joerg | 1 | -2/+1 |
2007-08-17 | Remove leading spaces from PKGNAME, to cope with an old bug. | gdt | 2 | -4/+4 |
2007-08-16 | close is a function, fix C&P errors. From Aleksey Cheusov. | joerg | 4 | -15/+14 |
2007-08-16 | Work around broken default visibility in Linux (PR 36790). | joerg | 2 | -3/+7 |
2007-08-16 | Revbump sweep of all libevent consumers due to update to libevent-1.3d. | tnn | 1 | -1/+2 |
2007-08-15 | Don't hard-code tar as tar, but make it an option and use the tool | joerg | 5 | -11/+12 |
2007-08-15 | Shorten wording. | joerg | 1 | -3/+3 |
2007-08-15 | Fix grammar. From salo@ | joerg | 1 | -2/+2 |
2007-08-15 | Start abstracting pkgdb access by introducing pkgdb_pkg_file. | joerg | 5 | -44/+46 |
2007-08-15 | Make _pkgdb_getPKGDB_DIR return const char * and fix fallout. | joerg | 6 | -20/+21 |
2007-08-15 | Bail out if the PLIST contains no @name field. This check existed since | joerg | 1 | -3/+8 |
2007-08-15 | Split off the part dealing with already installed packages into | joerg | 1 | -155/+177 |
2007-08-14 | Add new option -m to pkg_add. This allows to override MACHINE_ARCH | joerg | 6 | -24/+38 |
2007-08-14 | Fix indentation. | joerg | 1 | -5/+9 |
2007-08-13 | Merge tmppkg into main variable block and remove indentation. | joerg | 1 | -82/+79 |
2007-08-13 | Check explictly for argc == 0 to find out if options where specified. | joerg | 2 | -24/+12 |
2007-08-13 | Added mk/misc/category.mk, which contains the definitions that are only | rillig | 1 | -2/+2 |