Date: Fri, 19 Jan 2018 06:08:54 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459396 - in head/textproc/htmltolatex: . files Message-ID: <201801190608.w0J68sHl024664@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Jan 19 06:08:53 2018 New Revision: 459396 URL: https://svnweb.freebsd.org/changeset/ports/459396 Log: textproc/htmltolatex: fix build on current Modified: head/textproc/htmltolatex/Makefile head/textproc/htmltolatex/files/patch-CH2L.cpp Modified: head/textproc/htmltolatex/Makefile ============================================================================== --- head/textproc/htmltolatex/Makefile Fri Jan 19 05:01:12 2018 (r459395) +++ head/textproc/htmltolatex/Makefile Fri Jan 19 06:08:53 2018 (r459396) @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} Modified: head/textproc/htmltolatex/files/patch-CH2L.cpp ============================================================================== --- head/textproc/htmltolatex/files/patch-CH2L.cpp Fri Jan 19 05:01:12 2018 (r459395) +++ head/textproc/htmltolatex/files/patch-CH2L.cpp Fri Jan 19 06:08:53 2018 (r459396) @@ -1,5 +1,5 @@ ---- CH2L.cpp.orig Sun Nov 11 21:03:19 2001 -+++ CH2L.cpp Fri Feb 21 03:08:09 2003 +--- CH2L.cpp.orig 2001-11-11 21:03:19.000000000 +0100 ++++ CH2L.cpp 2018-01-19 07:07:05.786197000 +0100 @@ -18,6 +18,9 @@ * Boston, MA 02111-1307, USA. * @@ -45,3 +45,12 @@ { bool did_something = false; bool alignment_changed = false; +@@ -3945,7 +3947,7 @@ + + mTableDimensionsFileName = tsp; + mTableDimensionsFile.open(tsp.c_str()); +- return mTableDimensionsFile; ++ return true; + } + else + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801190608.w0J68sHl024664>