diff options
author | dsainty <dsainty> | 2014-06-13 04:06:26 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2014-06-13 04:06:26 +0000 |
commit | 0bada1a3c28d5f2c35925012e6c60c4c168c2643 (patch) | |
tree | b43bcebe271fb856233edcf6021a2ea2ef3dea82 /emulators | |
parent | 837d0c41c5c61da350308f10b424119a66cd0a34 (diff) | |
download | pkgsrc-0bada1a3c28d5f2c35925012e6c60c4c168c2643.tar.gz |
Remove @hfill - not supported by gtexinfo 5+
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simulavr/distinfo | 4 | ||||
-rw-r--r-- | emulators/simulavr/patches/patch-doc_simulavr_texinfo | 17 |
2 files changed, 17 insertions, 4 deletions
diff --git a/emulators/simulavr/distinfo b/emulators/simulavr/distinfo index e64d1c790c8..036c4ecc9ac 100644 --- a/emulators/simulavr/distinfo +++ b/emulators/simulavr/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.8 2013/09/20 23:05:21 joerg Exp $ +$NetBSD: distinfo,v 1.9 2014/06/13 04:06:26 dsainty Exp $ SHA1 (simulavr-1.0.0.tar.gz) = e7cacc74be974793bd9c18330ec8d128fbd17d42 RMD160 (simulavr-1.0.0.tar.gz) = 0e9eb32f398943449b564e919765348c32f4c600 Size (simulavr-1.0.0.tar.gz) = 1013014 bytes SHA1 (patch-configure) = 8fe7c24d17ded8a5b53688f5d35b4aaf55e6c830 -SHA1 (patch-doc_simulavr_texinfo) = ce5615f6e64d4be535b056bd8d3377b1f7a4a5d6 +SHA1 (patch-doc_simulavr_texinfo) = b2d169f24623c090038a6d4196f284ae9a611831 SHA1 (patch-examples_atmel_key_scancodes.h) = f7f6d3f2da8eec4cf9b52800a499bd8300545bc0 SHA1 (patch-regress_timertest_timer_16bit.c) = 81ee86847fd4d40817b2f4bf01e03aca86856f3c SHA1 (patch-src_Makefile.in) = 28354fe97e521b528b6f6d804b7b750d7c63062f diff --git a/emulators/simulavr/patches/patch-doc_simulavr_texinfo b/emulators/simulavr/patches/patch-doc_simulavr_texinfo index 84470f4bf18..4090b8834d4 100644 --- a/emulators/simulavr/patches/patch-doc_simulavr_texinfo +++ b/emulators/simulavr/patches/patch-doc_simulavr_texinfo @@ -1,4 +1,4 @@ -$NetBSD: patch-doc_simulavr_texinfo,v 1.1 2013/09/12 06:20:35 mef Exp $ +$NetBSD: patch-doc_simulavr_texinfo,v 1.2 2014/06/13 04:06:26 dsainty Exp $ Add directory entry information. Without this, ${PREFIX}/info/dir won't be updated by install-info. Typical error message will be: @@ -7,9 +7,11 @@ won't be updated by install-info. Typical error message will be: install-info: warning: no info dir entry in `./work/simulavr-1.0.0/doc/simulavr.info' ---- +Remove @hfill - not supported by gtexinfo 5+ + --- doc/simulavr.texinfo.orig 2012-02-13 00:26:38.000000000 +0900 +++ doc/simulavr.texinfo 2013-08-14 14:04:34.000000000 +0900 -@@ -36,6 +36,11 @@ by the Free Software Foundation. +@@ -36,6 +36,11 @@ @end copying @@ -21,3 +23,14 @@ install-info: warning: no info dir entry in `./work/simulavr-1.0.0/doc/simulavr. @titlepage @title SimulAVR - an AVR simulation framework @subtitle A simulator for the Atmel AVR family of microcontrollers. +@@ -44,8 +49,8 @@ + + @c The following two commands start the copyright page. + @page +-@hfill Send bugs and comments on SimulAVR to@* +-@hfill @w{@email{simulavr-devel@@nongnu.org}} ++Send bugs and comments on SimulAVR to@* ++@w{@email{simulavr-devel@@nongnu.org}} + @vskip 0pt plus 1filll + @insertcopying + @end titlepage |