freebsd-src/usr.sbin/pkg
Baptiste Daroussin 9950eceee6 Add the ability to correctly read pkg.conf is exists.
Only look for boostrap useful options:
 - PACKAGESITE
 - ABI
 - MIRROR_TYPE
 - ASSUME_ALWAYS_YES

While here makes PACKAGESITE expand the ${ABI} variable.
Allow to deactivate any SRV record look up (MIRROR_TYPE=none)
Use the same mechanism as for pkgng itself: first get configuration out of
environment variable and fallback on pkg.conf if exists.

Reviewed by:	bdrewery
2013-03-05 13:31:06 +00:00
..
config.c Add the ability to correctly read pkg.conf is exists. 2013-03-05 13:31:06 +00:00
config.h Add the ability to correctly read pkg.conf is exists. 2013-03-05 13:31:06 +00:00
dns_utils.c Directly uses calloc(3) instread of malloc(3) + memset(3) 2013-01-14 07:17:38 +00:00
dns_utils.h if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records and 2012-12-05 11:35:50 +00:00
elf_tables.h More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
Makefile Add the ability to correctly read pkg.conf is exists. 2013-03-05 13:31:06 +00:00
pkg.c Add the ability to correctly read pkg.conf is exists. 2013-03-05 13:31:06 +00:00