From owner-svn-ports-all@freebsd.org Tue May 3 17:24:21 2016 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 71EADB2C45F; Tue, 3 May 2016 17:24:21 +0000 (UTC) (envelope-from stephen@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 mx1.freebsd.org (Postfix) with ESMTPS id 3F47E11B3; Tue, 3 May 2016 17:24:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43HOK22018109; Tue, 3 May 2016 17:24:20 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43HOKKu018108; Tue, 3 May 2016 17:24:20 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201605031724.u43HOKKu018108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 3 May 2016 17:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414541 - head/math/GiNaC X-SVN-Group: ports-head 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.22 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: Tue, 03 May 2016 17:24:21 -0000 Author: stephen Date: Tue May 3 17:24:20 2016 New Revision: 414541 URL: https://svnweb.freebsd.org/changeset/ports/414541 Log: - Use a C11 compliant compiler. Reported by: pkg-fallout@FreeBSD.org Modified: head/math/GiNaC/Makefile Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Tue May 3 17:19:02 2016 (r414540) +++ head/math/GiNaC/Makefile Tue May 3 17:24:20 2016 (r414541) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcln.so:math/cln -USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 +USES= gmake libtool makeinfo pathfix pkgconfig python:build \ + tar:bzip2 compiler:c++11-lang GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip