svn commit: r378028 - in head/misc: dahdi-kmod/files dahdi-kmod26/files

Max Khon fjoe at FreeBSD.org
Wed Jan 28 01:02:02 UTC 2015


Author: fjoe
Date: Wed Jan 28 01:02:00 2015
New Revision: 378028
URL: https://svnweb.freebsd.org/changeset/ports/378028
QAT: https://qat.redports.org/buildarchive/r378028/

Log:
  Unbreak on -CURRENT (ignore unused command line arguments for clang).

Added:
  head/misc/dahdi-kmod/files/patch-clang   (contents, props changed)
  head/misc/dahdi-kmod26/files/patch-clang   (contents, props changed)

Added: head/misc/dahdi-kmod/files/patch-clang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/dahdi-kmod/files/patch-clang	Wed Jan 28 01:02:00 2015	(r378028)
@@ -0,0 +1,18 @@
+--- freebsd/freebsd/wcb4xxp/Makefile.orig	2015-01-28 06:35:48.000000000 +0600
++++ freebsd/freebsd/wcb4xxp/Makefile	2015-01-28 06:44:25.000000000 +0600
+@@ -5,5 +5,6 @@
+ KMOD=	wcb4xxp
+ SRCS=	base.c
+ SRCS+=	device_if.h bus_if.h pci_if.h
++CFLAGS.clang=	-Wno-unused-command-line-argument
+ 
+ .include <bsd.kmod.mk>
+--- freebsd/freebsd/wcte11xp/Makefile.orig	2015-01-28 06:44:53.000000000 +0600
++++ freebsd/freebsd/wcte11xp/Makefile	2015-01-28 06:53:29.000000000 +0600
+@@ -6,5 +6,6 @@
+ SRCS=	wcte11xp.c
+ SRCS+=	device_if.h bus_if.h pci_if.h
+ CFLAGS=	--param inline-unit-growth=100
++CFLAGS.clang=	-Wno-unused-command-line-argument
+ 
+ .include <bsd.kmod.mk>

Added: head/misc/dahdi-kmod26/files/patch-clang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/dahdi-kmod26/files/patch-clang	Wed Jan 28 01:02:00 2015	(r378028)
@@ -0,0 +1,18 @@
+--- bsd-kmod/wcb4xxp/Makefile.orig	2015-01-28 06:35:48.000000000 +0600
++++ bsd-kmod/wcb4xxp/Makefile	2015-01-28 06:44:25.000000000 +0600
+@@ -5,5 +5,6 @@
+ KMOD=	wcb4xxp
+ SRCS=	base.c
+ SRCS+=	device_if.h bus_if.h pci_if.h
++CFLAGS.clang=	-Wno-unused-command-line-argument
+ 
+ .include <bsd.kmod.mk>
+--- bsd-kmod/wcte11xp/Makefile.orig	2015-01-28 06:44:53.000000000 +0600
++++ bsd-kmod/wcte11xp/Makefile	2015-01-28 06:53:29.000000000 +0600
+@@ -6,5 +6,6 @@
+ SRCS=	wcte11xp.c
+ SRCS+=	device_if.h bus_if.h pci_if.h
+ CFLAGS=	--param inline-unit-growth=100
++CFLAGS.clang=	-Wno-unused-command-line-argument
+ 
+ .include <bsd.kmod.mk>


More information about the svn-ports-all mailing list