summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-181-1/+1
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-1/+1
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-141-1/+1
* Rework the logic for installing the pkg(8) configuration.Glen Barber2019-10-081-3/+7
* Apply r346792 (cperciva) from stable/12 to head. The original commitGlen Barber2019-09-191-0/+10
* Keep two versions of the FreeBSD.conf pkg configuration file; one whichColin Percival2019-04-241-1/+3
* Move pkg/FreeBSD.conf to usr.sbin/pkg/Brad Davis2018-07-311-0/+3
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Implement pubkey support for the bootstrapBaptiste Daroussin2015-09-081-1/+1
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+1
* Remove spurious libelf dependency.Nathan Whitehorn2014-10-281-1/+1
* Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.Nathan Whitehorn2014-10-271-1/+1
* Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
* Add missing LIBM to DPADD from r263650Bryan Drewery2014-03-241-1/+1
* Fix build with libucl 20140321Bryan Drewery2014-03-221-1/+1
* Switch pkg(7) from libyaml to libuclBaptiste Daroussin2014-02-231-5/+5
* Add a pkg(7) manpage for bootstrapBryan Drewery2013-10-301-1/+1
* Link in libcrypto as well to fix build in some cases.Bryan Drewery2013-10-261-2/+3
* Support checking signature for pkg bootstrap.Bryan Drewery2013-10-261-1/+1
* Rename libbsdyml to libyaml, make private, and bumpBryan Drewery2013-10-141-2/+5
* Fix a typo in DPADD.Antoine Brodin2013-03-101-1/+1
* Add the ability to correctly read pkg.conf is exists.Baptiste Daroussin2013-03-051-3/+3
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andBaptiste Daroussin2012-12-051-1/+1
* - Use _PATH_TMP instead of hardcoded /tmpBaptiste Daroussin2012-04-161-0/+1
* add usr.sbin/pkg which is a bootstrap tool for pkgng.Baptiste Daroussin2012-04-151-0/+9