Age | Commit message (Collapse) | Author | Files | Lines |
|
currently, just copies of Linux's one.
|
|
|
|
Fix an enum to prevent crashes later (PR 42734)
|
|
- 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
|
|
fixes PR#42715.
|
|
Improving the variable passing to make by allowing any, not just
MAKE_JOBS and USE_DESTDIR.
|
|
|
|
|
|
- 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
|
|
Fixes PR#42690.
|
|
|
|
|
|
Add -U for pkg_add. It works similar to -u, but replaces an already
installed version.
|
|
|
|
|
|
Fixed ordering issue.
|
|
|
|
- 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 !
|
|
* check optarg, it is used in nbcompat/unistd.h, but not checked.
* check socket() in -lnetwork in addition to -lsocket, for Haiku.
|
|
|
|
|
|
|
|
here.
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
pointing the user to /var/db/pkg, which may not be the right value if
it was customized. Bump version to 20100121.
|
|
review patches and complain...
|
|
|
|
- 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?!
|
|
|
|
has never required "jpeg" and will hopefully never require "jpeg".
|
|
|
|
changes have been made in the meantime. These way people will know that
there are updates that don't give bogus warnings.
|
|
as in the base NetBSD system - fixes PR pkg/39715
|
|
Idea from joerg.
PKGVERSION++
|
|
|
|
|
|
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.
|
|
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
|
|
|
|
Remove the content of bulklog, not the directory. Much nicer if nullfs
is used. Log error output of pscan.
|
|
http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010660.html
http://mail-index.netbsd.org/pkgsrc-users/2009/09/09/msg010664.html
|
|
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
|
|
|
|
name doesn't start with a "g". Fixes PR 40261.
|
|
Increased the version number to 2.12.
|
|
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.
|