[Midnightbsd-cvs] src [8833] trunk: remove workarounds

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 23:58:46 EDT 2016


Revision: 8833
          http://svnweb.midnightbsd.org/src/?rev=8833
Author:   laffer1
Date:     2016-09-25 23:58:46 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
remove workarounds

Modified Paths:
--------------
    trunk/lib/libsm/Makefile
    trunk/libexec/mail.local/Makefile
    trunk/libexec/smrsh/Makefile
    trunk/usr.bin/vacation/Makefile
    trunk/usr.sbin/sendmail/Makefile

Modified: trunk/lib/libsm/Makefile
===================================================================
--- trunk/lib/libsm/Makefile	2016-09-26 03:58:02 UTC (rev 8832)
+++ trunk/lib/libsm/Makefile	2016-09-26 03:58:46 UTC (rev 8833)
@@ -1,5 +1,5 @@
 # $FreeBSD: src/lib/libsm/Makefile,v 1.12 2007/04/09 01:45:30 gshapiro Exp $
-# $MidnightBSD: src/lib/libsm/Makefile,v 1.4 2008/10/30 21:47:52 laffer1 Exp $
+# $MidnightBSD$
 
 .include <bsd.own.mk>
 
@@ -19,11 +19,6 @@
 
 WARNS?=	2
 
-# Unfortunately, clang gives warnings about sendmail code that cannot
-# be turned off yet.  Since this is contrib code, and we don't really
-# care about the warnings, just make them non-fatal for now.
-NO_WERROR.clang=
-
 LIB=	sm
 
 SRCS+=	sm_os.h

Modified: trunk/libexec/mail.local/Makefile
===================================================================
--- trunk/libexec/mail.local/Makefile	2016-09-26 03:58:02 UTC (rev 8832)
+++ trunk/libexec/mail.local/Makefile	2016-09-26 03:58:46 UTC (rev 8833)
@@ -1,6 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 7/19/93
 # $FreeBSD: src/libexec/mail.local/Makefile,v 1.21 2005/06/10 06:12:51 des Exp $
-# $MidnightBSD: src/libexec/mail.local/Makefile,v 1.2 2012/04/11 00:46:54 laffer1 Exp $
+# $MidnightBSD$
 
 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
 .PATH:	${SENDMAIL_DIR}/mail.local
@@ -13,11 +13,6 @@
 WARNS?=	2
 WFORMAT=0
 
-# Unfortunately, clang gives warnings about sendmail code that cannot
-# be turned off yet.  Since this is contrib code, and we don't really
-# care about the warnings, just make them non-fatal for now.
-NO_WERROR.clang=
-
 LIBSMDIR=	${.OBJDIR}/../../lib/libsm
 LIBSM=		${LIBSMDIR}/libsm.a
 

Modified: trunk/libexec/smrsh/Makefile
===================================================================
--- trunk/libexec/smrsh/Makefile	2016-09-26 03:58:02 UTC (rev 8832)
+++ trunk/libexec/smrsh/Makefile	2016-09-26 03:58:46 UTC (rev 8833)
@@ -1,6 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 7/2/95
 # $FreeBSD: src/libexec/smrsh/Makefile,v 1.10 2005/06/10 06:12:51 des Exp $
-# $MidnightBSD: src/libexec/smrsh/Makefile,v 1.2 2012/04/11 00:58:36 laffer1 Exp $
+# $MidnightBSD$
 
 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
 .PATH:	${SENDMAIL_DIR}/smrsh
@@ -18,11 +18,6 @@
 
 WARNS?=	2
 
-# Unfortunately, clang gives warnings about sendmail code that cannot
-# be turned off yet.  Since this is contrib code, and we don't really
-# care about the warnings, just make them non-fatal for now.
-NO_WERROR.clang=
-
 SRCS+=	sm_os.h
 CLEANFILES+=sm_os.h
 

Modified: trunk/usr.bin/vacation/Makefile
===================================================================
--- trunk/usr.bin/vacation/Makefile	2016-09-26 03:58:02 UTC (rev 8832)
+++ trunk/usr.bin/vacation/Makefile	2016-09-26 03:58:46 UTC (rev 8833)
@@ -11,11 +11,6 @@
 
 WARNS?=	2
 
-# Unfortunately, clang gives warnings about sendmail code that cannot
-# be turned off yet.  Since this is contrib code, and we don't really
-# care about the warnings, just make them non-fatal for now.
-NO_WERROR.clang=
-
 LIBSMDIR=	${.OBJDIR}/../../lib/libsm
 LIBSM=		${LIBSMDIR}/libsm.a
 

Modified: trunk/usr.sbin/sendmail/Makefile
===================================================================
--- trunk/usr.sbin/sendmail/Makefile	2016-09-26 03:58:02 UTC (rev 8832)
+++ trunk/usr.sbin/sendmail/Makefile	2016-09-26 03:58:46 UTC (rev 8833)
@@ -45,11 +45,6 @@
 
 WARNS?=	1
 
-# Unfortunately, clang gives warnings about sendmail code that cannot
-# be turned off yet.  Since this is contrib code, and we don't really
-# care about the warnings, just make them non-fatal for now.
-NO_WERROR.clang=
-
 DPADD=	${LIBUTIL} ${LIBWRAP}
 LDADD=	-lutil -lwrap
 



More information about the Midnightbsd-cvs mailing list