Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 13:12:07 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270100 - in stable: 10/lib/clang/include/clang/Config 10/lib/clang/include/llvm/Config 9/lib/clang/include/clang/Config 9/lib/clang/include/llvm/Config
Message-ID:  <201408171312.s7HDC7Kt004740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sun Aug 17 13:12:07 2014
New Revision: 270100
URL: http://svnweb.freebsd.org/changeset/base/270100

Log:
  MFC r269954:
  
  Stop telling people to directly report llvm or clang bugs upstream,
  point them to the FreeBSD bug tracker instead, since we use our own
  patches.

Modified:
  stable/10/lib/clang/include/clang/Config/config.h
  stable/10/lib/clang/include/llvm/Config/config.h
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/lib/clang/include/clang/Config/config.h
  stable/9/lib/clang/include/llvm/Config/config.h
Directory Properties:
  stable/9/lib/clang/   (props changed)

Modified: stable/10/lib/clang/include/clang/Config/config.h
==============================================================================
--- stable/10/lib/clang/include/clang/Config/config.h	Sun Aug 17 13:08:15 2014	(r270099)
+++ stable/10/lib/clang/include/clang/Config/config.h	Sun Aug 17 13:12:07 2014	(r270100)
@@ -6,7 +6,7 @@
 #define CONFIG_H
 
 /* Bug report URL. */
-#define BUG_REPORT_URL "http://llvm.org/bugs/"
+#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
 
 /* Relative directory for resource files */
 #define CLANG_RESOURCE_DIR ""

Modified: stable/10/lib/clang/include/llvm/Config/config.h
==============================================================================
--- stable/10/lib/clang/include/llvm/Config/config.h	Sun Aug 17 13:08:15 2014	(r270099)
+++ stable/10/lib/clang/include/llvm/Config/config.h	Sun Aug 17 13:12:07 2014	(r270100)
@@ -9,7 +9,7 @@
 #include <osreldate.h>
 
 /* Bug report URL. */
-#define BUG_REPORT_URL "http://llvm.org/bugs/"
+#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
 
 /* Define if we have libxml2 */
 /* #undef CLANG_HAVE_LIBXML */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171312.s7HDC7Kt004740>