From owner-freebsd-pkg@FreeBSD.ORG Tue May 20 00:42:55 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67D85C6; Tue, 20 May 2014 00:42:55 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 535EF2927; Tue, 20 May 2014 00:42:54 +0000 (UTC) Received: from AlfredMacbookAir.local (unknown [12.130.117.130]) by elvis.mu.org (Postfix) with ESMTPSA id 250CE1A3C19; Mon, 19 May 2014 17:42:41 -0700 (PDT) Message-ID: <537AA4FC.3050408@freebsd.org> Date: Mon, 19 May 2014 20:42:36 -0400 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Mark Felder , Craig Rodrigues Subject: Re: RFC: poudriere in FreeNAS build References: <143472D1-9DFA-45FD-BAD9-B6ED5E8B8312@FreeBSD.org> In-Reply-To: <143472D1-9DFA-45FD-BAD9-B6ED5E8B8312@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brooks Davis , freebsd-pkg@freebsd.org, Warner Losh X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 00:42:55 -0000 On 5/19/14, 8:32 PM, Mark Felder wrote: > On May 19, 2014, at 15:30, Craig Rodrigues wrote: > >> Hi, >> >> I have done a lot of work to change the FreeNAS build system >> to build packages using poudriere. I would be interested in >> having some folks try it out and provide feedback. >> >> If you are interested in trying it out, please try the following >> >> SETUP >> ====== >> Make sure you have the following ports installed: >> >> pkg install devel/git >> pkg install archivers/pxz >> pkg install lang/python >> pkg install emulators/virtualbox-ose >> pkg install ports-mgmt/poudriere-devel >> >> >> TESTING ON A FREEBSD 10 or FREEBSD CURRENT host >> ============================================= >> >> These steps will only work on a FREEBSD 10, or a FREEBSD-CURRENT host >> >> git clone -b freebsd10 https://github.com/freenas/freenas.git >> cd freenas >> make git-external >> make checkout >> make release >> >> >> TESTING ON A FREEBSD 9 host >> ============================================= >> >> These steps will only work on a FREEBSD 9 host: >> >> git clone https://github.com/freenas/freenas.git >> cd freenas >> make git-external >> make checkout >> make release >> >> >> > I know nothing about building packages for FreeNAS, but as the multimedia/plexmediaserver port maintainer I see users on the Plex forums begging for new packages for FreeNAS -- they lag far behind my port updates. Would this make it trivial to build a FreeNAS package and upload it to AppCafe or whatever FreeNAS users require to find the software? Hmm, that's an interesting point. Craig, couldn't this be fixed by making a release of TrueOS available as a vmdk for this purpose? -Alfred > > _______________________________________________ > freebsd-pkg@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pkg > To unsubscribe, send any mail to "freebsd-pkg-unsubscribe@freebsd.org" >