View | Details | Raw Unified | Return to bug 216159
Collapse All | Expand All

(-)b/textproc/htmldoc/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	htmldoc
4
PORTNAME=	htmldoc
5
PORTVERSION=	1.8.28
5
PORTVERSION=	1.8.28
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.msweet.org/files/project1/ \
8
MASTER_SITES=	http://www.msweet.org/files/project1/ \
9
		EASYSW/${PORTNAME}/${PORTVERSION}
9
		EASYSW/${PORTNAME}/${PORTVERSION}
(-)b/textproc/htmldoc/files/patch-htmldoc_htmlsep.cxx (+11 lines)
Added Link Here
1
--- htmldoc/htmlsep.cxx.orig	2013-08-09 13:43:34 UTC
2
+++ htmldoc/htmlsep.cxx
3
@@ -524,7 +524,7 @@ write_doc(FILE   **out,			// I - Output 
4
     if (t->markup >= MARKUP_H1 && t->markup < (MARKUP_H1 + TocLevels) &&
5
         htmlGetVariable(t, (uchar *)"_HD_OMIT_TOC") == NULL)
6
     {
7
-      if (heading >= 0)
8
+      if (*heading >= 0)
9
         write_footer(out, *heading);
10
 
11
       (*heading) ++;

Return to bug 216159