summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-02 13:20:39 +0000
committerwiz <wiz>2005-03-02 13:20:39 +0000
commite2f7c79313024a3390618f54707b9bf28d485f65 (patch)
tree51ecab0524de8e1b00e2d896afeee4fd1cce7773 /cross/avrdude/patches
parent9e8c30c3ae54b5d5994e0ea71616bf813f2979e6 (diff)
downloadpkgsrc-e2f7c79313024a3390618f54707b9bf28d485f65.tar.gz
Fix html manual generation with texi2html,
and depend on latest version, since it causes PLIST changes. Adapt PLIST. Bump PKGREVISION.
Diffstat (limited to 'cross/avrdude/patches')
-rw-r--r--cross/avrdude/patches/patch-ag18
-rw-r--r--cross/avrdude/patches/patch-ah15
2 files changed, 33 insertions, 0 deletions
diff --git a/cross/avrdude/patches/patch-ag b/cross/avrdude/patches/patch-ag
new file mode 100644
index 00000000000..a1b5c43f4fc
--- /dev/null
+++ b/cross/avrdude/patches/patch-ag
@@ -0,0 +1,18 @@
+$NetBSD: patch-ag,v 1.1 2005/03/02 13:20:40 wiz Exp $
+
+--- doc/avrdude.texi.orig 2003-04-18 06:41:45.000000000 +0200
++++ doc/avrdude.texi
+@@ -58,9 +58,11 @@ by the Free Software Foundation.
+ @author by Brian S. Dean
+
+ @page
+-@hfill (Send bugs and comments on AVRDUDE to @w{@email{avrdude-dev@@nongnu.org}}.)
++@flushright
++(Send bugs and comments on AVRDUDE to @w{@email{avrdude-dev@@nongnu.org}}.)
++@end flushright
+
+-@vfill
++@vskip 0pt plus 1filll
+
+ Copyright @copyright{} 2003 Brian S. Dean
+ @sp 2
diff --git a/cross/avrdude/patches/patch-ah b/cross/avrdude/patches/patch-ah
new file mode 100644
index 00000000000..ef6bffe33d1
--- /dev/null
+++ b/cross/avrdude/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2005/03/02 13:20:40 wiz Exp $
+
+--- doc/Makefile.in.orig 2003-04-19 06:59:56.000000000 +0200
++++ doc/Makefile.in
+@@ -425,8 +425,8 @@ all-local: info html ps pdf
+
+ html:
+ mkdir -p avrdude-html
+- texi2html -split_node $(srcdir)/$(info_TEXINFOS)
+- mv *.html avrdude-html
++ texi2html --split=node $(srcdir)/$(info_TEXINFOS)
++ mv avrdude/*.html avrdude-html
+
+ clean-local:
+ rm -rf avrdude-html *.info