From owner-freebsd-ports@FreeBSD.ORG Wed Jun 15 22:48:01 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF257106566B for ; Wed, 15 Jun 2011 22:48:01 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id ADF098FC17 for ; Wed, 15 Jun 2011 22:48:01 +0000 (UTC) Received: by vxc34 with SMTP id 34so1047059vxc.13 for ; Wed, 15 Jun 2011 15:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=MBqYEw0R0XRMWlsEacm9jOwEvq0YEjmSp3y3CL0uvvc=; b=jBHWwUBPKR6gk5jaHwV+LMIEgUqBSbB/TqI1Zbfb1iL7WUOngaJzC3Wq9iSoPAHi5m 3Qbh3L3+V8MpxH3VZcU7wMGkuxC1jHRbW78naop0RR1WTpqWeqoJN0q02e2nSGjz/eQs 8rxNaE4jqbhKwwGheatEa1bQhjtIziv1WTH3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OIdnxbY0HA9esqd6KrhLHwHHAGM/NWsyEqSxcth2Vdr3iF0kL9fHfQ5sfgmS/sAH/B 2EZp7qtsIAWoRAX1cr49CXTW2yn8JQX4UUgsAI+RIkKcMIkK0RiWJGmqIiTGneKRZQIf VxGTpgaYl0JcZkgf7QTWyitbMqg5HLUme34h8= MIME-Version: 1.0 Received: by 10.220.65.226 with SMTP id k34mr70428vci.71.1308176661986; Wed, 15 Jun 2011 15:24:21 -0700 (PDT) Received: by 10.220.180.193 with HTTP; Wed, 15 Jun 2011 15:24:21 -0700 (PDT) Date: Thu, 16 Jun 2011 02:24:21 +0400 Message-ID: From: Andrey Fesenko To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: sysutils/tmux fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 22:48:02 -0000 > I fixed this yesterday on my machine. > Generally, CFLAGS from tmux/Makefile is replaced with CLFAGS from > /etc/make.conf. For defined include path in tmux/Makefile > "CFLAGS+= -I..." should be replaced with "CPPFLAGS+= -I..." Thank you this method worked may formalize pr