SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
textproc/texi2html/patches/patch-Makefile_in
Normal file
20
textproc/texi2html/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- Makefile.in.orig Fri Sep 18 15:20:43 2015
|
||||
+++ Makefile.in Fri Sep 18 15:20:45 2015
|
||||
@@ -1046,7 +1046,7 @@ regenerate_i18n_ref: i18n i18n_ref
|
||||
# $(MKDIR_P) i18n
|
||||
# msgexec -i $< "$(srcdir)/gettext_to_separated.pl" | "$(srcdir)/separated_to_hash.pl" en > $@
|
||||
|
||||
-translations.pl: i18n/en.thl
|
||||
+_translations.pl: i18n/en.thl
|
||||
$(PERL) manage_i18n.pl -d i18n -o $@ -I . -I $(srcdir) merge
|
||||
|
||||
# update the po files, and install locally the .mo files for the in
|
||||
@@ -1077,7 +1077,7 @@ clean-local:
|
||||
distclean-local:
|
||||
-rm -rf locales i18n
|
||||
|
||||
-install-data-local: i18n
|
||||
+install-data-local: i18n/en.thl
|
||||
$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/i18n
|
||||
$(INSTALL_DATA) i18n/*.thl $(DESTDIR)$(pkgdatadir)/i18n
|
||||
$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/Recode \
|
29
textproc/texi2html/patches/patch-texi2html_pl
Normal file
29
textproc/texi2html/patches/patch-texi2html_pl
Normal file
|
@ -0,0 +1,29 @@
|
|||
Index: texi2html.pl
|
||||
--- texi2html.pl.orig
|
||||
+++ texi2html.pl
|
||||
@@ -1,7 +1,5 @@
|
||||
#! @PERL@ --
|
||||
# perl
|
||||
-'di ';
|
||||
-'ig 00 ';
|
||||
#+##############################################################################
|
||||
#
|
||||
# texi2html: Program to transform Texinfo documents to HTML
|
||||
@@ -31,8 +29,6 @@
|
||||
# switch of texinfo to GPLv3+.
|
||||
#
|
||||
#-##############################################################################
|
||||
-# The man page for this program is included at the end of this file and can be
|
||||
-# viewed using the command 'nroff -man texi2html'.
|
||||
|
||||
# for POSIX::setlocale and File::Spec
|
||||
require 5.00405;
|
||||
@@ -5609,7 +5605,7 @@ sub common_misc_commands($$$$)
|
||||
}
|
||||
elsif ($command eq 'clickstyle')
|
||||
{
|
||||
- if ($line =~ s/^\s+@([^\s\{\}\@]+)({})?\s*//)
|
||||
+ if ($line =~ s/^\s+@([^\s\{\}\@]+)(\{})?\s*//)
|
||||
{
|
||||
$Texi2HTML::THISDOC{$command} = $1;
|
||||
# FIXME warn about what remains on the line?
|
Loading…
Add table
Add a link
Reference in a new issue