Author: gavin
Date: Sat Jun 14 18:45:40 2014
New Revision: 267483
URL: http://svnweb.freebsd.org/changeset/base/267483

Log:
  With the move away from GNATS, point end users to a better web page
  detailing how to report bugs.
  
  Hat:          bugmeister
  MFC after:    3 days

Modified:
  head/contrib/gcc/version.c
  head/gnu/usr.bin/binutils/libbfd/Makefile

Modified: head/contrib/gcc/version.c
==============================================================================
--- head/contrib/gcc/version.c  Sat Jun 14 18:43:48 2014        (r267482)
+++ head/contrib/gcc/version.c  Sat Jun 14 18:45:40 2014        (r267483)
@@ -18,7 +18,7 @@
    forward us bugs reported to you, if you determine that they are
    not bugs in your modifications.)  */
 
-const char bug_report_url[] = "<URL:http://www.freebsd.org/send-pr.html>";
+const char bug_report_url[] = "<URL:http://www.freebsd.org/support.html>";
 
 /* The complete version string, assembled from several pieces.
    BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile.  */

Modified: head/gnu/usr.bin/binutils/libbfd/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/libbfd/Makefile   Sat Jun 14 18:43:48 2014        
(r267482)
+++ head/gnu/usr.bin/binutils/libbfd/Makefile   Sat Jun 14 18:45:40 2014        
(r267483)
@@ -84,7 +84,7 @@ bfdver.h: Makefile
        echo '#define BFD_VERSION       217500000'      > ${.TARGET}
        echo '#define BFD_VERSION_DATE  20070703'       >> ${.TARGET}
        echo '#define BFD_VERSION_STRING ${VERSION}'    >> ${.TARGET}
-       echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/send-pr.html>"' 
>> ${.TARGET}
+       echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/support.html>"' 
>> ${.TARGET}
 
 targmatch.h: targmatch.sed config.bfd
        sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to