summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-10-02Also commit changes to buildlink3 files. Ride today's version bump.wiz1-3/+3
2012-10-02Improve description of makebump.manual handling. Noted by tron.wiz2-5/+6
Bump version.
2012-10-02Increase version number to 0.71 instead of bumping the revision. Alsotron2-5/+4
increase the minimum required version to 0.71.
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron1-1/+2
There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail.
2012-10-02Ensure that MACHINE_ARCH from pkgsrc is used rather than the defaultjperkin1-2/+5
value from make or uname. Removes "x86_64 != i386" warnings from pkgin on 64-bit Solaris. Bump PKGREVISION.
2012-09-30"user-destdir" was made default, don't set it. Bump version.asau2-6/+3
2012-09-16Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move themcheusov2-3/+6
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@
2012-09-16Drop back to diff without -p before giving up because of rcsids appearingdholland2-4/+19
in the diff output. Also, improve the error message that occurs if this also fails. Fixes PR 46962.
2012-09-15Do not warn about setting PKG_DESTDIR_SUPPORT any longer, it is nowwiz3-11/+4
set by default by the infrastructure. Remove highly obsolete TODO entry about destdir. Bump version.
2012-09-15recursive bump from libffi shlib major bumpobache3-6/+6
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau60-151/+60
2012-09-09Bump version for mspo's file::find change.dholland1-2/+2
2012-09-09use file::find to save memory in lintpkgsrc- should never grow more than ↵mspo1-13/+34
25MB now -- makes no effort to clean up empty directories, so that is still fixable
2012-09-08DEPENDS on pkg_summary-utils>=0.58.4; ++pkgrevisioncheusov1-3/+3
2012-09-08DEPENDS on pkg_summary-utils>=0.58.4; ++pkgrevisioncheusov1-2/+3
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-09-07Update to pkg_summary-utils-0.58.4cheusov2-6/+6
pkg_summary2deps: - Mode -cs now works correctly with patterns like "py*-dbus<0.71". A few regression tests for this case were added.
2012-09-02DEPENDS on pkg_summary-utils>=0.58.3, ++pkgrevisioncheusov1-2/+3
2012-09-02Update to version 0.45.1cheusov2-6/+6
On slave hosts run distbb_wrapper with "env DISTBB_CONF=$DISTBB_CONF". Fix may fix some setups.
2012-09-01Updated pkgtools/pkg_chk to 2.0.6abs2-7/+7
Set "USE_TOOLS+= bzcat:run" so pkg_chk can read .bz2 pkg_summary files
2012-09-01Update to 0.58.3cheusov2-6/+6
pkg_summary2deps: - Fix a bug with {alter,nat}/ive dependencies. More regression tests were added.
2012-08-29Bump version number to 3.2.3 after recent "zlib" compatibility fix.tron1-3/+2
No reason to use revisions on this package.
2012-08-28Updated pkgtools/pkg_chk to 2.0.5abs2-79/+141
- PR/41321 - handle packages which generate multiple pkgnames from the same pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz" - Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt - Drop support for old pkg_chk-summary file
2012-08-26Follow suit -- change to 2-clause BSD, and adapt Makefile LICENSE variable.wiz2-22/+15
2012-08-26Change to a 2-clause licen[cs]e.agc1-22/+14
2012-08-26Update to 0.45.0cheusov3-9/+9
Fix rare failures in "Clean" target. Thanks to David Holland! New configuration variable SEND_REPORT_FIRST was introduced. Boolean variables MASTER_MODE, CROSS_COMPILE, SEND_REPORT_FIRST accepts values true|yes|1 for logical TRUE and false|no|0 for logical FALSE. This may fix some hacks in single node setups. During upload rsync may unexpectedly fail due to connection failure. In order to resolve this problem, upload may be repeated several times. The following variables were introduced for this purpose: UPLOAD_PKGS_ATTEMPTS, UPLOAD_PKGS_PAUSE, UPLOAD_LOGS_ATTEMPTS, UPLOAD_LOGS_PAUSE. Progress messages now better illustrates internal structure of the build process. Option -a was added to distbb(1) in order to build updates for quarter releases more efficiently. stage_checks: - double underline in "checks" filename means _ in the report text, single underline means space. - one more check for broken pkg_summary (REQUIRES field). It checks for libraries under /tmp, /home, /srv and /work directories. stage_upload_logs: - huge pkg_enriched_summary.txt is not uploaded README was updated Minor clean-ups
2012-08-26Update to 0.10.1cheusov3-21/+6
Fix gawk warning message appeared on Linux and other systems nih install: - commands like 'nih install _ package-' now works correctly - much better messages are output when update plan failed to build - option -p was added in order to skip REQUIRES/PROVIDES checks 'nih status -Aa' doesn't output status of uninstalled packages Fixes and improvements in nih.1
2012-08-26Improve expand_permission some more. Should fix thewiz2-9/+9
Use of uninitialized value in concatenation (.) or string at /usr/pkg/bin/pkglint line 4777. warnings. Bump version.
2012-08-26Add more documentation.wiz1-1/+45
2012-08-26+ mksandbox.wiz1-1/+2
2012-08-26Import mksandbox-1.0 as pkgtools/mksandbox.wiz5-0/+561
A small shell script to set up a sandbox (usually for a pkgsrc bulk build), using null mounts. The file lived in pkgsrc/mk/bulk/mksandbox, but is worthy of its own package IMHO. New: with manpage.
2012-08-26pkg_online-client:cheusov4-3/+19
Update pkg_online database host. ++pkgrevision
2012-08-24pkgtools/rpm2pkg: Fix broken zlib 1.26+ supportmarino2-3/+4
gzFile wasn't used currently. Trying to build rpm2pkg on zlib 1.27 exposed the misuse. rpm2pkg should build on all version of zlib now.
2012-08-22pkgin links against libssl/libcrypto if found, so include openssl buildlink.jperkin1-2/+4
Bump PKGREVISION.
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache1-2/+2
2012-08-05If I get to fix the bugs, I might as well OWN it.wiz1-2/+2
2012-08-03Updated pkgtools/pkg_chk to 2.0.4abs3-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-03Recognize make syntax (make variable) in one more place.asau2-4/+4
2012-08-02Updated pkgtools/pkg_chk to 2.0.3abs2-7/+6
PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories - Ensure tmpdir is removed in the -g and -p case
2012-08-01Don't enforce purely aesthetic changes.asau2-8/+9
2012-08-01Forgot to bump version in configure.acimil1-4/+4
2012-08-010.6.2.2imil2-6/+6
Fixed bad size_pkg
2012-07-300.6.2.1imil2-6/+6
0.6.2 broke build for systems lacking __UNCONST
2012-07-3020120730imil2-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-29Updated pkgtools/pkg_chk to 2.0.2abs2-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-27Improve warning about gettext/msgfmt dependency.wiz1-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-27Ensure that SSL support is completely disabled if the user has requestedjperkin1-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-27Pull in the correct libraries when enabling SSL support in libfetch.jperkin1-1/+2
2012-07-27Sync with net/libfetch/options.mk so that the bundled libfetch can bejperkin1-2/+16
correctly built without SSL support.