Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-03 | simplify/generalize | Marc Espie | |
2011-12-03 | In a collision, retrofit storage for 2nd pkgname. | Marc Espie | |
(in large updatesets, it may not be obvious where the 2nd copy comes from, as exemplified by ajacoutot@). | |||
2011-12-02 | small logic error | Marc Espie | |
2011-12-02 | -X before -x; | Jason McIntyre | |
2011-12-02 | -X exclude option: negates the packages we give (remove them instead of | Marc Espie | |
adding them). | |||
2011-11-26 | a second missing $state... | Marc Espie | |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie | |
who always manages to run into strange corners headlong ;) | |||
2011-11-25 | darn, setlist might actually be undefined entirely... | Marc Espie | |
noticed by nigel | |||
2011-11-25 | describe fixed behavior a little better | Marc Espie | |
2011-11-25 | fix -a <list> semantics: | Marc Espie | |
instead of first doing, -a, then deleting the list, it's ways more useful to pick !manual installs in the list and remove them. | |||
2011-11-24 | allow code to proceed if -e + -r. | Marc Espie | |
2011-11-21 | zap eol whitespace; | Jason McIntyre | |
2011-11-21 | exit code of 1 for -e errors, 2 for -r errors... combine as 3. | Marc Espie | |
-> allows to run one pkg_info and disambiguate both kinds of errors. | |||
2011-11-21 | more pkgpath(7) | Marc Espie | |
2011-11-21 | point to pkgpath(7) | Marc Espie | |
2011-11-20 | for the -r option, if we already set an error code (like in -e), reuse that. | Marc Espie | |
allows pkg_info -e 'gettext->=0.20' -r 'gettext->=0.10.38' gettext-0.18.1p0 in one go. | |||
2011-11-16 | During pkg_create(1), do not print any warnings or non-fatal errors | Ingo Schwarze | |
from groff(1); of course, fatal errors cannot be ignored. If you want to polish manuals, use mandoc(1) -Tlint instead. ok espie@, and millert@ does not object | |||
2011-11-16 | if the portstree gives us a cache directory, use it. | Marc Espie | |
in lots of multi-packages scenarios that all depend on the main package, this speeds things *a lot*. case in point: in php 5.2, make package goes down from 1mn40 to 53s. | |||
2011-11-14 | much better solver: don't try to solve every library, but just the ones | Marc Espie | |
we have in the package we're trying to create. So, solve one level, and keep solving until we have what we need or we run out of level. Any package without @wantlib and lots of runtime depends will build MUCH faster. Other packages MAY build faster. | |||
2011-11-14 | use print-plist-libs-with-depends (and make sure it does not skip depends) | Marc Espie | |
2011-11-13 | The pkg_subst / SUBST_CMD has caused issues for some ports where | Nigel Taylor | |
the $\ in files was replaced by $. Now only removes the \ in $\{[A-Za-z_] Ok espie@ | |||
2011-10-21 | small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to be | Marc Espie | |
used in make print-plist-libs) | |||
2011-10-09 | don't be too hasty, we can choose to syslog (OR NOT) *after* we parse the | Marc Espie | |
command line options. Problem noticed by Markus Lude. | |||
2011-09-29 | ssl.8: Certifying Authority -> Certificate Authority | Jason McIntyre | |
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | |||
2011-09-25 | remove hack, ask for SUBDIRs with FULLPATH set | Marc Espie | |
2011-09-17 | make pkg_add -nvv work with respect to whatis.db updates; | Ingo Schwarze | |
ok espie@ | |||
2011-09-17 | work-around for default vs. no flavor | Marc Espie | |
2011-09-10 | let pkg_mklocatedb work consistently with SUBDIRLIST (print only the | Marc Espie | |
fullpkgpaths referenced there and nothing more) | |||
2011-08-31 | propagate change of internals | Marc Espie | |
fixes: Not a SCALAR reference at /usr/libdata/perl5/OpenBSD/PkgSpec.pm line 454 | |||
2011-08-31 | versionspec stuff belongs in PkgSpec, not PackageName | Marc Espie | |
2011-08-31 | synch with current state of affairs a bit | Marc Espie | |
2011-08-27 | the order of packinglists has been fixed for years by now, so it's no | Marc Espie | |
longer necessary to look for @arch for "new" packing-lists. Optimize a bit more for @pkgpath since @wantlib/@depend mean it's over. | |||
2011-08-26 | remove one more reference to pkg_merge; ok espie | Jason McIntyre | |
2011-08-26 | zap it from there too | Marc Espie | |
2011-08-26 | Shared Stuff never got used | Marc Espie | |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie | |
accordingly, locations do not need to track architecture. | |||
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie | |
from pkg_create for over a year. | |||
2011-08-18 | spacing | Marc Espie | |
2011-08-18 | tweak | Marc Espie | |
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie | |
2011-07-24 | nudge people towards pkglocatedb as a viable alternative to pkg_info -E. | Marc Espie | |
2011-07-23 | avoid weird warnings in case we run into a strange package. | Marc Espie | |
2011-07-20 | small tidbits | Marc Espie | |
2011-07-19 | better text | Marc Espie | |
2011-07-19 | tag fuzzy stuff for manual-installs too | Marc Espie | |
2011-07-19 | mostly done | Marc Espie | |
2011-07-19 | use common code for ssh/http 1.1 | Marc Espie | |
2011-07-19 | clean-up a few things | Marc Espie | |
2011-07-19 | fix -Ddependencies, from Nathanael Rensen | Marc Espie | |
2011-07-18 | most of the pieces are there... still need to open a new connection if | Marc Espie | |
server drops us. |