From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 20:44:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 501E7106564A for ; Thu, 12 Jul 2012 20:44:32 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id AF9E38FC08 for ; Thu, 12 Jul 2012 20:44:31 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q6CKiQm5003794; Thu, 12 Jul 2012 22:44:26 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q6CKiQt2003791; Thu, 12 Jul 2012 22:44:26 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 12 Jul 2012 22:44:26 +0200 (CEST) From: Wojciech Puchar To: Kaya Saman In-Reply-To: <4FFF32EE.2030700@gmail.com> Message-ID: References: <44k3y83nib.fsf@be-well.ilk.org> <20120712174139.GA10822@external.screwed.box> <20120712185400.GB10822@external.screwed.box> <4FFF32EE.2030700@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 12 Jul 2012 22:44:26 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to run FreeBSD ports through port 80? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 20:44:32 -0000 > > My issues start coming into play when building the actual port itself. Ie. > fetching the distfile, as you suggested above. > > > As soon as I start running portmaster -a or a 'make install clean' on certain > ports, the progress just bombs out totally. > as you've said it is not a problem at all tomorrow. > > It would be really cool if I could find a way to centrally manage all of > this. So perhaps in conjunction with CVSup..... What you mean? common /usr/ports/distfiles ? You may mirror it all if you wish and then NFS export. But if you want to install lots of ports to many computers i would recommend building on one and then just make binary packages. >Something like a Linux repo server if you will no idea what it is. have not use linux for 9 years, and before that few years using my own manual distro as anything else wasn't usable.