[Glibc-bsd-commits] r4173 - in trunk/freebsd-buildutils/debian: . patches

Robert Millan rmh at alioth.debian.org
Wed Apr 4 14:49:58 UTC 2012


Author: rmh
Date: 2012-04-04 14:49:58 +0000 (Wed, 04 Apr 2012)
New Revision: 4173

Added:
   trunk/freebsd-buildutils/debian/patches/disable_wsystem_headers.diff
Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/patches/series
Log:
disable_wsystem_headers.diff: Disable -Wsystem-headers to avoid triggering #664242.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2012-04-04 14:43:06 UTC (rev 4172)
+++ trunk/freebsd-buildutils/debian/changelog	2012-04-04 14:49:58 UTC (rev 4173)
@@ -1,3 +1,10 @@
+freebsd-buildutils (9.0-10) UNRELEASED; urgency=low
+
+  * disable_wsystem_headers.diff: Disable -Wsystem-headers to avoid
+    triggering #664242.
+
+ -- Robert Millan <rmh at debian.org>  Sat, 17 Mar 2012 00:55:32 +0100
+
 freebsd-buildutils (9.0-9) unstable; urgency=low
 
   * Add MK_CLANG_IS_CC build option (needed by recent kfreebsd-10).

Added: trunk/freebsd-buildutils/debian/patches/disable_wsystem_headers.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/disable_wsystem_headers.diff	                        (rev 0)
+++ trunk/freebsd-buildutils/debian/patches/disable_wsystem_headers.diff	2012-04-04 14:49:58 UTC (rev 4173)
@@ -0,0 +1,11 @@
+--- a/src/share/mk/bsd.sys.mk
++++ b/src/share/mk/bsd.sys.mk
+@@ -27,7 +27,7 @@
+ #CFLAGS		+= -pedantic
+ . if defined(WARNS)
+ .  if ${WARNS} >= 1
+-CWARNFLAGS	+=	-Wsystem-headers
++# Disabled (see #664242)
+ .   if !defined(NO_WERROR)
+ CWARNFLAGS	+=	-Werror
+ .   endif

Modified: trunk/freebsd-buildutils/debian/patches/series
===================================================================
--- trunk/freebsd-buildutils/debian/patches/series	2012-04-04 14:43:06 UTC (rev 4172)
+++ trunk/freebsd-buildutils/debian/patches/series	2012-04-04 14:49:58 UTC (rev 4173)
@@ -18,3 +18,4 @@
 19_fix_cmd_pathnames.diff
 21_endian.diff
 22_ld_as_needed.diff
+disable_wsystem_headers.diff




More information about the Glibc-bsd-commits mailing list