summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2010-02-03pkg_install-20100204:joerg2-5/+5
Fix an enum to prevent crashes later (PR 42734)
2010-02-03pkg_install-20100203:joerg6-12/+47
- Restore PKG_PREFIX in pkg_delete (PR 42731) - Ensure that the current pkg_install version is at least as new as the version used to build the package
2010-02-02Honor MANINSTALL.obache1-1/+5
fixes PR#42715.
2010-02-01Updating pkgtools/pkg_rolling-replace/ from 0.19nb1 to 0.20sno3-62/+28
Improving the variable passing to make by allowing any, not just MAKE_JOBS and USE_DESTDIR.
2010-02-01Sort option descriptions, be more explicit in -D one.wiz1-27/+35
2010-02-01Fixing a typo and bumping revision (if anyone still had updated)sno2-3/+4
2010-02-01Updating pkg_rolling-replace (set new version 0.19):sno3-27/+86
- Add option '-D' to tune "USE_DESTDIR=" and set this defaultly to 'NO' - Add option '-j' to tune "MAKE_JOBS=" (Default: unset) - Fix an issue with packages with missing origin
2010-01-31Take care the case that MANINSTALL does not contain catinstall.obache1-1/+3
Fixes PR#42690.
2010-01-30G/C left over.joerg1-316/+0
2010-01-30Regen.joerg1-8/+9
2010-01-30pkg_install-20100130:joerg5-16/+62
Add -U for pkg_add. It works similar to -u, but replaces an already installed version.
2010-01-29Added licenses.rillig2-1/+69
2010-01-26pkg_install-20100126: Actually support IPv6.joerg3-3/+18
2010-01-24pkgin 0.3.3.1imil2-6/+6
Fixed ordering issue.
2010-01-24Removed options.mk, summary suffix is now handled dynamicallyimil1-11/+0
2010-01-24pkgin 0.3.3 import from wip/pkgin-20100123imil3-17/+16
- Solaris 10 support - Mac OS X support - Added -l status flags - autoconf support - percentage redraw fix (jmcneill) - variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch) - auto-lookup for SUMEXTS, removed options.mk (sketch) - opensolaris fixes (sketch) - repositories.conf variables substitution (tuxillo) - impact mutex (Johannes Hofmann) - SunOS 5.8 support (Mikhail T.) Plus many cleanups from stacktic@ - Replaced strstr's with str{n}cmp when possible - #ifdef'ed PROVIDES - Queries are now const chars - Added -n (no-flag) - Various memleaks fixed - pkgname comparison fix - Cleaned up trailing spaces - Got rid of recursion !
2010-01-24* check endian.h and use it if available, for Haiku.obache4-32/+125
* check optarg, it is used in nbcompat/unistd.h, but not checked. * check socket() in -lnetwork in addition to -lsocket, for Haiku.
2010-01-24Kill __weak_alias, it break build on OpenBSD as reported in PR#42102.obache2-4/+8
2010-01-24complement NBBY with 8 if not defined.obache1-1/+5
2010-01-23Update config.guess/config.sub as they are used during bootstrap.joerg2-171/+243
2010-01-23Update config.guess/config.sub as the normal replacement doesn't workjoerg2-171/+243
here.
2010-01-23Check -lnetwork for gethostbyname on Haiku. From PR 42665.joerg2-3/+6
2010-01-23Exactly include unistd.h for size_t (at least, need for Haiku).obache5-4/+24
2010-01-23Fix linkage for create/delete.joerg2-4/+4
2010-01-22Regen.joerg8-0/+1419
2010-01-22pkg_install-20100122:joerg37-757/+607
- Refactor man pages: - Move description of environmental variables into pkg_install.conf(5) - Remove a bunch of dead references - Avoid using hard-coded path names that can easily be overridden by the user. - Refactor pkgdb related logic, so that -K behaves consistently. - Add some helper functions to isolate more places from the pkgdb layout. - Sync license list. - Handle PKG_REFCOUNT_DBDIR consistently as option too. - Utilize connection cache from libfetch. - Add helper target for cat pages updates.
2010-01-21Stick the correct value of PKG_DBDIR into the manpages instead ofjmmv14-1393/+38
pointing the user to /var/db/pkg, which may not be the right value if it was customized. Bump version to 20100121.
2010-01-20I guess actually being OWNER is the only way to get a sensible time tojoerg1-2/+2
review patches and complain...
2010-01-20Revert previous, testing change committed by mistake.jmmv1-2/+2
2010-01-20Update to 20100120:jmmv18-102/+148
- Make PKG_DBDIR customizable through pkg_install.conf. Things seem to work fine after a few tests but... where are the tests for these tools?!
2010-01-18Use dummy package name in example instead of existing one. Bump version.wiz2-5/+5
2010-01-17Undo unnecessary revision bump of this package. It doesn't require "jpeg",tron1-2/+1
has never required "jpeg" and will hopefully never require "jpeg".
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-2/+4
2010-01-16Bump version simply because it hasn't been bumped for some time and manyjnemeth1-2/+2
changes have been made in the meantime. These way people will know that there are updates that don't give bogus warnings.
2010-01-15Update bsd.files.mk multiple include protection to use the same mechanismabs2-5/+6
as in the base NetBSD system - fixes PR pkg/39715
2010-01-13Teach createbuildlink to ignore graphics/hicolor-icon-theme/buildlink3.mk.wiz2-5/+5
Idea from joerg. PKGVERSION++
2009-12-30pbulk-0.44: Remove a second call to pscan from a failed merge.joerg2-4/+3
2009-12-30Add note on SHLIB_{MAJOR,MINOR,TEENY}abs1-2/+6
2009-12-30Update "x11-links" package to version 0.45:tron32-64/+193
1.) Update list to remove duplicates and add missing entries for recent versions of NetBSD-current. The necessary changes were supplied by Bernd Ernesti. 2.) Include the operating system version number in the package version to force a re-build of the package if the operating system is updated (which might change the X11 distribution as well. This should fix PR pkg/42492. Change approved by Thomas Klausner.
2009-12-30Sync comments section with current bsd.lib.mk from NetBSD - fixes variousabs1-4/+8
typos and incorrect entries and also adds a brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY, the latter addresses PR bin/39693 No functionality change, no PKGREVISION bump
2009-12-29Updated PGSQL_VERSIONS_ACCEPTEDadam1-2/+2
2009-12-16pbulk-0.43:joerg3-6/+7
Remove the content of bulklog, not the directory. Much nicer if nullfs is used. Log error output of pscan.
2009-12-13Fix problems detected in my Slackware installation.martti1-3/+4
http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010660.html http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010664.html
2009-12-10Updated pkgtools/pkgdiff to 0.122abs2-3/+6
Set TZ=UTC before calling diff to ensure everyone uses the same timezone to avoid spurious diffs in metadata, such as: < clock/clock.c.orig 1993-06-29 01:11:39.000000000 -0400 --- > clock/clock.c.orig 1993-06-29 03:11:39.000000000 -0200
2009-12-01bump datetnn1-2/+2
2009-11-20The GNU tools usually provide replacements for their counterparts whoserillig1-2/+2
name doesn't start with a "g". Fixes PR 40261.
2009-11-20Applied patch from PR 38423 by Sergey Svishchev.rillig2-8/+5
Increased the version number to 2.12.
2009-11-13Updating pkgtools/pkg_rolling-replace from 0.17 to 0.18sno3-42/+191
Changes: Added 3 new features: 1) Fetch only 2) Keep going after error (skip package) 3) Log output of make steps Modified verbosity to report what's failed and what succeeds.
2009-11-05pkg_tarup-1.8:joerg2-4/+3
Do not use pkg_create -L, it is redundant for modern packages and ignored by pkg_install-20091115.
2009-11-05pkg_install-20091115:joerg8-57/+25
Completely ignore @src in pkg_create. Silently ignore the -L option. The combination of -I and -p are used by pkgsrc for the same result.