pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libidn Bump TEXINFO_REQD from 4.1 to 4.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58e1eb05f8bf
branches:  trunk
changeset: 392335:58e1eb05f8bf
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Apr 30 05:51:04 2009 +0000

description:
Bump TEXINFO_REQD from 4.1 to 4.7.

Building with texinfo 4.1 causes build errors mentioning unknown commands
"copying" (according to texinfo NEWS file introduced in texinfo 4.2) and
"ordf" (NEWS tells us texinfo 4.7) before killing the build.

diffstat:

 devel/libidn/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f49097b6a105 -r 58e1eb05f8bf devel/libidn/Makefile
--- a/devel/libidn/Makefile     Thu Apr 30 05:11:08 2009 +0000
+++ b/devel/libidn/Makefile     Thu Apr 30 05:51:04 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/04/20 11:30:06 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2009/04/30 05:51:04 dsainty Exp $
 
 DISTNAME=      libidn-1.14
 CATEGORIES=    devel
@@ -17,7 +17,7 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            makeinfo pkg-config perl:build
-TEXINFO_REQD=          4.1
+TEXINFO_REQD=          4.7
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes
 CONFIGURE_ENV+=                EMACS=${FALSE}



Home | Main Index | Thread Index | Old Index