summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2013-01-03Regen.dholland1-129/+117
2013-01-03Remove configure test for vprintf, which wasn't even being used, anddholland7-86/+17
configure tests for memset/memcpy, which are standard and haven't needed checking in a long time. This makes the configure script tolerate injection of -Werror. Fix signed/unsigned mismatches in the sha2 and whirlpool code. This package now passes -Wall with gcc45. Bump the package version to 20121220, which is when I made these changes.
2012-12-17Update manual pages for better wording, and a better usage display foragc4-73/+106
pkg_info(1) - from Bug Hunting in PR pkg/47328. The following text is taken from Bug's PR: The pkg_info(1), pkg_admin(1), and pkg_install.conf(5) man pages from pkgsrc' pkgtools/pkg_install package contain errors, have inaccurate / incomplete / illogically ordered descriptions, have incorrect macro usages / macro errors, miss an option description (`-h', for pkg_info(1)), and / or contain other imperfections. In short: these man pages can use a big correction update. Additionally, the `usage' message in main.c from pkg_info(1) contains an incorrect option order.
2012-12-15pkgtools/gnome-packagekit: Stop detecting deprecationmarino4-1/+66
I originally was trying to patch set-but-not-used errors but then quickly found out that a new glib also introduced numerous breakages due to -Werror breaking on g_thread_init deprecation. Between the two problems I had already generated 10 patches with no end in site. Rather than continue, address the real issue and remove -Werror from this old package.
2012-12-140.6.3.1imil2-6/+6
Do not exit with not enough space message when install size is negative
2012-12-140.6.3imil2-7/+6
PR3555339@sf (stacktic) Avoid negative speed when a download start (stacktic) PR47196 fixed by stacktic PR47060 fixed by stacktic Added show-no-keep by orgrim Fixed PR47192 (by stacktic)
2012-12-13Add sleepycat-public to default allowed licenses here as well.wiz1-2/+3
2012-12-11Update to 4.127ryoon2-6/+6
* Add sun-{jre,jdk}7 support
2012-11-30Make GCC happy and set s_start and s_end explicitly.joerg1-1/+3
2012-11-25Update to 0.13.1cheusov4-23/+10
pkg_online server defaults to dict://dict.mova.org:26280 "onlineinfo" has pkg_summary(5) raw format. Appropriate changes were made for pkg_online_client(1) and pkg_summary2onlineinfo(1).
2012-11-25Update to 0.60.0cheusov3-32/+6
pkg_update_src_summary: - Fix for the case when there are no updated/new packages, but removals exist. - Resulting summaeries are postprocessed by pkg_summary2bb_pkgs. - Option -v was added pkg_subgraph_deps: - Fix for option -1 pkg_digger: - Minor fix. -sf outputs both fields and strategies. - All pkg_digger(1) backends return plain summaries on -1|-3|-9. Option -r was removed from pkg_digger_{summary,installed} pkg_digger_summary: - Implementation for option -n. pkg_summary2bb_pkgs: - Additional error checks. Man pages for pkg_digger, pkg_digger_summary, pkg_digger_installed were updated.
2012-11-23Update pbulk to 0.51 and pbulk-base to 0.46. Add support for reusing oldjoerg13-34/+311
scan results to speed up the process. Fix a bug that overwrote the package.log during installation.
2012-11-20Add openjdk7 & openjdk7-bin to other JVM listsabs2-3/+4
2012-11-17Bump version to 2.17ryoon2-4/+4
* Recognize .tar.7z in distfile's name
2012-11-06pkg_update_src_summary: fix for the case when there are no new/updatedcheusov3-2/+28
packages, only removals. ++pkgrevision.
2012-11-04Update to version 0.59.0cheusov4-11/+19
pkg_update_src_summary has been completely reimplemented and now works dramatically faster if files under mk/ directory were not changed since previous update. pkg_src_summary: - PLIST field gathering was significantly speeded-up - Fix. Option -p works correctly with non-empty PSS_SLAVES - Fix. If -A is applied, -m is always enabled for recursive runs. - Minor fix for -m. - New option -F was added - Minor fixes for PLIST and ALLDISTFILES - PSS_PPERS was completely removed cvs_checksum: - checksums of CVS files are output by default pkg_digger: - pkg_digger_backend has been renamed to pkg_digger_summary, man page was added for pkg_digger_summary - new search backend pkg_digger_installed pkg_list_all_pkgs: - new options -a and -d were added New utility makefiles2deps was added. A lot of new regression tests, updates for man pages, minor code clean-ups
2012-10-31Sort options and their descriptions.wiz1-16/+16
2012-10-31Fix xref, sort sections, use more markup, remove superfluous Pp.wiz1-10/+10
2012-10-31Markup to prevent "e.g." from being misinterpreted as the end of a sentence.apb2-10/+10
(Not bumping the version number for this.)
2012-10-31Add the ability for libkver to override all four of ostype, osrelease,apb8-52/+696
machine, and machine_arch. Add a helper script to simplify use of libkver. Set VERSION=0.7. An earlier version of this change was reviewed by seb@NetBSD.org.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-21Deal with messed up linkage on Linux by always linking against libcryptojoerg5-8/+20
and libssl when linking against libfetch, if the latter is built with SSL support.
2012-10-15Revert bogus warning flags.joerg1-5/+1
2012-10-12Update to 0.58.5cheusov2-6/+6
pkg_summary2deps: - Fix. Dependencies from packages having non-empty ASSIGNMENTS were not recognized correctly.
2012-10-12pkgtools/packagekit: Fix build for gcc 4.6+marino1-3/+1
Remove clang condition around -Werror removal. GCC 4.6+ needs this as well to build.
2012-10-09pkgtools/pkg_install: Fix build on gcc4.7marino1-1/+5
pkg_install uses source files from net/libfetch so it needs the same no-strict-alias flag at libfetch when building on gcc 4.7
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-06Bump version to 2.16ryoon2-5/+4
* Recognize .tar.xz in distfile's name
2012-10-05Rename SUDO configuration variable to DISTBB_SUDO.cheusov3-3/+15
This fixes a failure of ruby193-base package. ++pkgrevision
2012-10-03Bump version for python25 removal changes.wiz1-3/+2
2012-10-03Update for python25 removal.wiz2-5/+5
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz17-21/+34
are called p5-*. I hope that's all of them.
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.