From owner-svn-ports-all@freebsd.org Sun Feb 25 22:23:46 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 EAC90F2E72E; Sun, 25 Feb 2018 22:23:45 +0000 (UTC) (envelope-from stephen@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 994A0741FA; Sun, 25 Feb 2018 22:23:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9431212EF0; Sun, 25 Feb 2018 22:23:45 +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 w1PMNj3p077569; Sun, 25 Feb 2018 22:23:45 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PMNjRd077568; Sun, 25 Feb 2018 22:23:45 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802252223.w1PMNjRd077568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 22:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462981 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 462981 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: Sun, 25 Feb 2018 22:23:46 -0000 Author: stephen Date: Sun Feb 25 22:23:45 2018 New Revision: 462981 URL: https://svnweb.freebsd.org/changeset/ports/462981 Log: - Try to correct a bunch of error messages reported by pkg-fallout@ on FreeBSD 10.3. Modified: head/Mk/bsd.octave.mk Modified: head/Mk/bsd.octave.mk ============================================================================== --- head/Mk/bsd.octave.mk Sun Feb 25 22:22:47 2018 (r462980) +++ head/Mk/bsd.octave.mk Sun Feb 25 22:23:45 2018 (r462981) @@ -20,7 +20,7 @@ RUN_DEPENDS+= octave:math/octave \ ${LOCALBASE}/libexec/octave/load-octave-pkg:math/octave-forge-base LIB_DEPENDS+= libpcre.so:devel/pcre -USES+= fortran gmake +USES+= fortran gmake compiler:c++14-lang CXXFLAGS+= -std=gnu++11 DIST_SUBDIR= octave-forge