summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-16Stop recommending lintpkgsrc -d -- it's output is unreadable nowadayswiz2-8/+5
since it lacks too much knowledge about multi-version packages.
2013-02-14Fix OPSYS for Cygwin (formerly using CYGWIN before importing Cygwin support).obache1-2/+2
2013-02-11Remove lbx packages. Unsupported since xorg-server-1.2 and markedwiz1-2/+1
as BROKEN for a long time.
2013-02-10Also set NUMERIC_VERSION_ONLY for Cygwin,obache2-3/+3
eliminate (api_major.api_minor/shared_data/mount_registory) part.
2013-02-10As noted in libarchive/archive_entry.h, need to define LIBARCHIVE_STATICobache1-1/+5
for Windows (Cygwin) to using static library.
2013-02-10check missing declaration of setpassent(3) for Cygwin.obache4-4/+18
2013-02-10Add Cygwin support, mainly borrowed from Interix's one.obache2-0/+666
2013-02-10Just increase version if the package belongs us.wiz1-3/+2
2013-02-10bump pkgrevision after making some changes to the sourcemspo1-2/+2
2013-02-09Add new scripts.wiz2-0/+33
2013-02-09Add script to list TODO entries for installed packages.wiz2-7/+15
Previously included in pkg_chk, but it doesn't fit there well. Bump version.
2013-02-09this should address 47516mspo1-15/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-3/+4
2013-02-02patches/patch-distbb__chroot.in is not needed anymorecheusov1-11/+0
2013-02-02Update to 0.46.0cheusov2-10/+8
stage_upload_pkgs: - delete outdated packages after uploading - extra files are removed from remote repo - no verbose flag for rsync Serious fixes in stage_init - PKG_UPDATE_SRC_SUMMARY_CMD: -m is passed to pkg_src_summary by default Fix in signals handling Fix in "make-depends" (unknown function is_true) Fix: distbb -a option works correctly if pkg_summary.txt doesn't exist upload_pkgs_all_files: - directories and links are also output in addition to files distbb checks arguments passed to -x|-X for correctness. Configuraton variable SUDO was renamed to to DISTBB_SUDO. This fixed build failure of ruby193-base Configuraton variable OS was renamed to OPSYS Stderr of pkg_summary2deps is now a part of the final report
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2013-01-31Shut up warnings about 6.0 packages on 6.0.1 (and similar).wiz2-4/+8
Welcome to 20130131.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam4-7/+8
2013-01-23Fix typo in variable name.wiz1-2/+2
2013-01-23Remove code which tries to use "Xquartz" to find out the X.org versiontron1-7/+2
(presumably only under Mac OS X Mountain Lion). "Xquarty" simply doesn't print out anything if you run it with "-version". This avoids a lot of warning messages from "bmake" while building packages that use X11.
2013-01-20Test a couple more error paths through main() -> checkitem(). Addschmonz1-3/+36
a couple tests for get_vartypes_map(). TODO: test and refactor checkline_mk_vartype_basic().
2013-01-20pkglint(1) determines its list of basic variable types by greppingschmonz2-13/+49
itself for certain if/elsif conditions. This combination of cleverness and large conditional block should be replaced with simple, table-driven code. But first we have to get the functionality under test, which I've begun to do here. Initialize a package global with the contents of $0, and override it in test (otherwise self-grepping breaks because $0 is the test script). Extract the dirty Test::Trap details to test_unit(). Test main() for a few common values of @ARGV. Notice the aforementioned cleverness because it broke an expected success, and fix it just enough to test get_vartypes_basictypes() for a couple expected types. No functional change intended. I've manually tested the small changes to pkglint.pl and have also verified that a couple packages lint the same as before.
2013-01-19Make it possible to easily write automated tests:schmonz3-5/+38
* minimally adapt pkglint(1) into a "modulino" for testability * verify it still runs normally as a program * create a test script with a few very simple test cases * hook it up to 'make test' * verify that the tests really fail if I go breaking the code under test Meta-addresses PR pkg/46570. New BUILD_DEPENDS, but no functional change, so no PKGREVISION bump. Approved by wiz@.
2013-01-14pbulk-base-0.47: Portability fixesjperkin4-17/+19
- Prefer fcntl FD_CLOEXEC to ioctl FIOCLEX. - Reset SIGPIPE action to default for the build child, avoids 'yes' spinning indefinitely on EPIPE in Solaris builds, notably for print/pdf2djvu.
2013-01-12Put CHECK_SHLIBS_SUPPORTED=no into OpenBSD condition.ryoon1-1/+4
Thank you, tron@.
2013-01-11Update to 0.72ryoon8-10/+24
* Add some libraries from OpenBSD 5.2. * Set CHECK_SHLIBS_SUPPORTED=no, OpenBSD 5.2's libraries have no RPATH in readelf output.
2013-01-08pkg_tarup-1.9.1: Remove unnecessary 'local' declaration, increases portability.jperkin2-5/+3
2013-01-07Fix a couple of typos.jperkin1-3/+3
2013-01-04* commit PLIST changes that I forgot to commit earlier;apb3-5/+8
* use size_t, not int, for a length passed to sysctl(2); * bump version to 0.7.1.
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.