diff options
author | joerg <joerg> | 2016-12-21 13:34:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-12-21 13:34:16 +0000 |
commit | 202870c1567975a3f62591d72559a0a14df1a044 (patch) | |
tree | c1f014b9cd32e974264f653a6111d4e29446ea7c /cross | |
parent | c0e6ba02808320e5bcb54a16bdfdcd249b23e812 (diff) | |
download | pkgsrc-202870c1567975a3f62591d72559a0a14df1a044.tar.gz |
Another freemint package, another GCC in need of patching.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/freemint-gcc/distinfo | 3 | ||||
-rw-r--r-- | cross/freemint-gcc/patches/patch-gcc-4.6.4_gcc_doc_gcc.texi | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/cross/freemint-gcc/distinfo b/cross/freemint-gcc/distinfo index db6c10733b1..feb80fbade8 100644 --- a/cross/freemint-gcc/distinfo +++ b/cross/freemint-gcc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:47:43 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/12/21 13:34:16 joerg Exp $ SHA1 (gcc-4.6.4-mint-20130415.patch.bz2) = bd2e88f2b862cc404f47144fb67375b1fe17291b RMD160 (gcc-4.6.4-mint-20130415.patch.bz2) = d3cafafb1caa1a1eb915c5f15f4063d6a70ac4ee @@ -20,4 +20,5 @@ SHA1 (pml-2.03.tar.bz2) = 07b5c70a704b06e24d6a64e8b5333d98804aa178 RMD160 (pml-2.03.tar.bz2) = 60a31723cb5078a2f889757e6a02b873b444ddb7 SHA512 (pml-2.03.tar.bz2) = cdd58b71425d2d0194608625a5a21f9c0a69265261d39b248ac9fb87e9d16735ec8cf3006eb8f4da78e89be59ecfd082afe1e4d57e19dc0fb6b32943fa58bc04 Size (pml-2.03.tar.bz2) = 52753 bytes +SHA1 (patch-gcc-4.6.4_gcc_doc_gcc.texi) = b11ef8d6ad28139623800ddcc5aa67bc45289b07 SHA1 (patch-gcc-4.6.4_libiberty_Makefile.in) = 52bec2f3a21e1ff8f8614e43cbc541d585624dda diff --git a/cross/freemint-gcc/patches/patch-gcc-4.6.4_gcc_doc_gcc.texi b/cross/freemint-gcc/patches/patch-gcc-4.6.4_gcc_doc_gcc.texi new file mode 100644 index 00000000000..dc387e763c2 --- /dev/null +++ b/cross/freemint-gcc/patches/patch-gcc-4.6.4_gcc_doc_gcc.texi @@ -0,0 +1,19 @@ +$NetBSD: patch-gcc-4.6.4_gcc_doc_gcc.texi,v 1.1 2016/12/21 13:34:16 joerg Exp $ + +--- gcc-4.6.4/gcc/doc/gcc.texi.orig 2016-12-18 13:29:14.205349877 +0000 ++++ gcc-4.6.4/gcc/doc/gcc.texi +@@ -84,11 +84,11 @@ This file documents the use of the GNU c + Published by: + @multitable @columnfractions 0.5 0.5 + @item GNU Press +-@tab Website: www.gnupress.org ++@tab Website: @uref{http://www.gnupress.org} + @item a division of the +-@tab General: @tex press@@gnu.org @end tex ++@tab General: @email{press@@gnu.org} + @item Free Software Foundation +-@tab Orders: @tex sales@@gnu.org @end tex ++@tab Orders: @email{sales@@gnu.org} + @item 51 Franklin Street, Fifth Floor + @tab Tel 617-542-5942 + @item Boston, MA 02110-1301 USA |