From owner-freebsd-ports@freebsd.org Mon Dec 4 02:21:31 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE1DDBA473 for ; Mon, 4 Dec 2017 02:21:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF8C374294 for ; Mon, 4 Dec 2017 02:21:30 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 932A0D32; Sun, 3 Dec 2017 20:21:28 -0600 (CST) Date: Sun, 3 Dec 2017 20:21:27 -0600 From: Mark Linimon To: Thomas Mueller Cc: freebsd-ports@freebsd.org Subject: Re: Welcome flavors! portmaster now dead? synth? Message-ID: <20171204022127.GA5975@lonesome.com> References: <20171204005943.44830D32@mail.soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171204005943.44830D32@mail.soaustin.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 02:21:31 -0000 Let me see if I can clear up some common misconceptions ... On Mon, Dec 04, 2017 at 12:56:45AM +0000, Thomas Mueller wrote: > I believe portmaster and portupgrade work or worked on all supported > versions and architectures of FreeBSD In my experience I can only speak for amd64/i386, but AFAIK yes. > but synth is limited. Synth is written in Ada which IIUC limits it to amd64/i386. I think there was work to get Ada going under some arm variant but AFAIK it was never completed. Synth was never an option for mips/mips64/powerpc/powerpc64/sparc64. > Does poudriere work on all supported versions and architectures of > FreeBSD? I personally run it native on amd64/powerpc64/sparc64 and cross on aarch64/armv6/armv7, on various combinations of 10, 11, and -CURRENT. I've had it running, under load, on these buildenvs for several years, both with and without ZFS. It is my go-to system. It is also used to build packages on the freebsd.org cluster, including mips/mips64. mcl