From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 00:32:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3A8C6AB; Fri, 29 Nov 2013 00:32:52 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF97E1DB7; Fri, 29 Nov 2013 00:32:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT0Wq3i085544; Fri, 29 Nov 2013 00:32:52 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT0WqNt085543; Fri, 29 Nov 2013 00:32:52 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201311290032.rAT0WqNt085543@svn.freebsd.org> From: Maho Nakata Date: Fri, 29 Nov 2013 00:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335133 - head/math/octave/files 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.16 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, 29 Nov 2013 00:32:53 -0000 Author: maho Date: Fri Nov 29 00:32:52 2013 New Revision: 335133 URL: http://svnweb.freebsd.org/changeset/ports/335133 Log: A build fix with recent (?) version of texinfo. Note that this cannot be reproduced in maho's tinderbox. PR: 183338 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com> Modified: head/math/octave/files/patch-octave-doc Modified: head/math/octave/files/patch-octave-doc ============================================================================== --- head/math/octave/files/patch-octave-doc Fri Nov 29 00:20:41 2013 (r335132) +++ head/math/octave/files/patch-octave-doc Fri Nov 29 00:32:52 2013 (r335133) @@ -358,3 +358,20 @@ Check out a license for @var{feature}, returning 1 on success and 0 on failure. +--- doc/liboctave/liboctave.texi.orig 2013-02-22 05:19:23.000000000 +0900 ++++ doc/liboctave/liboctave.texi 2013-10-27 00:04:40.000000000 +0900 +@@ -80,10 +80,10 @@ + @end ifnottex + + @titlepage +-@title{Octave C++ Classes} +-@subtitle{Edition 1.0 for Octave version @value{VERSION}} +-@subtitle{September 1993} +-@author{John W. Eaton} ++@title Octave C++ Classes ++@subtitle Edition 1.0 for Octave version @value{VERSION} ++@subtitle September 1993 ++@author John W. Eaton + @page + @vskip 0pt plus 1filll + Copyright @copyright{} 1996, 1997 John W. Eaton.