From owner-svn-ports-head@freebsd.org Thu Jan 18 17:55:59 2018 Return-Path: Delivered-To: svn-ports-head@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 9B99FEB9A13; Thu, 18 Jan 2018 17:55:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CD1279121; Thu, 18 Jan 2018 17:55:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0IHuK39076897 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 18 Jan 2018 17:56:22 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0IHtoJw067806 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Jan 2018 09:55:51 -0800 (PST) (envelope-from truckman@FreeBSD.org) Date: Thu, 18 Jan 2018 09:55:45 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r459363 - in head/editors/openoffice-devel: . files To: ports-committers@freebsd.org cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <201801181651.w0IGpu3E090532@repo.freebsd.org> Message-ID: References: <201801181651.w0IGpu3E090532@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 18 Jan 2018 17:55:59 -0000 On 18 Jan, Don Lewis wrote: > Author: truckman > Date: Thu Jan 18 16:51:56 2018 > New Revision: 459363 > URL: https://svnweb.freebsd.org/changeset/ports/459363 > > Log: > Fix editors/openoffice-4 build with clang 6.0.0 by compiling with > -std=gnu++98 since that was the default for the compilers historically > used for the build. It turns out that -std=c++98 does not work > because the vigra headers depend on LLONG_MAX and friends, which > are not defined without the GNU extensions. s/openoffice-4/openoffice-devel/