From owner-freebsd-current@FreeBSD.ORG Sat Jul 13 23:51:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4EFB67C8 for ; Sat, 13 Jul 2013 23:51:02 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 216881385 for ; Sat, 13 Jul 2013 23:51:01 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 63CFF28936 for ; Sat, 13 Jul 2013 19:51:00 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Sat, 13 Jul 2013 19:51:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= Xtycii5X9YUIklvvsds380NABJ0=; b=V4G1xXhH0ivJvBUiaqashxFnFtlprxHp xyqFDVD69fI4FSRPItSQa8IV1pz5AfEkrS8tl9AaCKIFGH5lo/Ti8imJUBfw1aGG yhrKhEOWRzigwyx22+GSqALmgwtYwO19xB9CiXvymlCCbh4qOf0wAZ+0LIR2VJx7 O3CkW7ZuZ4I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=Xtycii5X9YUIklvvsds380NABJ0=; b=b1j z8P9NEBrmV7tMV5xPxiIVM+EpoOQfxXN638mtAnMU4IN9O24uY2PbQXQO16psW72 gMbv/tYMN5/K4rf6HegIxq4d32THCo+XYsevOCSDIo7iL99CRYLY/Oq9oZQit9ic XwS9wsRc3P77EDsfLbGvZbFD4y0PsQFFqtYXEN/U= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 424E5B00003; Sat, 13 Jul 2013 19:51:00 -0400 (EDT) Message-Id: <1373759460.29471.140661255344697.6A5745F8@webmail.messagingengine.com> X-Sasl-Enc: TSvs5wnrBwcU5ITntvkndveStbnsZA18fj+wicmddoj2 1373759460 From: Mark Felder To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-cea5092a In-Reply-To: <13CA24D6AB415D428143D44749F57D7201FC3FAA@ltcfiswmsgmb21> References: <20130712231637.GS85556@ithaqua.etoilebsd.net> <13CA24D6AB415D428143D44749F57D7201FC2DBD@ltcfiswmsgmb21> <20130713080732.GV85556@ithaqua.etoilebsd.net> <13CA24D6AB415D428143D44749F57D7201FC3AA2@ltcfiswmsgmb21> <13CA24D6AB415D428143D44749F57D7201FC3C92@ltcfiswmsgmb21> <13CA24D6AB415D428143D44749F57D7201FC3FAA@ltcfiswmsgmb21> Subject: Re: [HEADSUP] No more pkg_install on HEAD by default Date: Sat, 13 Jul 2013 18:51:00 -0500 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 23:51:02 -0000 On Sat, Jul 13, 2013, at 13:54, Teske, Devin wrote: > > > If FTP access (or any of the other remote access methods) are going away > for HEAD pkg access, I'll need to know so I can make the appropriate > changes in the HEAD branch of bsdconfig. > It's simpler than you think. The new pkg uses libfetch. You can have your PACAKGESITE be file:// ftp:// http:// https:// ... I do suspect that HTTP_PROXY support is probably not available as I recall seeing a post where someone was asking about that getting implemented for fetch. I'll have to research that again, though.