From owner-svn-src-stable-10@freebsd.org Thu Jul 9 05:02:14 2015 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DD4F98CB88; Thu, 9 Jul 2015 05:02:14 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D6D31E7B; Thu, 9 Jul 2015 05:02:14 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6952EtH092358; Thu, 9 Jul 2015 05:02:14 GMT (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6952E0k092357; Thu, 9 Jul 2015 05:02:14 GMT (envelope-from gshapiro@FreeBSD.org) Message-Id: <201507090502.t6952E0k092357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gshapiro set sender to gshapiro@FreeBSD.org using -f From: Gregory Neil Shapiro Date: Thu, 9 Jul 2015 05:02:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285302 - stable/10/usr.sbin/sendmail X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 05:02:14 -0000 Author: gshapiro Date: Thu Jul 9 05:02:13 2015 New Revision: 285302 URL: https://svnweb.freebsd.org/changeset/base/285302 Log: MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code Approved by: re (gjb) Modified: stable/10/usr.sbin/sendmail/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/sendmail/Makefile ============================================================================== --- stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:00:19 2015 (r285301) +++ stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:02:13 2015 (r285302) @@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif -WARNS?= 1 +WARNS?= 0 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap