summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2013-07-08Swap the program name and it's exit code so the output makes sense again.Jasper Lievisse Adriaanse
2013-07-05zap; it's pointless and badly outdated.Jasper Lievisse Adriaanse
2013-05-29I had misgivings about that one, I was right. Missed an obvious testcases,Marc Espie
2013-05-29allow installpath to use +=, requested by quite a few people,Marc Espie
2013-05-26add B: to the list of options actually handled.Marc Espie
2013-05-13specialfiles ARE file while destated, so they set lastfile, which isMarc Espie
2013-04-30point people at pkg_checkMarc Espie
2013-04-16spelling fixes;Jason McIntyre
2013-04-16pass state correctly so we can do error messages.Marc Espie
2013-02-18re-apply:Okan Demirmen
2013-02-18revert previous; wrong time.Okan Demirmen
2013-02-18use localbase for pkg-readmesOkan Demirmen
2013-02-04just noticed that -aa was not documented yet.Marc Espie
2013-01-27add a -u option to make it possible to build on an existing databaseMarc Espie
2013-01-18much faster -E: try a sneak peek at the 'raw' contents file.Marc Espie
2013-01-18move lock down: we don't really need to lock to match the directoryMarc Espie
2013-01-07only protest midly if we're in exclude mode, so that you can exclude stuffMarc Espie
2012-12-31simple optimization: if we're already erroring out, there's totally noMarc Espie
2012-12-28base on landry's remarks, stuff like .libs* and partial* shouldn't everMarc Espie
2012-11-06sort options; ok espieJason McIntyre
2012-11-06document auto -i.Marc Espie
2012-11-06work-around python compile issue: don't tie python files for now, soMarc Espie
2012-11-06do interactivity like for the others.Marc Espie
2012-10-13In update verbose mode, when skipping an update candidate due to anJeremy Evans
2012-10-11package checksums are no longer MD5, from Dawe on tech@.Stuart Henderson
2012-09-06shorter display for trivial updatesets,Marc Espie
2012-09-01show more precisely what the problem is.Marc Espie
2012-08-30Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLinkwilliam
2012-08-06kill pkg(1) for good. with help from espie.Federico G. Schwindt
2012-07-13install the correct file; from schwarze, ok krwTheo de Raadt
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13temporary option until I come up with a nicer way: if -DNOINSTALLPATHMarc Espie
2012-07-12minor fixMarc Espie
2012-07-06a bit of cleanupMarc Espie
2012-07-06have -i be automatically on for ttys.Marc Espie
2012-06-14tweak pkg_info -S to separate pkgnames with @ from libraries with nothing.Marc Espie
2012-06-11move PkgConfig.pm where it belongsMarc Espie
2012-06-08document pkgpath matching a bit more thoroughly, be more consistent inMarc Espie
2012-06-08activate new pkg_create magic.Marc Espie
2012-06-08silent rename of @comment subdir= to @comment pkgpath=Marc Espie
2012-05-28I'm an idiot, make sure we call the right routines every timeMarc Espie
2012-05-26fix class hierarchy errors: print all Action (includes @newuser, @newgroup,Marc Espie
2012-05-24put possible fragments in there.Marc Espie
2012-05-23also record expanded @exec-like actions and @newauth...Marc Espie
2012-05-18just warn if files from the *etc sets are missing. This will remindMarc Espie
2012-05-15supplementary magic code, not active yetMarc Espie
2012-05-15less hackish test for LIB*VERSION: after building the element,Marc Espie
2012-05-15allow elements to remove themselves from PackingList, adjust visitMarc Espie
2012-05-08add an extra check to avoid out-of-synchMarc Espie