From owner-cvs-ports@FreeBSD.ORG Fri Jun 17 00:41:36 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B5F41065676; Fri, 17 Jun 2011 00:41:36 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id DEADB8FC08; Fri, 17 Jun 2011 00:41:35 +0000 (UTC) Received: by qwc9 with SMTP id 9so1338229qwc.13 for ; Thu, 16 Jun 2011 17:41:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=itQed6O6awziUE7gB2QempBHhl5wW8FP3ZYtXFmV9QQ=; b=KJboxsUrJvXoAct0J+d7uoCoFL0e3is4XMyV9Fky8aTwGNSdu9UIkQaZpVFazTmhCL ffbIhN4XRVJzFvJnkkrsBxm3juCe85126fSjatkJdFi/zl2ENxbxzd/ahYM8lRxfLKrY 0q5CpceI3PX7+c2DfBnVVwN8lSn8kKOaYJoTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Yifqc76JLA49WVaPh76UCvYz0ngSyhIanuv1axXaYlGQN2tgrJOycB7iMXjy7k1GiJ RWevdlSFtdv5QFE/0hfcKOuGmA0XzJkEIbIvxrMKRkRWeddX+YUlP7mN9fu5XV6qrPCf z/kZ9YDR/FWNP3tM9y8oNkEe6FuD83VCfE8cM= MIME-Version: 1.0 Received: by 10.224.173.72 with SMTP id o8mr1184783qaz.377.1308271294903; Thu, 16 Jun 2011 17:41:34 -0700 (PDT) Received: by 10.224.80.206 with HTTP; Thu, 16 Jun 2011 17:41:34 -0700 (PDT) In-Reply-To: <20110616164733.GA40181@FreeBSD.org> References: <201106160842.p5G8gS6T054738@repoman.freebsd.org> <20110616164733.GA40181@FreeBSD.org> Date: Fri, 17 Jun 2011 08:41:34 +0800 Message-ID: From: wen heping To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Wen Heping , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/tmux Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 00:41:36 -0000 2011/6/17 Alexey Dokuchaev : > On Thu, Jun 16, 2011 at 08:42:28AM +0000, Wen Heping wrote: >> wen =C2=A0 =C2=A0 =C2=A0 =C2=A0 2011-06-16 08:42:28 UTC >> >> =C2=A0 Modified files: >> =C2=A0 =C2=A0 sysutils/tmux =C2=A0 =C2=A0 =C2=A0 =C2=A0Makefile >> =C2=A0 Log: >> =C2=A0 - Fix build when CFLAGS is set in /etc/make.conf > > Hmm, default CPPFLAGS is empty. =C2=A0Judging just from the diff, instead= of > introducing EXTRA_CPPFLAGS, setting CPPFLAGS instead of CFLAGS (which is > bogus in the first place: -I is preprocessor flag) should be enough (no If CPPFLAGS defined in /etc/make.conf, the build fails too. wen > MAKE_ENV adjustment and extra REINPLACE_CMD hack would be required in thi= s > case as well). =C2=A0I am missing something obvious here? > > ./danfe >