wiz
ec820a7195
Remove "also" for Slader_LB.
2010-02-25 06:56:23 +00:00
wiz
6627a92929
Fix option order in SYNOPSIS. From Slader_LB.
2010-02-24 22:07:28 +00:00
wiz
4d6a73e427
Refer to pkg_admin from -f flag.
...
Make chroot reference an Xr.
Downcase Package Database.
Suggested by Slader_LB.
2010-02-24 22:06:21 +00:00
wiz
18d25b4b1f
Downcase Package Database.
2010-02-24 22:05:31 +00:00
wiz
762436db6b
Describe -A more clearly.
2010-02-24 21:13:23 +00:00
wiz
64ce57b13c
Improve wording, remove unneeded Bk/Ek, various minor fixes.
2010-02-24 21:11:27 +00:00
joerg
f42651b305
Sync with libarchive 2.8.0.
2010-02-20 20:24:24 +00:00
joerg
244acbc253
pkg_install-20100220:
...
Try harder to give the user an idea which file failed.
Addresses PR 42223.
2010-02-20 04:40:03 +00:00
joerg
2e9750982f
Regen.
2010-02-18 13:43:47 +00:00
joerg
895bc6c259
Reflect reality that pkg_add -uu == pkg_add -u.
2010-02-18 13:43:11 +00:00
joerg
cd48ffa77c
pkg_install-20100204:
...
Fix an enum to prevent crashes later (PR 42734)
2010-02-03 19:28:30 +00:00
joerg
109a0744e9
pkg_install-20100203:
...
- 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-03 14:20:14 +00:00
joerg
d091a3d775
G/C left over.
2010-01-30 21:35:08 +00:00
joerg
598ab1bc84
Regen.
2010-01-30 20:10:04 +00:00
joerg
17bdd9ea74
pkg_install-20100130:
...
Add -U for pkg_add. It works similar to -u, but replaces an already
installed version.
2010-01-30 20:09:34 +00:00
joerg
da2786e36d
pkg_install-20100126: Actually support IPv6.
2010-01-26 15:48:13 +00:00
joerg
7242ffd9ba
Update config.guess/config.sub as they are used during bootstrap.
2010-01-23 23:43:58 +00:00
joerg
7d65252df2
Check -lnetwork for gethostbyname on Haiku. From PR 42665.
2010-01-23 22:41:43 +00:00
joerg
9262c6cdf9
Fix linkage for create/delete.
2010-01-23 11:02:58 +00:00
joerg
dc81ba6cfa
Regen.
2010-01-22 13:33:30 +00:00
joerg
dbd95db262
pkg_install-20100122:
...
- 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-22 13:30:41 +00:00
jmmv
71f907bf00
Stick the correct value of PKG_DBDIR into the manpages instead of
...
pointing the user to /var/db/pkg, which may not be the right value if
it was customized. Bump version to 20100121.
2010-01-21 21:58:05 +00:00
joerg
4a525d6349
I guess actually being OWNER is the only way to get a sensible time to
...
review patches and complain...
2010-01-20 23:17:12 +00:00
jmmv
4e900517d4
Revert previous, testing change committed by mistake.
2010-01-20 23:14:23 +00:00
jmmv
89c510d67e
Update to 20100120:
...
- 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-20 22:34:47 +00:00
tron
da16132153
Undo unnecessary revision bump of this package. It doesn't require "jpeg",
...
has never required "jpeg" and will hopefully never require "jpeg".
2010-01-17 13:24:27 +00:00
wiz
579796a3e5
Recursive PKGREVISION bump for jpeg update to 8.
2010-01-17 12:02:03 +00:00
joerg
effa69a9d7
pkg_install-20091115:
...
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.
2009-11-05 16:22:32 +00:00
wiz
64adf0c850
Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.
2009-10-25 21:32:17 +00:00
joerg
671e489141
pkg_install-20091022:
...
Do not overwrite a string with itself using snprintf. This breaks
setting the pkgdb directory internally on Linux. Explicitly check
if the string is the same and otherwise just use xstrdup.
2009-10-22 22:51:29 +00:00
joerg
fb51cb65a3
pkg_install-20091021:
...
Add support to query arbitrary variables with pkg_admin config-var.
2009-10-21 17:10:36 +00:00
joerg
c78fbe9399
pkg_install-20091015:
...
Use directory index caching by default.
2009-10-15 12:41:41 +00:00
joerg
84329fdd40
pkg_install-20091008:
...
- Fix German accent
- Don't dereference a null pointer for pkg_admin add
2009-10-08 16:16:12 +00:00
joerg
465c648578
pkg_install-20091006:
...
- restore pkg_add -f functionality for missing dependencies (PR 42001)
- pkg_admin rebuild should count packages correctly (he@), also count @pkgdb
- fix gpg-sign-package syntax in pkg_admin(1)
- change default URL for pkg-vulnerabilities to use HTTP
2009-10-07 12:53:26 +00:00
joerg
c419b4e0c6
pkg_install-20090911:
...
- Cleanup configure.ac to not check for headers and functions not used
- Always use nbcompat/db.h on !NetBSD (PR 41865)
- Don't bother setting termwidth in pkg_info, it is never used.
2009-09-11 18:00:12 +00:00
wiz
ac81690e2d
Mark up PKG_PATH.
2009-08-17 05:06:38 +00:00
joerg
d374fd0840
Don't leak the config file.
2009-08-16 21:10:53 +00:00
joerg
a44d636e1d
pkg_install-20090817:
...
Add a new command for pkg_admin: findbest. It takes one or more patterns
and searches for the best match in PKG_PATH, just like pkg_add would.
It prints the URLs of the best match for each pattern to stdout.
Rewrite the config file parser to read the file only once.
2009-08-16 21:10:14 +00:00
joerg
ae84d2dc25
Fix a bug in pkg_add's -P handling. For dependencies the pkgdb path was
...
computed incorrectly and included destdir more than once.
Fix the ACTIVE_FTP option to actually set the "a" flag and not the old
"p" flag.
2009-08-16 14:26:46 +00:00
wiz
dc4ee19bc7
regen.
2009-08-06 18:16:57 +00:00
wiz
f562b816f7
Bump date for CHECK_LICENSE.
2009-08-06 18:16:33 +00:00
wiz
c4f91c4a43
regen.
2009-08-06 18:15:41 +00:00
wiz
42ac050037
Bump date for -k.
2009-08-06 18:15:27 +00:00
wiz
24a8ca8027
regen.
2009-08-06 18:14:48 +00:00
wiz
531a02fc44
Bump date for previous.
2009-08-06 18:14:15 +00:00
joerg
1feca87cdb
pkg_install-20090806:
...
- pkg_add: add support to check license conditions before installation
- pkg_delete: add -k option to skip over preserve packages.
2009-08-06 16:53:34 +00:00
joerg
3587185961
pkg_install-20090727:
...
Make pkg_install WARNS=4 clean and fix a number of lint warnings.
Based on reports from veego about warnings with older GCC releases in
pkg_delete, where a variable is potentially used uninitialized.
2009-08-02 17:56:44 +00:00
wiz
dcc7e8e6e1
Add mpl-1.0 (Mozilla Public License), and allow it by default.
...
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-26 09:18:29 +00:00
joerg
e322a401bc
pkg_install-20070724:
...
- license handling: accept upper case letters. Keep license checks
case-sensitive as done in the older pkgsrc logic. Document this.
OK dillo@, schmonz@, wiz@
- pkg_info:
- fix handling of non-packages, that are valid archives
- invert order of pkg_info -r to better match the expectations of
make update.
2009-07-24 19:06:45 +00:00
tron
76437887cd
Add "mpl-1.1" and "zpl" to the license which are accepted by default.
2009-07-15 10:24:13 +00:00