From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 12 17:16:09 2013 Return-Path: Delivered-To: freebsd-hackers@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 4D478CE1 for ; Tue, 12 Feb 2013 17:16:09 +0000 (UTC) (envelope-from lidl@hydra.pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) by mx1.freebsd.org (Postfix) with ESMTP id 283792E3 for ; Tue, 12 Feb 2013 17:16:09 +0000 (UTC) Received: from hydra.pix.net (localhost [127.0.0.1]) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id r1CHG8IV065613; Tue, 12 Feb 2013 12:16:08 -0500 (EST) (envelope-from lidl@hydra.pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at mail.pix.net Received: (from lidl@localhost) by hydra.pix.net (8.14.5/8.14.5/Submit) id r1CHG8qs065612; Tue, 12 Feb 2013 12:16:08 -0500 (EST) (envelope-from lidl) Date: Tue, 12 Feb 2013 12:16:08 -0500 From: Kurt Lidl To: Wojciech Puchar Subject: Re: building select ports for packaging on install media Message-ID: <20130212171608.GA65437@pix.net> References: <20130211192432.GA54378@pix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 17:16:09 -0000 On Tue, Feb 12, 2013 at 04:29:45PM +0100, Wojciech Puchar wrote: > > cdrom. > > > > What I'd like to do is augement that CD-ROM image with several > > binary packages, so I can just install them via 'sysinstall', > > rather than having to maintain a /usr/ports tree on every host > > and compile the same software again and again... > > why not just use pkg_add? Because there do not seem to be any packages available for 9.1-sparc64: root@host-75: uname -a FreeBSD host.pix.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Feb 5 00:35:59 EST 2013 lidl@host.pix.net:/usr/obj/usr/src/sys/V120 sparc64 root@host-76: pkg install nettop Updating repository catalogue pkg: http://pkg.freebsd.org/freebsd:9:sparc64:64/latest/repo.txz: Not Found -Kurt