summaryrefslogtreecommitdiff
path: root/app-admin/newsyslog/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/newsyslog/files')
-rw-r--r--app-admin/newsyslog/files/newsyslog-1.1-html.patch20
-rw-r--r--app-admin/newsyslog/files/newsyslog-1.1.0.81-html.patch20
2 files changed, 40 insertions, 0 deletions
diff --git a/app-admin/newsyslog/files/newsyslog-1.1-html.patch b/app-admin/newsyslog/files/newsyslog-1.1-html.patch
new file mode 100644
index 000000000000..265858e74e4b
--- /dev/null
+++ b/app-admin/newsyslog/files/newsyslog-1.1-html.patch
@@ -0,0 +1,20 @@
+--- a/Makefile.in Tue May 21 14:08:11 2002
++++ b/Makefile.in Sun Aug 18 22:06:23 2002
+@@ -591,7 +591,7 @@
+
+ .8.8.html:
+ @rm -f $@
+- ($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
++ ($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
+
+ .5.5.ps:
+ @rm -f $@
+@@ -599,7 +599,7 @@
+
+ .5.5.html:
+ @rm -f $@
+- ($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
++ ($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
+
+ .cat5.cat5-dist:
+ @rm -f $@
diff --git a/app-admin/newsyslog/files/newsyslog-1.1.0.81-html.patch b/app-admin/newsyslog/files/newsyslog-1.1.0.81-html.patch
new file mode 100644
index 000000000000..873cfc10991a
--- /dev/null
+++ b/app-admin/newsyslog/files/newsyslog-1.1.0.81-html.patch
@@ -0,0 +1,20 @@
+--- a/Makefile.in 2018-06-24 14:36:18.647850208 +0000
++++ b/Makefile.in 2018-06-24 14:37:50.216321235 +0000
+@@ -763,7 +763,7 @@
+
+ .8.8.html:
+ @rm -f $@
+- ($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
++ ($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
+
+ .5.5.ps:
+ @rm -f $@
+@@ -771,7 +771,7 @@
+
+ .5.5.html:
+ @rm -f $@
+- ($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
++ ($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
+
+ .cat5.cat5-dist:
+ @rm -f $@