aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-01-19 06:08:53 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-01-19 06:08:53 +0000
commitccd60242220f9f9215e0f0e2afd91e0a6034abab (patch)
tree105290e040e36a9e8c6d17439868bd9a5892af2b /textproc/htmltolatex
parentafe49c4cc5e9693affef01d756ab87e0f63884fb (diff)
downloadports-ccd60242220f9f9215e0f0e2afd91e0a6034abab.tar.gz
ports-ccd60242220f9f9215e0f0e2afd91e0a6034abab.zip
Notes
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/Makefile2
-rw-r--r--textproc/htmltolatex/files/patch-CH2L.cpp13
2 files changed, 12 insertions, 3 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index 5687a02c2df1..838a195d3943 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= htmltolatex
PORTVERSION= 1
-PORTREVISION= 21
+PORTREVISION= 22
CATEGORIES= textproc
MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/
DISTNAME= ${PORTNAME}
diff --git a/textproc/htmltolatex/files/patch-CH2L.cpp b/textproc/htmltolatex/files/patch-CH2L.cpp
index 4ea26e4eeca1..4585cef9732d 100644
--- a/textproc/htmltolatex/files/patch-CH2L.cpp
+++ b/textproc/htmltolatex/files/patch-CH2L.cpp
@@ -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
+ {