pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Update to 5.1. This adds a perl depende...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4db60b23b460
branches: trunk
changeset: 621102:4db60b23b460
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 04 16:19:16 2013 +0000
description:
Update to 5.1. This adds a perl dependency. I hope this won't break
bootstrapping.
*** NEWS FOR ALL AUTHORS OF TEXINFO MANUALS ***
As of version 4.2, Texinfo has a new command @copying to define the
copyright and copying permissions for a manual. If you haven't already,
please switch to using it in your next release, because the historical
method of doing copyright permissions using @ifinfo failed to output
copyright information in the HTML (or XML) formats. The manual has
detailed explanations and examples. For convenience, here's a url to
one of the relevant sections:
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Document-Permissions.html
-------------------------------------------------------------------------------
5.1 (12 March 2013)
* texi2any:
. irregular sectioning trees (see 5.0 news item) produce a warning
rather than an error.
. @set in the middle of the line no longer produces a warning.
* info:
. lzip (.lz) compression supported.
* install-info:
. lzip (.lz) compression supported.
5.0 (16 February 2013)
* Language:
. Texinfo commands are supported in node names.
. #line directives are recognized.
. @-commands are now recognized in raw format blocks. Therefore, for
example, lone @, { and } characters in @tex, @html and similar
environments must be converted to the normal @@, @{, and @} commands.
. new commands @inlinefmt and @inlineraw for brace-delimited conditionals.
. new conditionals @ifcommanddefined and @ifcommandnotdefined to test
if a Texinfo command is available.
. new command @part for a group of chapters.
. new environments @raggedright, @smallquotation,
@indentedblock, and @smallindentedblock.
. new commands @codequoteundirected and @codequotebacktick,
for a better interface than the @set variables; now respected by @kbd.
. new command @xrefautomaticsectiontitle to allow using section titles
in cross references by default, instead of node names.
. new commands for Texinfo special characters:
@atchar{} @lbracechar{} @rbracechar{} @backslashchar{} @hashchar{}.
. new commands @deftypefnnewline to print return types on their own lines.
. new command @headitemfont for the sake of template rows.
. new command @urefbreakstyle to control breaking of @url/@uref in TeX.
. new diacritic command @ogonek.
. new commands for Icelandic letters eth and thorn: @DH{} @dh{} @TH{} @th{}.
. new command @errormsg to report an error.
. five-argument xrefs can refer to a whole manual, by omitting the
section name and either omitting the node name or using "Top".
. DEL (0x7f = 0177 = 127) is a true comment character (catcode 14 in TeX).
* texi2any is the new generic converter for Texinfo that can produce all
supported output formats, both those from texi2dvi (PDF/DVI) and from
makeinfo (Info/HTML/etc.). texi2any and makeinfo are now different
names for the same program; there are no differences in behavior based
on the program name.
The new implementation is in Perl, requiring Perl 5.7.3 (released in
March 2002) and its standard Encode module.
The Perl texi2any/makeinfo both replaces and is intended to be (for
all practical purposes) upward-compatible with the C makeinfo. It has
many new features not in the C makeinfo. For example, cross-manual
references are now fully supported, and allows for extensive
customization of the HTML output. See the `Generic Translator
texi2any' chapter in the manual (among other places) for more about
this reimplementation.
The new program is, unfortunately, noticeably slower at present than
the C program was. We hope all the many improvements make the new
version worthwhile for users nevertheless.
* Intentional incompatibilities with the previous implementation of
makeinfo, through version 4.13:
. The old implementation accepted a lone block of text inside @itemize,
@enumerate, etc., without any @item. This is semantically
inconsistent, leading to problems with some backends, and thus now
produces a warning.
. The old implementation accepted ``irregular'' sectioning trees. Now,
when @node pointers are implicitly determined, the consistency of
@menu and the sectioning tree is checked. (If node pointers are
explicitly specified in the document, the tree can still be irregular.)
. The old implementation always added blank lines between function
definitions if they weren't already there. Now blank lines are not
added. (Both old and new implementations preserve blank lines that
are present.)
. The old implementation did not consider ends of lines from expansion
of an @macro definition to end an @-command line-delimited argument
(@chapter, @center, etc.). This is no longer the case. (A detailed
example is in the manual, node Macro Details.)
* pod2texi is a new (Perl) program that uses the capabilities of
texi2any to translate Perl pod documentation to Texinfo.
* texinfo.tex:
. urls (given to @uref and @url) are broken by default at special
characters; behavior controllable with @urefbreakstyle.
. support some per-language hyphenation, when the underlying TeX
engine does (for instance, etex/pdfetex from TeX Live 2008 or
later). Words with accented letters are still not handled properly.
. @title, text will be broken if needed, and @* can be used to override.
. new Icelandic translation: txi-is.tex.
. new Hungarian translation: txi-hu.tex.
. official updates between full package releases available at
http://ftpmirror.gnu.org/texinfo/texinfo.tex.
* texi2dvi:
. new option --max-iterations.
. official updates between full package releases available at
http://ftpmirror.gnu.org/texinfo/texi2dvi.
* info:
. INFOPATH is determined from PATH by default, or if an element "PATH"
is specified.
. New command Info-virtual-index, bound to I by default, following Emacs.
. Info keywords not found by searches.
. A lower limit on the length of search patterns, default 1,
specified by the variable min-search-length.
. Use ASCII versions of images, if supplied by the document.
. xz compression supported.
* install-info:
. xz compression supported.
* Documentation:
. new appendix with a technical description of the Info file format.
. information on the customizations of the HTML output now possible.
* Distribution:
. new file htmlxref.cnf is installed to support cross-manual
references; official updates between full package releases available
at http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
. language support for no removed/renamed to nb, per Norwegian translators.
. new translations: id it,
and document translations: eo pl.
. texinfo.cat file removed since it is (to our knowledge) unused.
. documentation license now GFDLv1.3 or later.
. autoconf 2.69, automake 1.13.1, gettext 0.18.2.
diffstat:
devel/gtexinfo/Makefile | 18 +++++++--
devel/gtexinfo/PLIST | 41 +++++++++++++++++++++-
devel/gtexinfo/PLIST.locale | 17 ++++++++-
devel/gtexinfo/distinfo | 20 +++++------
devel/gtexinfo/options.mk | 4 +-
devel/gtexinfo/patches/patch-ab | 12 +++---
devel/gtexinfo/patches/patch-ac | 12 +++---
devel/gtexinfo/patches/patch-aj | 13 -------
devel/gtexinfo/patches/patch-ak | 13 -------
devel/gtexinfo/patches/patch-gnulib_lib_mbiter.h | 14 +++---
devel/gtexinfo/patches/patch-gnulib_lib_mbuiter.h | 14 +++---
devel/gtexinfo/patches/patch-util_texi2dvi | 15 +------
12 files changed, 107 insertions(+), 86 deletions(-)
diffs (truncated from 374 to 300 lines):
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/Makefile Thu Jul 04 16:19:16 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2013/01/13 20:44:55 apb Exp $
+# $NetBSD: Makefile,v 1.83 2013/07/04 16:19:16 wiz Exp $
-DISTNAME= texinfo-4.13a
+DISTNAME= texinfo-5.1
PKGNAME= g${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
@@ -11,14 +10,23 @@
COMMENT= GNU info documentation utilities
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+# otherwise, package installs copies of them itself
+DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
+DEPENDS+= p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
+DEPENDS+= p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
-WRKSRC= ${WRKDIR}/texinfo-4.13 # just for 4.13a
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-external-libintl-perl
+CONFIGURE_ARGS+= --with-external-Text-Unidecode
+CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth
-GNU_CONFIGURE= yes
INFO_FILES= yes
TEST_TARGET= check
PLIST_SRC= ${PKGDIR}/PLIST
+USE_TOOLS+= perl:run
PKGSRC_INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}
MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/PLIST
--- a/devel/gtexinfo/PLIST Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/PLIST Thu Jul 04 16:19:16 2013 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:48:47 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2013/07/04 16:19:16 wiz Exp $
bin/info
bin/infokey
bin/install-info
bin/makeinfo
bin/pdftexi2dvi
+bin/pod2texi
+bin/texi2any
bin/texi2dvi
bin/texi2pdf
bin/texindex
@@ -15,11 +17,44 @@
man/man1/install-info.1
man/man1/makeinfo.1
man/man1/pdftexi2dvi.1
+man/man1/pod2texi.1
+man/man1/texi2any.1
man/man1/texi2dvi.1
man/man1/texi2pdf.1
man/man1/texindex.1
man/man5/info.5
man/man5/texinfo.5
-share/texinfo/texinfo.cat
+share/texinfo/DebugTexinfo/DebugCount.pm
+share/texinfo/DebugTexinfo/DebugTree.pm
+share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
+share/texinfo/Texinfo/Common.pm
+share/texinfo/Texinfo/Convert/Converter.pm
+share/texinfo/Texinfo/Convert/DocBook.pm
+share/texinfo/Texinfo/Convert/HTML.pm
+share/texinfo/Texinfo/Convert/IXIN.pm
+share/texinfo/Texinfo/Convert/IXINSXML.pm
+share/texinfo/Texinfo/Convert/Info.pm
+share/texinfo/Texinfo/Convert/Line.pm
+share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
+share/texinfo/Texinfo/Convert/Paragraph.pm
+share/texinfo/Texinfo/Convert/PlainTexinfo.pm
+share/texinfo/Texinfo/Convert/Plaintext.pm
+share/texinfo/Texinfo/Convert/Texinfo.pm
+share/texinfo/Texinfo/Convert/TexinfoSXML.pm
+share/texinfo/Texinfo/Convert/TexinfoXML.pm
+share/texinfo/Texinfo/Convert/Text.pm
+share/texinfo/Texinfo/Convert/TextContent.pm
+share/texinfo/Texinfo/Convert/UnFilled.pm
+share/texinfo/Texinfo/Convert/Unicode.pm
+share/texinfo/Texinfo/Documentlanguages.pm
+share/texinfo/Texinfo/Encoding.pm
+share/texinfo/Texinfo/Parser.pm
+share/texinfo/Texinfo/Report.pm
+share/texinfo/Texinfo/Structuring.pm
+share/texinfo/htmlxref.cnf
+share/texinfo/init/book.pm
+share/texinfo/init/chm.pm
+share/texinfo/init/html32.pm
+share/texinfo/init/latex2html.pm
+share/texinfo/init/tex4ht.pm
share/texinfo/texinfo.dtd
-share/texinfo/texinfo.xsl
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/PLIST.locale
--- a/devel/gtexinfo/PLIST.locale Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/PLIST.locale Thu Jul 04 16:19:16 2013 +0000
@@ -1,23 +1,38 @@
-@comment $NetBSD: PLIST.locale,v 1.5 2008/09/01 17:53:47 christos Exp $
+@comment $NetBSD: PLIST.locale,v 1.6 2013/07/04 16:19:16 wiz Exp $
share/locale/cs/LC_MESSAGES/texinfo.mo
share/locale/da/LC_MESSAGES/texinfo.mo
+share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
share/locale/de/LC_MESSAGES/texinfo.mo
share/locale/de_AT/LC_MESSAGES/texinfo.mo
share/locale/eo/LC_MESSAGES/texinfo.mo
+share/locale/eo/LC_MESSAGES/texinfo_document.mo
+share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo
share/locale/es/LC_MESSAGES/texinfo.mo
share/locale/fr/LC_MESSAGES/texinfo.mo
+share/locale/fr/LC_MESSAGES/texinfo_document.mo
share/locale/he/LC_MESSAGES/texinfo.mo
share/locale/hr/LC_MESSAGES/texinfo.mo
share/locale/hu/LC_MESSAGES/texinfo.mo
+share/locale/hu/LC_MESSAGES/texinfo_document.mo
+share/locale/id/LC_MESSAGES/texinfo.mo
+share/locale/it/LC_MESSAGES/texinfo.mo
+share/locale/it/LC_MESSAGES/texinfo_document.mo
share/locale/ja/LC_MESSAGES/texinfo.mo
share/locale/nb/LC_MESSAGES/texinfo.mo
share/locale/nl/LC_MESSAGES/texinfo.mo
+share/locale/nl/LC_MESSAGES/texinfo_document.mo
+share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
share/locale/pl/LC_MESSAGES/texinfo.mo
+share/locale/pl/LC_MESSAGES/texinfo_document.mo
+share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
share/locale/ro/LC_MESSAGES/texinfo.mo
share/locale/ru/LC_MESSAGES/texinfo.mo
share/locale/rw/LC_MESSAGES/texinfo.mo
+share/locale/sl/LC_MESSAGES/texinfo.mo
share/locale/sv/LC_MESSAGES/texinfo.mo
share/locale/tr/LC_MESSAGES/texinfo.mo
+share/locale/uk/LC_MESSAGES/texinfo.mo
share/locale/vi/LC_MESSAGES/texinfo.mo
share/locale/zh_CN/LC_MESSAGES/texinfo.mo
share/locale/zh_TW/LC_MESSAGES/texinfo.mo
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/distinfo
--- a/devel/gtexinfo/distinfo Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/distinfo Thu Jul 04 16:19:16 2013 +0000
@@ -1,12 +1,10 @@
-$NetBSD: distinfo,v 1.36 2013/01/13 20:44:55 apb Exp $
+$NetBSD: distinfo,v 1.37 2013/07/04 16:19:16 wiz Exp $
-SHA1 (texinfo-4.13a.tar.gz) = a1533cf8e03ea4fa6c443b73f4c85e4da04dead0
-RMD160 (texinfo-4.13a.tar.gz) = 2473fc7ef3f82f47a990ee48c1d262b1f420eabd
-Size (texinfo-4.13a.tar.gz) = 2751071 bytes
-SHA1 (patch-ab) = c2be57386d1dfd610de5fad423be0fa11036ffda
-SHA1 (patch-ac) = b5b2ecbff959fb435de77fc73c555903ef7ba271
-SHA1 (patch-aj) = 8a215583bab47628a350cfb3874eef4930d255e9
-SHA1 (patch-ak) = 51a4b155fa6a3bd0c30c9ec2c6007cd4ee69248c
-SHA1 (patch-gnulib_lib_mbiter.h) = b031213dfb68ae79bbce0c6dbe180a164c3a12af
-SHA1 (patch-gnulib_lib_mbuiter.h) = 3b3cf6867ee064d150fdd7ec847c444b9df8e638
-SHA1 (patch-util_texi2dvi) = 3cc779909e54294000ea3fa560820a295373951e
+SHA1 (texinfo-5.1.tar.gz) = 8b642aea2f5ba8a1ba4b15f438a47c1d15dcd214
+RMD160 (texinfo-5.1.tar.gz) = 0b4f1404be27f1b76219324cf867e35b60c78f36
+Size (texinfo-5.1.tar.gz) = 7543557 bytes
+SHA1 (patch-ab) = 89a06d42120c3b4a7d90b991add8973e80077187
+SHA1 (patch-ac) = 3fb50380e0406a9ee81db92e5ce1e2f6bd87701a
+SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd
+SHA1 (patch-gnulib_lib_mbuiter.h) = be293674c37cb91746527be07aa40acbd285d2f4
+SHA1 (patch-util_texi2dvi) = bda9705be3957b3136d4e7278cd788793d64b54f
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/options.mk
--- a/devel/gtexinfo/options.mk Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/options.mk Thu Jul 04 16:19:16 2013 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.2 2013/04/08 11:17:11 rodent Exp $
+# $NetBSD: options.mk,v 1.3 2013/07/04 16:19:16 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtexinfo
PKG_SUPPORTED_OPTIONS= nls
PKG_SUGGESTED_OPTIONS= # blank
.if ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= nls
+#PKG_SUGGESTED_OPTIONS+= nls
.endif
PKG_OPTIONS_LEGACY_VARS= TEXINFO_LOCALE
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/patches/patch-ab
--- a/devel/gtexinfo/patches/patch-ab Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/patches/patch-ab Thu Jul 04 16:19:16 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.12 2008/09/01 17:53:47 christos Exp $
+$NetBSD: patch-ab,v 1.13 2013/07/04 16:19:16 wiz Exp $
---- info/Makefile.in.orig 2008-04-18 10:34:57.000000000 +0300
-+++ info/Makefile.in 2008-09-01 19:43:58.000000000 +0300
-@@ -439,7 +439,8 @@
+--- info/Makefile.in.orig 2013-03-12 22:56:43.000000000 +0000
++++ info/Makefile.in
+@@ -942,7 +942,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/gnulib/lib \
-DLOCALEDIR=\"$(localedir)\" \
-DINFODIR=\"$(infodir)\" \
@@ -10,5 +10,5 @@
+ -DINFODIR2=\"$(infodir2)\" \
+ -DPKGSRC_INFOPATH=\"$(PKGSRC_INFOPATH)\"
- LDADD = ../lib/libtxi.a $(top_builddir)/gnulib/lib/libgnu.a \
- $(TERMLIBS) $(LIBINTL)
+ LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL)
+ infokey_LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL)
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/patches/patch-ac
--- a/devel/gtexinfo/patches/patch-ac Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/patches/patch-ac Thu Jul 04 16:19:16 2013 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.11 2008/09/01 17:53:47 christos Exp $
+$NetBSD: patch-ac,v 1.12 2013/07/04 16:19:16 wiz Exp $
---- info/filesys.h.orig 2007-07-02 00:20:29.000000000 +0300
-+++ info/filesys.h 2008-09-01 19:43:58.000000000 +0300
-@@ -78,7 +78,7 @@
+--- info/filesys.h.orig 2013-02-23 00:11:25.000000000 +0000
++++ info/filesys.h
+@@ -78,7 +78,7 @@ extern int is_dir_name (char *filename);
/* The default value of INFOPATH. */
#if !defined (DEFAULT_INFOPATH)
--# define DEFAULT_INFOPATH
".:/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info"
-+# define DEFAULT_INFOPATH ".:" PKGSRC_INFOPATH
":/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info"
+-# define DEFAULT_INFOPATH
".:PATH:/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info"
++# define DEFAULT_INFOPATH ".:" PKGSRC_INFOPATH
":PATH:/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info"
#endif /* !DEFAULT_INFOPATH */
#if !defined (S_ISREG) && defined (S_IFREG)
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/patches/patch-aj
--- a/devel/gtexinfo/patches/patch-aj Thu Jul 04 15:59:20 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.7 2008/09/01 17:53:47 christos Exp $
-
---- configure.ac.orig 2008-04-17 20:54:16.000000000 +0300
-+++ configure.ac 2008-09-01 19:43:58.000000000 +0300
-@@ -130,7 +130,7 @@
- # rather ncurses. So we check for it.
- TERMLIBS=
- # Check for termlib before termcap because Solaris termcap needs libucb.
--TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
-+TERMLIB_VARIANTS="curses termlib termcap terminfo ncurses"
- for termlib in ${TERMLIB_VARIANTS}; do
- AC_CHECK_LIB(${termlib}, tgetent,
- [TERMLIBS="${TERMLIBS} -l${termlib}"; break])
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/patches/patch-ak
--- a/devel/gtexinfo/patches/patch-ak Thu Jul 04 15:59:20 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.5 2008/09/01 17:53:47 christos Exp $
-
---- configure.orig 2008-04-18 10:34:58.000000000 +0300
-+++ configure 2008-09-01 19:45:16.000000000 +0300
-@@ -15947,7 +15947,7 @@
- # rather ncurses. So we check for it.
- TERMLIBS=
- # Check for termlib before termcap because Solaris termcap needs libucb.
--TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
-+TERMLIB_VARIANTS="curses termlib termcap terminfo ncurses"
- for termlib in ${TERMLIB_VARIANTS}; do
- as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh`
- { $as_echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5
diff -r 7e08e31e7557 -r 4db60b23b460 devel/gtexinfo/patches/patch-gnulib_lib_mbiter.h
--- a/devel/gtexinfo/patches/patch-gnulib_lib_mbiter.h Thu Jul 04 15:59:20 2013 +0000
+++ b/devel/gtexinfo/patches/patch-gnulib_lib_mbiter.h Thu Jul 04 16:19:16 2013 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-gnulib_lib_mbiter.h,v 1.1 2011/02/06 13:04:04 obache Exp $
+$NetBSD: patch-gnulib_lib_mbiter.h,v 1.2 2013/07/04 16:19:16 wiz Exp $
* http://savannah.gnu.org/bugs/?24687
---- gnulib/lib/mbiter.h.orig 2008-05-12 12:38:21.000000000 +0000
+--- gnulib/lib/mbiter.h.orig 2013-02-19 22:25:29.000000000 +0000
+++ gnulib/lib/mbiter.h
-@@ -117,8 +117,10 @@ mbiter_multi_next (struct mbiter_multi *
+@@ -122,8 +122,10 @@ mbiter_multi_next (struct mbiter_multi *
{
if (iter->next_done)
return;
@@ -15,7 +15,7 @@
/* Handle most ASCII characters quickly, without calling mbrtowc(). */
if (is_basic (*iter->cur.ptr))
{
-@@ -129,6 +131,7 @@ mbiter_multi_next (struct mbiter_multi *
+@@ -134,6 +136,7 @@ mbiter_multi_next (struct mbiter_multi *
iter->cur.wc = *iter->cur.ptr;
iter->cur.wc_valid = true;
}
@@ -23,9 +23,9 @@
else
{
assert (mbsinit (&iter->state));
-@@ -169,6 +172,7 @@ mbiter_multi_next (struct mbiter_multi *
- iter->in_shift = false;
Home |
Main Index |
Thread Index |
Old Index