math/octave passed compilation stage, but stopped in installation stage, for a while. This is because some lines in doc/liboctave/liboctave.texi are illegal or make info is old. Fix: As a tentative workaround, I attached a new patch file of files/patch-octave-doc which includes a modification to the relevant lines in liboctave.texi. Patch attached with submission follows: How-To-Repeat: Just try to make install. I's 100% surely reproducible. cd math/octave make make install
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer (via the GNATS Auto Assign Tool)
Hi, I still have a problem in installation stage of this port, although my texinfo is the latest one in port tree: PORTNAME= texinfo PORTVERSION= 5.2.20130926 Are there any report about the installation ports/octave ? I still need a workaround attached. Although the workaround is basically same thing I previously reported, I have made it *.diff format for files/patch-octave-doc. Cheers -- ----- Mamoru Iwaki Japan
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. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks!