From owner-cvs-all@FreeBSD.ORG Mon Apr 28 17:52:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9AFD106566B; Mon, 28 Apr 2008 17:52:10 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C73228FC17; Mon, 28 Apr 2008 17:52:10 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3SHqAx6045652; Mon, 28 Apr 2008 17:52:10 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3SHqA0b045651; Mon, 28 Apr 2008 17:52:10 GMT (envelope-from mlaier) Message-Id: <200804281752.m3SHqA0b045651@repoman.freebsd.org> From: Max Laier Date: Mon, 28 Apr 2008 17:52:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pfstat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 17:52:11 -0000 mlaier 2008-04-28 17:52:10 UTC FreeBSD ports repository (src committer) Modified files: sysutils/pfstat Makefile Log: Manually export CC and CFLAGS to MAKE_ENV and have __MAKE_CONF point to /dev/null. The latter is a problem because the port's Makefile uses the bsd.*.mk infrastructure. This works around several problems people were having when setting CFLAGS[1] in make.conf or CC[2] on the command line. PR: ports/122943 (really this time) Reported-by: many[1], Frank Fenor[2] Revision Changes Path 1.13 +1 -0 ports/sysutils/pfstat/Makefile