diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-08 20:43:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-08 20:43:47 +0800 |
commit | 8d4915279d56707587f9103e6d0b505f656937c8 (patch) | |
tree | d67ae503088f525f1d8e68bb55336a3b7624061e /lang/gcc48 | |
parent | 4ad86aa41bc08d4b4d6660170c7777406c018020 (diff) | |
download | freebsd-ports-gnome-8d4915279d56707587f9103e6d0b505f656937c8.tar.gz freebsd-ports-gnome-8d4915279d56707587f9103e6d0b505f656937c8.tar.zst freebsd-ports-gnome-8d4915279d56707587f9103e6d0b505f656937c8.zip |
Update print/texinfo to 6.3
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8679
Differential Revision: https://reviews.freebsd.org/D
PR: 218972
Exp-run by: antoine
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc48/files/patch-gcc-doc-gcc.texi | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 7ca0a9b3ecca..505c33999229 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} PKGNAMESUFFIX= ${SUFFIX} diff --git a/lang/gcc48/files/patch-gcc-doc-gcc.texi b/lang/gcc48/files/patch-gcc-doc-gcc.texi new file mode 100644 index 000000000000..01b8c980a7eb --- /dev/null +++ b/lang/gcc48/files/patch-gcc-doc-gcc.texi @@ -0,0 +1,20 @@ +--- gcc/doc/gcc.texi.orig 2015-06-23 07:35:08 UTC ++++ gcc/doc/gcc.texi +@@ -85,9 +85,15 @@ Published by: + @item GNU Press + @tab Website: www.gnupress.org + @item a division of the +-@tab General: @tex press@@gnu.org @end tex ++@tab General: ++@tex ++press@@gnu.org ++@end tex + @item Free Software Foundation +-@tab Orders: @tex sales@@gnu.org @end tex ++@tab Orders: ++@tex ++sales@@gnu.org ++@end tex + @item 51 Franklin Street, Fifth Floor + @tab Tel 617-542-5942 + @item Boston, MA 02110-1301 USA |