Module Name:    src
Committed By:   dholland
Date:           Sun Jul 27 04:16:09 UTC 2014

Modified Files:
        src/external/gpl3/gcc.old/usr.bin: Makefile.inc
        src/external/gpl3/gcc/usr.bin: Makefile.inc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gcc.old/usr.bin/Makefile.inc
cvs rdiff -u -r1.24 -r1.25 src/external/gpl3/gcc/usr.bin/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc.old/usr.bin/Makefile.inc
diff -u src/external/gpl3/gcc.old/usr.bin/Makefile.inc:1.1.1.2 src/external/gpl3/gcc.old/usr.bin/Makefile.inc:1.2
--- src/external/gpl3/gcc.old/usr.bin/Makefile.inc:1.1.1.2	Wed Feb 26 10:57:34 2014
+++ src/external/gpl3/gcc.old/usr.bin/Makefile.inc	Sun Jul 27 04:16:09 2014
@@ -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 @@ DATESTAMPSTR=		"\"\""
 .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} \""

Index: src/external/gpl3/gcc/usr.bin/Makefile.inc
diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.24 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.25
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.24	Sun Jun  1 19:51:02 2014
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc	Sun Jul 27 04:16:09 2014
@@ -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 @@ DATESTAMPSTR=		"\"\""
 .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} \""

Reply via email to