From owner-svn-ports-all@freebsd.org Sat Feb 17 17:33:55 2018 Return-Path: Delivered-To: svn-ports-all@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 516A8F22812; Sat, 17 Feb 2018 17:33:55 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 015B28A98D; Sat, 17 Feb 2018 17:33:55 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFDC21FD25; Sat, 17 Feb 2018 17:33:54 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1HHXs2I053109; Sat, 17 Feb 2018 17:33:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1HHXsju053108; Sat, 17 Feb 2018 17:33:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802171733.w1HHXsju053108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 17 Feb 2018 17:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462174 - head/cad/calculix X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/cad/calculix X-SVN-Commit-Revision: 462174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 17 Feb 2018 17:33:55 -0000 Author: riggs Date: Sat Feb 17 17:33:54 2018 New Revision: 462174 URL: https://svnweb.freebsd.org/changeset/ports/462174 Log: Fix build with clang 6.0.0 PR: 225209 Submitted by: pfg (maintainer) Modified: head/cad/calculix/Makefile Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Sat Feb 17 16:56:05 2018 (r462173) +++ head/cad/calculix/Makefile Sat Feb 17 17:33:54 2018 (r462174) @@ -3,6 +3,7 @@ PORTNAME= calculix PORTVERSION= 2.13 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} @@ -32,6 +33,8 @@ USE_GL= gl glu # uses its own glut BROWSER?= firefox PSVIEWER?= gv + +CXXFLAGS+= -std=c++98 OPTIONS_DEFINE= DOCS EXAMPLES