From owner-svn-ports-head@freebsd.org Tue Jun 4 11:00:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FD0915ABDFC; Tue, 4 Jun 2019 11:00:05 +0000 (UTC) (envelope-from carl@stagecraft.cx) Received: from brain.stagecraft.cx (brain.stagecraft.cx [113.212.96.58]) (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 CC183925C0; Tue, 4 Jun 2019 10:59:55 +0000 (UTC) (envelope-from carl@stagecraft.cx) Received: from carls-mac-pro.stagecraft.cx (Carls-Mac-Pro.stagecraft.cx [172.30.0.72]) by brain.stagecraft.cx (8.15.2/8.15.2) with ESMTPS id x54AeLUS026154 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 4 Jun 2019 20:40:23 +1000 (EST) (envelope-from carl@stagecraft.cx) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: svn commit: r463601 - in head/comms/xastir: . files From: Carl Makin In-Reply-To: Date: Tue, 4 Jun 2019 20:40:20 +1000 Cc: Larry Rosenman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0EF92277-B464-43CE-9033-392A5D3FDCA7@stagecraft.cx> References: <201803042157.w24Lvsp8098107@repo.freebsd.org> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3445.104.11) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (brain.stagecraft.cx [172.30.0.1]); Tue, 04 Jun 2019 20:40:24 +1000 (EST) X-Rspamd-Queue-Id: CC183925C0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of carl@stagecraft.cx designates 113.212.96.58 as permitted sender) smtp.mailfrom=carl@stagecraft.cx X-Spamd-Result: default: False [-2.27 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.93)[-0.931,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[stagecraft.cx]; NEURAL_HAM_LONG(-0.98)[-0.975,0]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[brain.stagecraft.cx]; NEURAL_HAM_SHORT(-0.56)[-0.558,0]; RCVD_IN_DNSWL_NONE(0.00)[58.96.212.113.list.dnswl.org : 127.0.10.0]; IP_SCORE(0.00)[country: AU(0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:45570, ipnet:113.212.96.0/24, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2019 11:00:05 -0000 Hi Everyone, > On 3 Jun 2019, at 5:07 am, Gerald Pfeifer wrote: >=20 > On Sun, 4 Mar 2018, Larry Rosenman wrote: >> Author: ler >> Date: Sun Mar 4 21:57:54 2018 >> New Revision: 463601 >> URL: https://svnweb.freebsd.org/changeset/ports/463601 >>=20 >> Log: >> comms/xastir: upgrade to 2.1.0 >>=20 >> PR: 226187 >> Submitted by: carl@stagecraft.cx (Maintainer) >=20 > That's been a lot of changes behind this single half line of > commit log. In particular... >=20 >> +USE_GCC=3D yes >=20 > ...why the mandatory use of GCC here, especially when the older > version did not have such a requirement? Xastir depends on GraphicsMagick, which doesn=E2=80=99t seem to have = been updated to handle the fact that openmp doesn=E2=80=99t require gcc = now. The original change to Xastir for gcc was done as the build broke = when GraphicsMagick added the "compiler:gcc-c++11-lib=E2=80=9D = dependancy. > Gerald (noticing this is still the case, fifteen months later) Once GraphicsMagic is updated, I can update Xastir with that change. I=E2=80=99d much rather not have to install gcc8 just to compile Xastir. Carl.