summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2018-12-21do not try merging packages that are already kept, the forward dependencyMarc Espie
2018-12-17I'm an idiot, of course kept packages need adjusting as wellMarc Espie
2018-12-16bad choice of name. don't reuse the same method name to mean differentMarc Espie
2018-12-16missing annotation after refactorMarc Espie
2018-12-16the width code was moved to State.pm a while ago, remove last remnantsMarc Espie
2018-12-13split the status display in two, so that I can explicitly show I'mMarc Espie
2018-12-12even when there's no update needed, respect dependency chain order.Marc Espie
2018-12-12moving handles to kept means they're not affected by complete_set, whichMarc Espie
2018-12-11styleMarc Espie
2018-12-10advance the progress meter while skipping remaning filesMarc Espie
2018-10-22document that some error should happenMarc Espie
2018-10-22start erroring out based on unfilled tracker entriesMarc Espie
2018-10-04fix stupidityMarc Espie
2018-09-17avoid calling make_full for determining special file status, since weMarc Espie
2018-09-11add the conflict info to what's stored in pkglocatedb, as it's meta-infoMarc Espie
2018-09-04move readmes detection to find_extractible, so that only changed/new readmesMarc Espie
2018-08-06Reflect reality.Marc Espie
2018-08-03actually heed localbase when looking for groffMarc Espie
2018-08-03reorg groff runner so that failures are handled betterMarc Espie
2018-08-03- exit in case of exec error. Prevents code from continuing badlyMarc Espie
2018-07-30Add colon for clarity.Antoine Jacoutot
2018-07-18make the logic for deleting first slightly more obviousMarc Espie
2018-07-12synch documentation with reality, noticed by landry@Marc Espie
2018-07-11"running tags"Marc Espie
2018-07-11allow default from stateMarc Espie
2018-07-11allow state->new to deduce the command name from $0Marc Espie
2018-07-10unify option parsing a bit moreMarc Espie
2018-07-10zap old comments that are unlikely to ever come backMarc Espie
2018-07-10zap really old stuffMarc Espie
2018-07-10remove remnants of very old code, to simplify unificationMarc Espie
2018-07-09do cleanup after tags, as noticed by aja@Marc Espie
2018-07-09explain what @define-tag mktexlsr supersedes mktexlsr-localMarc Espie
2018-07-08document what happens when the @define-tag defining package gets removedMarc Espie
2018-07-07- move everything tag-related into state->{tags}Marc Espie
2018-07-07what was I thinking. No need to iterate, just use the keyMarc Espie
2018-07-03add "superseded" scaffold.Marc Espie
2018-07-02remove useless Pp;Jason McIntyre
2018-07-02explicitly document some common pkg_add features that also make senseMarc Espie
2018-07-01ahah. complex tag changes show I need to use the same algorithm as for libsMarc Espie
2018-06-30over-eager refactor means fw_update goes thru delete_handle, so teachMarc Espie
2018-06-28fix tag external representation, avoids weird space at end of plistMarc Espie
2018-06-26tags are cutting their first teeth, but it can be a normal debug flagMarc Espie
2018-06-26kill the solve_tags part of pkg_create for now, as it doesn't work at allMarc Espie
2018-06-26make it possible to remove old packages with erroneous tags...Marc Espie
2018-06-25fix ::lookup interface return, oopsMarc Espie
2018-06-25so tags need some love to print out correctlyMarc Espie
2018-06-25OO version of atendMarc Espie
2018-06-25special case: @tag found in self may have NO parameters and just be usedMarc Espie
2018-06-24tags should work more like other errors. In particular, avoid infiniteMarc Espie
2018-06-24document that %D is localbase in define-tagMarc Espie