From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 00:05:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85B7C7DD; Wed, 1 Apr 2015 00:05:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 70817DAA; Wed, 1 Apr 2015 00:05:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3105UXH099981; Wed, 1 Apr 2015 00:05:30 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3105Ucr099980; Wed, 1 Apr 2015 00:05:30 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201504010005.t3105Ucr099980@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 1 Apr 2015 00:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382884 - head/math/octave-forge-interval 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.18-1 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: Wed, 01 Apr 2015 00:05:30 -0000 Author: stephen Date: Wed Apr 1 00:05:29 2015 New Revision: 382884 URL: https://svnweb.freebsd.org/changeset/ports/382884 QAT: https://qat.redports.org/buildarchive/r382884/ Log: - Add USES=compiler:c++11-lang in attempt to avoid build errors with versions of FreeBSD 9 or earlier. Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/382795/logs/octave-forge-interval-0.1.4.log Modified: head/math/octave-forge-interval/Makefile Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Tue Mar 31 23:40:34 2015 (r382883) +++ head/math/octave-forge-interval/Makefile Wed Apr 1 00:05:29 2015 (r382884) @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr +USES= compiler:c++11-lang + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME}