pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avrdude * Remove outdates texinfo.tex file from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24627dd25621
branches:  trunk
changeset: 510018:24627dd25621
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 22 18:41:09 2006 +0000

description:
* Remove outdates texinfo.tex file from doc directory that was breaking
  modern etex by forcing it to output pdf instead of dvi.

* List the info files directly in the PLIST.

diffstat:

 cross/avrdude/Makefile |  14 +++++++++-----
 cross/avrdude/PLIST    |   3 ++-
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 8f7b1186e440 -r 24627dd25621 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Wed Mar 22 18:33:57 2006 +0000
+++ b/cross/avrdude/Makefile    Wed Mar 22 18:41:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/05 16:27:23 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/03/22 18:41:09 jlam Exp $
 
 DISTNAME=      avrdude-4.1.0
 PKGREVISION=   3
@@ -13,14 +13,18 @@
 TEX_DEPMETHOD=         build
 TEX_ACCEPTED=          teTeX1 teTeX2 teTeX3
 
-BUILD_DEPENDS+=        texi2html>=1.76:../../textproc/texi2html
-
 GNU_CONFIGURE= yes
-USE_TOOLS+=    makeinfo
-INFO_FILES=    avrdude.info
+USE_TOOLS+=    makeinfo texi2html
+INFO_FILES=    # PLIST
 
 CONFIGURE_ARGS+=       --disable-versioned-doc
 
+# Remove avrdude's buggy and outdated texinfo.tex that was breaking
+# modern etex.
+#
+post-extract:
+       ${RM} -f ${WRKSRC}/doc/texinfo.tex
+
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8f7b1186e440 -r 24627dd25621 cross/avrdude/PLIST
--- a/cross/avrdude/PLIST       Wed Mar 22 18:33:57 2006 +0000
+++ b/cross/avrdude/PLIST       Wed Mar 22 18:41:09 2006 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2005/03/02 13:20:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/03/22 18:41:09 jlam Exp $
 bin/avrdude
 etc/avrdude.conf
+info/avrdude.info
 man/man1/avrdude.1
 share/doc/avrdude/avrdude.pdf
 share/doc/avrdude/avrdude-html/avrdude.html



Home | Main Index | Thread Index | Old Index