From owner-freebsd-ports@freebsd.org Mon Sep 19 11:52:40 2016 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 587E4BE067E for ; Mon, 19 Sep 2016 11:52:40 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay114.isp.belgacom.be (mailrelay114.isp.belgacom.be [195.238.20.141]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5670FBF for ; Mon, 19 Sep 2016 11:52:39 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BgAwBa0N9X/9SdgG1dGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgzoBAQEBAR5JgQqNM5gSky6CA4YYBAICgUc5FAECAQEBAQEBAV4nhGI?= =?us-ascii?q?BAQQ6HCMQCw4KCSUPKh4GE4hOwFABAQEBAQEEAQEBASOLC4ogAQSZb49ScY8DS?= =?us-ascii?q?Iwcg3seNoRsPDSHYgEBAQ?= Received: from 212.157-128-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.128.157.212]) by relay.skynet.be with ESMTP; 19 Sep 2016 13:51:20 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u8JBpJZV000616; Mon, 19 Sep 2016 13:51:20 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 19 Sep 2016 13:51:19 +0200 From: Tijl Coosemans To: Matthias Apitz Cc: freebsd-ports@freebsd.org Subject: Re: linux_base-c6 (....) on amd64 without x86_64 support Message-ID: <20160919135119.48b5587b@kalimero.tijl.coosemans.org> In-Reply-To: <20160919105017.GB3529@c720-r292778-amd64> References: <20160919105017.GB3529@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 11:52:40 -0000 On Mon, 19 Sep 2016 12:50:17 +0200 Matthias Apitz wrote: > I have compiled my ports with poudriere on amd64, based on ports r414411 > at the moment, and learned that the linux*c6 packages does not have > x86_64 support; I recompiled as test emulators/linux_base-c6 and only if > I set in /etc/make.conf: > > OVERRIDE_LINUX_BASE_PORT=c6_64 > > the package is built as linux_base-c6_64-6.7_1.txz and has 64-bit > support (and 32-bit too). Why do I have to set this extra variable > OVERRIDE_LINUX_BASE_PORT? Because it is new and experimental. I plan to enable it by default in January 2017, after FreeBSD 9, 10.1 and 10.2 EoL.