svn commit: r459396 - in head/textproc/htmltolatex: . files

Kurt Jaeger pi at FreeBSD.org
Fri Jan 19 06:08:55 UTC 2018


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 
+ 		{


More information about the svn-ports-all mailing list