From owner-freebsd-ports@FreeBSD.ORG Mon Nov 25 07:35:19 2013 Return-Path: Delivered-To: freebsd-ports@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 0F66999F for ; Mon, 25 Nov 2013 07:35:19 +0000 (UTC) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [150.101.137.143]) by mx1.freebsd.org (Postfix) with ESMTP id A050920CC for ; Mon, 25 Nov 2013 07:35:18 +0000 (UTC) Received: from ppp118-210-25-33.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.25.33]) by ipmail05.adl6.internode.on.net with ESMTP; 25 Nov 2013 18:05:17 +1030 Message-ID: <5292FDB4.4090100@ShaneWare.Biz> Date: Mon, 25 Nov 2013 18:05:16 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Christopher J. Ruwe" , freebsd-ports@freebsd.org Subject: Re: poudirere behave-alike for References: <20131125021559.1af33188@dijkstra.cruwe.de> In-Reply-To: <20131125021559.1af33188@dijkstra.cruwe.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:35:19 -0000 On 25/11/2013 11:45, Christopher J. Ruwe wrote: > I think my question is slightly off-topic, but I think freebsd-ports@ > may be the best of many not so good fits: > > I need to build packages for Solaris and SmartOS. My first choice > would be ports, which unfortunately are not very well suited to > cross-building. Instead I use, as many people, pkgsrc. > > I would like to leverage pkgsrc with something like poudriere, > especially as I have ZFS and zones in Solaris/SmartOS. I found in a > message on the DragonFlyBSD list > http://leaf.dragonflybsd.org/mailarchive/users/2013-01/msg00008.html > a mention of poudriere being used on DragonFly/pkgsrc. > > Does anybody know of the state of this piece of software? The git > repos I can find on google are stale links. As etoilebsd is > referenced in the mail from DragonFly, I chose to ask here first. The freebsd ports tree at http://svnweb.freebsd.org/ports/head/ports-mgmt/poudriere/ shows poudriere source is downloaded from http://fossil.etoilebsd.net/poudriere/tarball/ I think the best place to start would be the DPorts as it mentions they needed to patch it to work on Dragonfly - those patches will highlight the changes you need to make so should be the best start.