diff options
author | dsainty <dsainty> | 2016-03-08 07:42:48 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2016-03-08 07:42:48 +0000 |
commit | dfacf67462a0ab6f3b7fd998297c6af34efcc0d8 (patch) | |
tree | 0f5110fc0cda95dcfbbc1b22786ef7272a0f88e7 /emulators | |
parent | 5e44c2effb4acb7a4c6680eaef191c91b7a49d4e (diff) | |
download | pkgsrc-dfacf67462a0ab6f3b7fd998297c6af34efcc0d8.tar.gz |
Reinstated patch to remove @hfill - not supported by gtexinfo 5+
Fixes build under Kubuntu, and probably numerous other Linux distributions.
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 410ac00a968..d6e1f3306e2 100644 --- a/emulators/simulavr/distinfo +++ b/emulators/simulavr/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 20:31:01 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/08 07:42:48 dsainty Exp $ SHA1 (simulavr-1.0.0.tar.gz) = e7cacc74be974793bd9c18330ec8d128fbd17d42 RMD160 (simulavr-1.0.0.tar.gz) = 0e9eb32f398943449b564e919765348c32f4c600 SHA512 (simulavr-1.0.0.tar.gz) = d6649c2c61730beacbab01f882517fbbc8d9b8bdd7356e16dcdb02efa09f284fb633fe2d6e2d1bbe868648aa11685eaa6531540e6007eb9aeafd09da0b4af49f 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_StdDefs_c) = 73a89da0144d1d0cc2c678476270ea1f79300089 SHA1 (patch-examples_atmel_key_scancodes.h) = f7f6d3f2da8eec4cf9b52800a499bd8300545bc0 SHA1 (patch-regress_timertest_timer_16bit.c) = 81ee86847fd4d40817b2f4bf01e03aca86856f3c diff --git a/emulators/simulavr/patches/patch-doc_simulavr_texinfo b/emulators/simulavr/patches/patch-doc_simulavr_texinfo index e66009a4a04..7db11d3cb7c 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.3 2014/08/29 04:40:06 mef Exp $ +$NetBSD: patch-doc_simulavr_texinfo,v 1.4 2016/03/08 07:42:49 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 |