Date: Sat, 11 Jul 2015 03:34:42 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285371 - stable/9/usr.sbin/sendmail Message-ID: <201507110334.t6B3Ygvu091494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gshapiro Date: Sat Jul 11 03:34:41 2015 New Revision: 285371 URL: https://svnweb.freebsd.org/changeset/base/285371 Log: MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code Modified: stable/9/usr.sbin/sendmail/Makefile Directory Properties: stable/9/usr.sbin/sendmail/ (props changed) Modified: stable/9/usr.sbin/sendmail/Makefile ============================================================================== --- stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:32:22 2015 (r285370) +++ stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:34:41 2015 (r285371) @@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif -WARNS?= 1 +WARNS?= 0 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507110334.t6B3Ygvu091494>