Skip to content
Snippets Groups Projects
Verified Commit a53e6655 authored by sunpoet's avatar sunpoet
Browse files
parent 9b7ce106
No related branches found
No related tags found
No related merge requests found
--- doc/autoconf.texi.orig 2012-04-25 02:14:19 UTC
+++ doc/autoconf.texi
@@ -5,9 +5,6 @@
@include version.texi
@settitle Autoconf
@setchapternewpage odd
-@ifnothtml
-@setcontentsaftertitlepage
-@end ifnothtml
@finalout
@c @ovar(ARG)
--- doc/latex-mk.texi.orig 2010-12-28 21:50:27 UTC
+++ doc/latex-mk.texi
@@ -3,7 +3,6 @@
@c %**start of header
@setfilename latex-mk.info
@settitle LaTeX-Mk
-@setcontentsaftertitlepage
@c %**end of header
@include version.texi
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
PORTNAME= texinfo
PORTVERSION= 6.7
PORTREVISION= 6
PORTVERSION= 6.8
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
......
TIMESTAMP = 1625585436
SHA256 (texinfo/texinfo-6.7.tar.xz) = 988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa
SIZE (texinfo/texinfo-6.7.tar.xz) = 4337984
TIMESTAMP = 1625599050
SHA256 (texinfo/texinfo-6.8.tar.xz) = 8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4
SIZE (texinfo/texinfo-6.8.tar.xz) = 4961528
SHA256 (texinfo/htmlxref.cnf-20201020) = eb8f4a17a4890030d8db2b728deec11d86a9343f696a50fc65f7e4a048520c90
SIZE (texinfo/htmlxref.cnf-20201020) = 20246
SHA256 (texinfo/texi2dvi-20210703) = 6fbc3a9a4f1166e8f0b4fd68ee29b22ba4465f03a7aac77d619d7a991c531f70
......
--- tp/Texinfo/XS/parsetexi/Parser-5556.pm.orig 2019-02-16 17:11:56 UTC
+++ tp/Texinfo/XS/parsetexi/Parser-5556.pm
@@ -5438,12 +5438,12 @@ sub _parse_special_misc_command($$$$)
}
} elsif ($command eq 'clickstyle') {
# REMACRO
- if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
+ if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) {
$args = ['@'.$1];
$self->{'clickstyle'} = $1
unless(_ignore_global_commands($self));
$remaining = $line;
- $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
+ $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
$has_comment = 1 if (defined($4));
} else {
$self->line_error (sprintf($self->__(
--- tp/Texinfo/XS/parsetexi/api.c.orig 2019-08-25 17:11:45 UTC
--- tp/Texinfo/XS/parsetexi/api.c.orig 2021-03-12 20:48:49 UTC
+++ tp/Texinfo/XS/parsetexi/api.c
@@ -25,7 +25,9 @@
#undef context
+#if defined(HAVE_LIBINTL_H)
+#ifdef ENABLE_NLS
#include <libintl.h>
+#endif
......
--- tp/Texinfo/XS/parsetexi/errors.c.orig 2019-08-25 17:11:45 UTC
+++ tp/Texinfo/XS/parsetexi/errors.c
@@ -14,7 +14,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
+#if defined(HAVE_LIBINTL_H)
#include <libintl.h>
+#endif
#include <stdlib.h>
#include <stdarg.h>
......@@ -106,9 +106,13 @@ man/man5/texinfo.5.gz
%%DATADIR%%/htmlxref.cnf
%%DATADIR%%/init/book.pm
%%DATADIR%%/init/chm.pm
%%DATADIR%%/init/highlight_syntax.pm
%%DATADIR%%/init/html32.pm
%%DATADIR%%/init/latex2html.pm
%%DATADIR%%/init/tex4ht.pm
%%DATADIR%%/js/info.css
%%DATADIR%%/js/info.js
%%DATADIR%%/js/modernizr.js
%%DATADIR%%/texindex.awk
%%DATADIR%%/texinfo.dtd
%%TEXMFDIR%%/tex/generic/epsf/epsf.tex
......@@ -119,6 +123,7 @@ man/man5/texinfo.5.gz
%%TEXMFDIR%%/tex/texinfo/txi-de.tex
%%TEXMFDIR%%/tex/texinfo/txi-en.tex
%%TEXMFDIR%%/tex/texinfo/txi-es.tex
%%TEXMFDIR%%/tex/texinfo/txi-fi.tex
%%TEXMFDIR%%/tex/texinfo/txi-fr.tex
%%TEXMFDIR%%/tex/texinfo/txi-hu.tex
%%TEXMFDIR%%/tex/texinfo/txi-is.tex
......
--- doc/iksemel.texi.orig 2011-10-18 20:25:37 UTC
+++ doc/iksemel.texi
@@ -1,7 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename iksemel
-@setcontentsaftertitlepage
@settitle Iksemel Programmers Manual
@set VERSION 1.2
@c %**end of header
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment