summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2007-04-23groff cannot deal with ".Li" before other macros that change font - justJason McIntyre
2007-04-23DocumentMarc Espie
2007-04-21avoid both .libs-* and partial-*. Be a bit forceful about them, as they'reMarc Espie
2007-04-21if running a full update, proceed if we can't find some packages.Marc Espie
2007-04-17document the subtle tweak to Vstat that allows updates to account forMarc Espie
2007-04-15very minor cleanupMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-04-15do not rely on side-effects in there.Marc Espie
2007-04-15use autovivificationMarc Espie
2007-04-14no need to go SUPER:: for set_modes.Marc Espie
2007-04-08remove warning (exiting thru next)Marc Espie
2007-03-27finally remove old warning, @lib has been around (and used) since 3.7.Marc Espie
2007-03-26even better wording.Marc Espie
2007-03-26adjust documentation to simplify the common case.Marc Espie
2007-03-19make `no @owner', `weird mode' and `@dirrm' into errors.Marc Espie
2007-03-18handle more errors during package creation.Marc Espie
2007-03-18remove some unnecessary sanity checks. /var/db/pkg is supposed to containMarc Espie
2007-03-07fix size checks for good. Since we want deletion to happen `right now'Marc Espie
2007-03-07revert size check tweak, the fix does break other stuff. this is harderMarc Espie
2007-03-06get vfs size snapshotted and restored so that pkg_add -u has a harderMarc Espie
2007-02-24UI improvement: in case the disk overflows, let tally give informationMarc Espie
2007-02-22avoid undefined. closes pr5386.Marc Espie
2007-02-22avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that thisMarc Espie
2007-02-22Problem noticed by Henrik Hellerstedt <henrik@kohina.net>Marc Espie
2007-02-17ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeterNikolay Sturm
2007-02-08Fix a typo. 'Yes, of course.' espie@Bernd Ahlers
2007-02-04back-out extra commitMarc Espie
2007-02-04protect `normal' installs against archive burps.Marc Espie
2007-02-04streamline messages for interactive mode, no need to repeat the same listMarc Espie
2007-01-29Three lines in SYNOPSIS are too much. Use only one line and sync usage.Bernd Ahlers
2007-01-23Introduce -Q option:Bernd Ahlers
2007-01-01sync usage();Jason McIntyre
2007-01-01- standard listJason McIntyre
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
2006-12-16ltlib marker for libtool convenience library.Marc Espie
2006-12-10don't complain about uid/gid of symlinks.Steven Mestdagh
2006-12-05use lstat for symbolic links; fixes uninitialized uid/gid.Steven Mestdagh
2006-12-04add rcompress methodMarc Espie
2006-12-02allows us to mark *.pc files as PkgConfig.Marc Espie
2006-12-01handles continuation lines and comments.Marc Espie
2006-12-01Fixes parsing of variables/delimiters, so that we classify like pkgconfig.Marc Espie
2006-11-30apply some normalization to some properties while reading or writing,Marc Espie
2006-11-30some *.pc files have variable= value, with a space.Marc Espie
2006-11-30adjust (C), noticed by matthieu.Marc Espie
2006-11-29add compress_list, allows for empty lines consisting of spaces...Marc Espie
2006-11-29let compress filter out stuff, add method add_bases, make sure write_fhMarc Espie
2006-11-29+OpenBSD::PkgConfigMarc Espie
2006-11-29handle pkg-config files.Marc Espie
2006-11-17don't return undef, use plain return.Marc Espie
2006-11-17Handle EOF in interactive mode. Report and initial diff from Antti HarriBernd Ahlers