Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3 Update the bug report URL as per PR 48712. I a...



details:   https://anonhg.NetBSD.org/src/rev/294c5396041f
branches:  trunk
changeset: 331019:294c5396041f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 27 04:16:09 2014 +0000

description:
Update the bug report URL as per PR 48712. I assume in order for this
to propagate to where it'll be seen we need to rerun mknative, which
I'm not in a position to do right now; but this way it'll update the
next time someone else does that.

diffstat:

 external/gpl3/gcc.old/usr.bin/Makefile.inc |  4 ++--
 external/gpl3/gcc/usr.bin/Makefile.inc     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bee285363484 -r 294c5396041f external/gpl3/gcc.old/usr.bin/Makefile.inc
--- a/external/gpl3/gcc.old/usr.bin/Makefile.inc        Sun Jul 27 03:49:25 2014 +0000
+++ b/external/gpl3/gcc.old/usr.bin/Makefile.inc        Sun Jul 27 04:16:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1.1.2 2014/02/26 10:57:34 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2014/07/27 04:16:09 dholland Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
@@ -66,7 +66,7 @@
 .endif
 
 # XXX pull this out of our configs
-G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
+G_BUGURL=<http://www.NetBSD.org/support/send-pr.html>
 G_BUGURL_s="\"${G_BUG_URL}\""
 G_PKGVERSION=(NetBSD nb1 20120916) 
 G_PKGVERSION_s="\"${G_PKGVERSION} \""
diff -r bee285363484 -r 294c5396041f external/gpl3/gcc/usr.bin/Makefile.inc
--- a/external/gpl3/gcc/usr.bin/Makefile.inc    Sun Jul 27 03:49:25 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.inc    Sun Jul 27 04:16:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.24 2014/06/01 19:51:02 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.25 2014/07/27 04:16:09 dholland Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
@@ -68,7 +68,7 @@
 .include "${TOP}/tools/gcc/gcc-version.mk"
 
 # XXX pull this out of our configs
-G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
+G_BUGURL=<http://www.NetBSD.org/support/send-pr.html>
 G_BUGURL_s="\"${G_BUGURL}\""
 G_PKGVERSION=(${NETBSD_GCC_VERSION}) 
 G_PKGVERSION_s="\"${G_PKGVERSION} \""



Home | Main Index | Thread Index | Old Index