aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-135-59/+31
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Recognise @option directives instead of falling through to the defaultKris Kennaway2001-08-061-0/+6
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)Maxim Sobolev2001-08-021-1/+1
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.Jonathan Chen2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-027-23/+15
* Cosmetics: kill blank lines at the end of file.Maxim Sobolev2001-08-021-2/+0
* Usability tweak:Maxim Sobolev2001-08-024-30/+30
* When there is a file that can't be deleted due to checksum mismatch print nameMaxim Sobolev2001-08-021-2/+1
* The security officer requested this be backed out for discussion.David E. O'Brien2001-07-282-18/+32
* Remove s_strl*(). I am not sure what was thought they accomplished.David E. O'Brien2001-07-282-32/+18
* Only match the first osreldate date range for constructing the FTP URL,Kris Kennaway2001-07-261-1/+1
* Use reallocf(3) to increase size of malloc'ed buffer instead ofMaxim Sobolev2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-207-25/+22
* Correct a reversion in r1.39 which introduced a new instance of strcpy()Kris Kennaway2001-07-191-4/+6
* Remove whitespace at EOL.Dima Dorfman2001-07-156-84/+84
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-105-5/+5
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHMaxim Sobolev2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+2
* Fix usage bogon (-d doesn't take any arguments).Bruce A. Mah2001-06-131-2/+2
* Add a -s option to pkg_version, which limits output to packagesBruce A. Mah2001-06-132-7/+23
* Use getdtablesize() instead of OPEN_MAX.Dag-Erling Smørgrav2001-06-131-1/+1
* Properly quote recursive pkg_add operations so that filenames withJordan K. Hubbard2001-06-111-1/+1
* Check for the existence of the Makefile in the port skeleton directoryAnton Berezin2001-06-111-2/+12
* Pass on the verbose option to fetchGetURL().Dag-Erling Smørgrav2001-06-111-3/+4
* Fixed pkg_add so when it does not find a package, it returns != 0.Jim Pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).Eric Melville2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-1710-46/+83
* Print longer package names. Some of them were running off the rightBruce A. Mah2001-05-151-3/+3
* Fixed a missing library in DPADD.Bruce Evans2001-05-121-4/+5
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-123-47/+91
* rcsid style fix.David E. O'Brien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.David E. O'Brien2001-05-091-8/+3
* The pkg_version -c output will now call for a "make clean" before andBruce A. Mah2001-04-301-2/+2
* Fix typo in prev commit - add missing commaAndrey A. Chernov2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,David E. O'Brien2001-04-251-4/+10
* Don't build pkg_sign tools if crypto is not installed, or is notWes Peters2001-04-241-1/+2
* Fix a problem with tests of the form "1.0" vs. "1.0a".Bruce A. Mah2001-04-192-3/+15
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-072-8/+2
* mdoc(7) police: .Nm remembers its argument on the first call.Ruslan Ermilov2001-04-041-1/+1
* Implement a package number comparison routine for pkg_version(1)Bruce A. Mah2001-04-034-30/+200
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-263-4/+2
* Decapitalise first letter of warning message.Maxim Sobolev2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. ThisMaxim Sobolev2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-2312-23/+283
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+2
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-155-74/+152
* When matching installed packages against glob keep track of which patternsMaxim Sobolev2001-03-141-2/+23