From owner-svn-ports-all@freebsd.org Sun Apr 9 20:36:49 2017 Return-Path: Delivered-To: svn-ports-all@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 4E2E6D3688D; Sun, 9 Apr 2017 20:36:49 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [IPv6:2001:4060:1:1001::13:197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14B85D82; Sun, 9 Apr 2017 20:36:49 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id EB9D012B0D5; Sun, 9 Apr 2017 22:36:45 +0200 (CEST) Subject: Re: svn commit: r438061 - in head/lang: gcc/files gcc5/files gcc6/files To: Jan Beich , Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704081855.v38ItZH5002650@repo.freebsd.org> From: Andreas Tobler Message-ID: <19d16784-4542-6186-158a-abda98a24374@FreeBSD.org> Date: Sun, 9 Apr 2017 22:37:47 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit X-Scanned-By: Asterix Submit on 127.0.1.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2017 20:36:49 -0000 On 08.04.17 22:21, Jan Beich wrote: > Andreas Tobler writes: > >> Author: andreast (src committer) >> Date: Sat Apr 8 18:55:35 2017 >> New Revision: 438061 >> URL: https://svnweb.freebsd.org/changeset/ports/438061 >> >> Log: >> Define WCHAR_T for aarch64 on all active gcc (gcc/gcc5 and gcc6) releases. >> This define is already in upstream. >> The gcc*-devel ports will pickup the commit from upstream. > [...] >> +@@ -0,0 +1,99 @@ >> +/* Definitions for AArch64 running FreeBSD >> + Copyright (C) 2016 Free Software Foundation, Inc. >> + >> @@ -125,6 +125,11 @@ Index: gcc/config/aarch64/aarch64-freebs >> +#undef TARGET_BINDS_LOCAL_P >> +#define TARGET_BINDS_LOCAL_P default_binds_local_p_2 >> + >> ++/* Use the AAPCS type for wchar_t, override the one from >> ++ config/freebsd.h. */ >> ++#undef WCHAR_TYPE >> ++#define WCHAR_TYPE "unsigned int" >> ++ >> +#endif /* GCC_AARCH64_FREEBSD_H */ Jan, > Does this change the produced binary? If so bump PORTREVISION for > package-only users to pick it up. poudriere by itself isn't smart enough > to figure out. I do not know offhand. I theory yes. To be on the safe side I agree to bump the PORTREVISION. I'd like to have the ok from Gerald, he's on vacation atm. Maybe he finds a minute to give an ok and then I would bump the version of gcc/gcc5 and gcc6. Thanks for the hint. Andreas