Date: Tue, 30 Dec 2014 07:44:42 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375815 - head/mail/dma Message-ID: <201412300744.sBU7ig9M054205@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 30 07:44:41 2014 New Revision: 375815 URL: https://svnweb.freebsd.org/changeset/ports/375815 QAT: https://qat.redports.org/buildarchive/r375815/ Log: dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by make.conf and src.conf PR: 194099 Submitted by: mva Modified: head/mail/dma/Makefile Modified: head/mail/dma/Makefile ============================================================================== --- head/mail/dma/Makefile Tue Dec 30 07:36:45 2014 (r375814) +++ head/mail/dma/Makefile Tue Dec 30 07:44:41 2014 (r375815) @@ -26,6 +26,8 @@ CFLAGS+= -I${OPENSSLINC} \ -DDMA_GROUP='\"mail\"' LDFLAGS+= -L${OPENSSLLIB} +MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null + USE_RC_SUBR= dma_flushq SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412300744.sBU7ig9M054205>