Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-07 | Yet Another Groff Version, version 1.19.1, present in some release of Gentoo. | dsainty | 2 | -3/+5 | |
2009-08-06 | regen. | wiz | 1 | -1/+1 | |
2009-08-06 | Bump date for CHECK_LICENSE. | wiz | 1 | -2/+2 | |
2009-08-06 | regen. | wiz | 1 | -1/+1 | |
2009-08-06 | Bump date for -k. | wiz | 1 | -2/+2 | |
2009-08-06 | regen. | wiz | 1 | -1/+1 | |
2009-08-06 | Bump date for previous. | wiz | 1 | -2/+2 | |
2009-08-06 | pkg_install-20090806: | joerg | 13 | -34/+130 | |
- pkg_add: add support to check license conditions before installation - pkg_delete: add -k option to skip over preserve packages. | |||||
2009-08-02 | pkg_install-20090727: | joerg | 27 | -154/+120 | |
Make pkg_install WARNS=4 clean and fix a number of lint warnings. Based on reports from veego about warnings with older GCC releases in pkg_delete, where a variable is potentially used uninitialized. | |||||
2009-07-31 | Updated url2pkg to 2.11. | rillig | 1 | -2/+2 | |
Changes since 2.10: - Added PKG_DESTDIR_SUPPORT - Fixed LICENSE handling | |||||
2009-07-31 | Added PKG_DESTDIR_SUPPORT, as suggested by Kamel Ibn Hassen Derouiche on | rillig | 1 | -3/+6 | |
tech-pkg. Commented out the LICENSE definition, since pkg_admin is very picky about invalid values. Having either "" or "LICENSE" as the value doesn't let you even fetch and extract the distfiles. | |||||
2009-07-26 | Fixed the parser for shell commands, so that it recognizes the $$$$ | rillig | 1 | -2/+4 | |
variable. | |||||
2009-07-26 | Added support for LICENSE_FILE, OPSYSVARS and @pkgdir. | rillig | 1 | -1/+26 | |
2009-07-26 | Add mpl-1.0 (Mozilla Public License), and allow it by default. | wiz | 1 | -2/+2 | |
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.) | |||||
2009-07-24 | pkg_install-20070724: | joerg | 5 | -11/+18 | |
- license handling: accept upper case letters. Keep license checks case-sensitive as done in the older pkgsrc logic. Document this. OK dillo@, schmonz@, wiz@ - pkg_info: - fix handling of non-packages, that are valid archives - invert order of pkg_info -r to better match the expectations of make update. | |||||
2009-07-22 | Don't suggest to use obsolete features. | rillig | 1 | -3/+3 | |
2009-07-22 | Use gzcat for the pkg_summary file, fixes Solaris. | sketch | 2 | -6/+8 | |
2009-07-22 | Mark USE_DIRS as deprecated. | wiz | 1 | -1/+2 | |
2009-07-22 | Remove USE_DIRS handling. | wiz | 2 | -54/+8 | |
Warn about obsolete @dirrm. Add an XXX for hicolor-icon-theme check. | |||||
2009-07-22 | Remove USE_DIRS from pkgsrc. | wiz | 1 | -2/+1 | |
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html | |||||
2009-07-17 | Added the ability to resolve simple variable references of the form | rillig | 1 | -2/+34 | |
${VARNAME} into their values. This was intended to fix the false positive warnings about missing distinfo files, but it cannot handle database/ruby-gdbm for example, because _RUBY_VER_MAJOR uses pattern substitution. Run pkglint with -Dtrace,misc and look for resolve_var to see what happens up to now. | |||||
2009-07-17 | Variables that are defined by the package may be used as shell commands. | rillig | 1 | -1/+6 | |
2009-07-16 | Change the logic from | abs | 1 | -3/+3 | |
#ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work... | |||||
2009-07-15 | Add "mpl-1.1" and "zpl" to the license which are accepted by default. | tron | 1 | -2/+4 | |
2009-06-17 | pkg_rolling-replace-0.17: | tnn | 2 | -5/+4 | |
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of "pkg_info -B" coupled with awk magic. The previous regexp didn't account for packages that have PREV_PKGPATH set, and blew up while replacing for example mail/sylpheed and multimedia/ffmpeg. | |||||
2009-06-15 | Complete last change to make this package build again. | tron | 1 | -3/+2 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -5/+1 | |
2009-06-14 | Drop @dirrm related logic. Bump version. | joerg | 2 | -12/+3 | |
2009-06-14 | Drop @dirrm logic. Bump version. | joerg | 2 | -21/+4 | |
2009-06-14 | Drop now redundant @unexec ${RMDIR} | joerg | 1 | -3/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 14 | -97/+14 | |
2009-06-14 | Never run the license check for this package to allow a proper update | joerg | 1 | -1/+2 | |
path. | |||||
2009-06-13 | Documented the most recent change. | rillig | 1 | -1/+6 | |
2009-06-13 | Introduced the emulation framework to pkglint. | rillig | 2 | -2/+41 | |
2009-06-10 | pkg_install-20090610: | joerg | 2 | -15/+34 | |
Improve diagnostic around license handling. | |||||
2009-06-10 | Fix PLIST. | joerg | 2 | -3/+4 | |
2009-06-08 | pbulk-0.40: | joerg | 3 | -8/+7 | |
Use plain sed to extract RCS IDs. GNU ident has issues with unexpanded RCS IDs. | |||||
2009-06-08 | Add forgotten file from pbulk-base split off. | joerg | 1 | -0/+13 | |
2009-06-08 | add & enable pkgin | imil | 1 | -1/+2 | |
2009-06-08 | pkgin is aimed at being an apt / yum like tool for managing | imil | 6 | -0/+94 | |
pkgsrc binary packages. It relies on pkg_summary(5) for installation, removal and upgrade of packages and associated dependencies, using a remote repository. OK'd by seb@ | |||||
2009-06-07 | Split pbulk into pbulk-base (the backend programs) and pbulk (rest). | joerg | 7 | -53/+72 | |
2009-06-07 | pbulk-0.38: | joerg | 2 | -3/+5 | |
Skip lines starting with # in the limited list. | |||||
2009-06-05 | libnbcompat-20090605: | joerg | 6 | -15/+297 | |
Add support for stdbool.h. Tested by sketch on Solaris (where stdbool.h only works in C99 mode). | |||||
2009-06-03 | Fix typo. | joerg | 1 | -2/+2 | |
2009-06-03 | Add miros to the default accepted licenses. | ahoka | 1 | -2/+2 | |
2009-05-28 | pkg_install-20090528: | joerg | 2 | -5/+5 | |
I can't remember why the original pkg_install-renovation code disabled extraction of ownership from packages, so reenable that. | |||||
2009-05-27 | Sync license list with mk/license.mk. | joerg | 1 | -2/+2 | |
2009-05-27 | pkg_install-20090527: | joerg | 2 | -8/+13 | |
Try harder to mimic the old pkg_delete behavior and provide a topologically sorted output for pkg_info -r. Bail out on dependency cycles based on recursion depth, currently 64K. | |||||
2009-05-26 | Shell comments may be hidden using @, as they have no side effects. | rillig | 1 | -2/+5 | |
2009-05-19 | Avoid adding unnecessary lines for GConf. | wiz | 2 | -5/+3 | |
Bump version to 2.10. |