From owner-svn-ports-head@freebsd.org Fri May 6 22:35:17 2016 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 7DBADB31E5C; Fri, 6 May 2016 22:35:17 +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 4FE9F14A0; Fri, 6 May 2016 22:35:17 +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 u46MZGir037185; Fri, 6 May 2016 22:35:16 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46MZGnu037184; Fri, 6 May 2016 22:35:16 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201605062235.u46MZGnu037184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 6 May 2016 22:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414733 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 06 May 2016 22:35:17 -0000 Author: stephen Date: Fri May 6 22:35:16 2016 New Revision: 414733 URL: https://svnweb.freebsd.org/changeset/ports/414733 Log: - Further attempts to make it C11 compliant for FreeBSD 9. Suggested by: Brooks Davis Reported by: pkg-fallout@FreeBSD.org Modified: head/math/GiNaC/Makefile Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Fri May 6 21:45:19 2016 (r414732) +++ head/math/GiNaC/Makefile Fri May 6 22:35:16 2016 (r414733) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcln.so:math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build \ - tar:bzip2 compiler:c++11-lang + tar:bzip2 compiler:c++11-lang compiler:c++11-lib GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip