Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-05 | Bump PKGREVISION for change of PostgreSQL default version to 9.1. | obache | 1 | -2/+2 | |
2012-08-05 | If I get to fix the bugs, I might as well OWN it. | wiz | 1 | -2/+2 | |
2012-08-03 | Updated pkgtools/pkg_chk to 2.0.4 | abs | 3 | -8/+35 | |
Fix regression introduced in 2.0.1 where available binary packages would not always be listed Add licence (2 clause BSD) | |||||
2012-08-03 | Recognize make syntax (make variable) in one more place. | asau | 2 | -4/+4 | |
2012-08-02 | Updated pkgtools/pkg_chk to 2.0.3 | abs | 2 | -7/+6 | |
PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories - Ensure tmpdir is removed in the -g and -p case | |||||
2012-08-01 | Don't enforce purely aesthetic changes. | asau | 2 | -8/+9 | |
2012-08-01 | Forgot to bump version in configure.ac | imil | 1 | -4/+4 | |
2012-08-01 | 0.6.2.2 | imil | 2 | -6/+6 | |
Fixed bad size_pkg | |||||
2012-07-30 | 0.6.2.1 | imil | 2 | -6/+6 | |
0.6.2 broke build for systems lacking __UNCONST | |||||
2012-07-30 | 20120730 | imil | 2 | -11/+7 | |
Modified default behaviour for Proceed [Y/n] Sync wip with pkgsrc: pkgin 0.6.2 20120729 Rewrote narrow_match() using version_check() to avoid more dirty repositories mistakes. 20120715 Preparing pkginteractive integration. 20120530 SQLite is now part of NetBSD 6.0 base, remove it from pkgin's tree. Dependency will be added in the package. | |||||
2012-07-29 | Updated pkgtools/pkg_chk to 2.0.2 | abs | 2 | -73/+90 | |
- Fix PR#46748 Error occurs when pkg_chk is used with both "-g" & "-C conf" pkg_chk was failing if run outside of a valid pkgsrc/$category/$pkg directory - Merge in (adjusted) changes from Mike Volokhov to by default not downgrade packages if installed version is larger than that in pkgsrc or packages. Will still report, and can override with -B | |||||
2012-07-27 | Improve warning about gettext/msgfmt dependency. | wiz | 1 | -2/+2 | |
In another part pkglint already knows that BUILD_USES_MSGFMT is deprecated, so a second run would have provided the correct answer. | |||||
2012-07-27 | Ensure that SSL support is completely disabled if the user has requested | jperkin | 1 | -2/+9 | |
that we prefer pkgsrc for OpenSSL. While the latter doesn't actually work yet, it's better that we are deterministic about this and do not pick up the system OpenSSL regardless. | |||||
2012-07-27 | Pull in the correct libraries when enabling SSL support in libfetch. | jperkin | 1 | -1/+2 | |
2012-07-27 | Sync with net/libfetch/options.mk so that the bundled libfetch can be | jperkin | 1 | -2/+16 | |
correctly built without SSL support. | |||||
2012-07-22 | Recognize emacs24nox; bump version. | dholland | 2 | -5/+5 | |
2012-07-20 | pkgtools/x11-links: Mark NOT-FOR-DragonFly | marino | 1 | -1/+3 | |
There in no case on DragonFly where the X11_TYPE variable would correctly be set to "native" because there is no native X11 option available. Mask the package so it and the four packages that depend on it will never attempt to build on DragonFly. | |||||
2012-07-17 | Really bump version for comment-missing-error change. | wiz | 1 | -2/+2 | |
2012-07-17 | Make missing comments in patches an error. Bump version. | wiz | 1 | -5/+5 | |
The guide prescribes it for quite some time and it's common courtesy for packages modifying packages after you. ok gdt@ | |||||
2012-07-15 | pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGES | marino | 2 | -4/+4 | |
The mk/compiler/gcc.mk was recently updated to handle USE_LANGUAGES+= ada which requires the use of the lang/gcc-aux compiler. | |||||
2012-07-14 | regen | wiz | 1 | -11/+26 | |
2012-07-14 | mandoc -Tlint cleanup | wiz | 1 | -5/+2 | |
2012-07-14 | Update to 4.117: | wiz | 3 | -8/+19 | |
Recognize another possible permission. Reported by Bug Hunting. | |||||
2012-07-13 | Updated pkgtools/lintpkgsrc to 4.84 | abs | 4 | -5/+2167 | |
4.84: - Misparse Makefiles a little better. Check for '.' in the left hand of :S and :C operations, and also handle :U - Move files from pkglint/files to lintpkgrsc/files | |||||
2012-07-13 | lintpkgsrc files do not belong here. One could argue that a description of | abs | 3 | -2158/+0 | |
where they do belong would be unsuitable for polite conversation, but that is not the goal today... | |||||
2012-07-10 | Two more bugfixes, version++ | wiz | 1 | -2/+2 | |
2012-07-10 | Fix regex_dependency_wildcard and recognize PERL5_LICENSE. | wiz | 1 | -2/+3 | |
2012-07-10 | Bump version again for more fixes. | wiz | 1 | -2/+2 | |
2012-07-10 | Warn about space before colon in dependency line instead of FATALing out. | wiz | 1 | -4/+5 | |
Addresses part of PR 46570 by David Holland. | |||||
2012-07-10 | Do not parse Makefiles in files/ or patches/ | wiz | 2 | -4/+6 | |
Addresses another part of PR 46570 by David Holland. Bump version. | |||||
2012-07-09 | Expand permission descriptions in standard warning. | wiz | 2 | -15/+15 | |
2012-07-09 | Bump version again for more games fixes. | wiz | 1 | -2/+2 | |
2012-07-09 | Handle GAMEMODE. | wiz | 1 | -2/+2 | |
2012-07-09 | Fix USE_GAMESGROUP properties. | wiz | 1 | -2/+2 | |
2012-07-09 | Allow "." in package names (needed e.g. for gst-plugins0.10-base). | wiz | 2 | -7/+15 | |
Check package patterns in DEPENDS. Requested by diro in PR 46570. Bump version. | |||||
2012-07-09 | Recognize FETCH_USING as user-settable variable, as intended. | wiz | 1 | -1/+2 | |
Addresses a comment by diro in PR 46570. | |||||
2012-07-09 | Update to 4.111. | wiz | 1 | -2/+3 | |
2012-07-09 | Mention -e when warnings have been found and it wasn't specified. | wiz | 1 | -3/+3 | |
Update for games handling changes. | |||||
2012-07-09 | Document permissions. Addresses part of PR 46570. | wiz | 1 | -3/+19 | |
2012-07-09 | Update for recent (undocument in the guide) changes to games group handling | wiz | 2 | -5/+10 | |
2012-07-06 | adjust to current default php/python srcdir. | obache | 2 | -5/+5 | |
2012-07-06 | Add example for pkg_info -Fe, based on a suggestion by Hishashi T Fujinaka | wiz | 1 | -3/+4 | |
in PR 46654. | |||||
2012-07-05 | Update pkg_summary-utils to 0.58.2 | cheusov | 2 | -6/+6 | |
pkg_src_summary: - Fix. pkg_src_summary in distributed mode now works correctly if a master host doesn't have $PKGSRCDIR directory. | |||||
2012-07-02 | If either va_copy or __builtin_va_copy is supported, use that in the | joerg | 5 | -21/+158 | |
asprintf fallback implementation. If neither is supported, still try to work by copying va_list directly. Should fix PR 45767. | |||||
2012-06-19 | pbulk-0.50: Portability fix, use 'id' instead of 'whoami'. | jperkin | 2 | -5/+5 | |
2012-06-16 | Update to 0.58.1 | cheusov | 2 | -6/+6 | |
pkg_summary2deps: - Fix in 'pkg_summary2deps -dn' (missing pkgname if multivariant packages are present, for example py26-gtk2 and py27-gtk2) pkg_summary2leaves: - Fix. 'pkg_summary2deps -dpnra' should be used instead of 'pkg_summary2deps -dpa' More regression tests for pkg_summary2leaves and pkg_summary2deps Minor fix in pkg_uniq_summary.1 psu_funcs.awk: - new function pkgpana2pkgpath | |||||
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-06-13 | Update to 1.6, changes: | jperkin | 3 | -29/+31 | |
- Use the correct id(1) program. Fixes PR pkg/40691 - Avoid unprintable characters, some implementations of tr(1) have issues with them. Instead go for what hopefully will be a unique string, as well as making use of shell parameter substitution. Fixes PR pkg/42197 These changes combined make pkg_alternatives work correctly on Solaris. | |||||
2012-06-13 | Only do substitutions on files which need them, avoids warnings. | jperkin | 1 | -2/+2 | |
2012-06-13 | fix a copy and paste then missing edit error. | obache | 1 | -2/+2 | |