From owner-freebsd-ports@FreeBSD.ORG Thu May 26 07:26:56 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 D9DB1106566B for ; Thu, 26 May 2011 07:26:56 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 418B18FC12 for ; Thu, 26 May 2011 07:26:55 +0000 (UTC) Received: by wyf23 with SMTP id 23so375648wyf.13 for ; Thu, 26 May 2011 00:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=O+z8BM1QrG5jfZeubtM6XOpqmB7ofdaFf/sS87G3sjA=; b=d4AlgJ/mD0bsZXpb1UC94x2uFf/m+bY0IEeqgi+VqmpitC9CYQkE7+Xr+h/w2mlZtt gNlpQ6v3GWh/+UHQjhs2VTkIBU22c36cZnPWcSBKTS9VBZzmlq9TX8q78H8QHmc+Jukb qHw7gASHUBTj8Mmoeofg2wgIl5EdUi0MCmR8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=G5J3Nty50up2KEz+UuLaSX4DvrLHZY4bSh1IlVe4RLcNXcujFUMTksi2Y8nwnhw5ul 5hMBXxrThQZF7osJTvAYxIGRLxbpjMjdeaD0NaCDOrNisyoEZ1G94SZ68u7lXkKs8PDP PF86pH6znWoxGNw7FKRaqE8WdweiMk3lgIj2s= Received: by 10.227.11.131 with SMTP id t3mr449123wbt.113.1306394815042; Thu, 26 May 2011 00:26:55 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id ex2sm266744wbb.65.2011.05.26.00.26.53 (version=SSLv3 cipher=OTHER); Thu, 26 May 2011 00:26:54 -0700 (PDT) Message-ID: <4DDE006D.2090405@gmail.com> Date: Thu, 26 May 2011 09:25:33 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110508 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, wen@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Thu, 26 May 2011 07:26:56 -0000 Hello, Since the last update tmux fails to compile : ===> Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD="\"1.4\"" -c attributes.c -o attributes.o In file included from attributes.c:23: tmux.h:30:19: error: event.h: No such file or directory In file included from attributes.c:23: tmux.h:830: error: field 'name_timer' has incomplete type tmux.h:1032: error: field 'key_timer' has incomplete type tmux.h:1093: error: field 'event' has incomplete type tmux.h:1117: error: field 'repeat_timer' has incomplete type tmux.h:1139: error: field 'identify_timer' has incomplete type tmux.h:1142: error: field 'message_timer' has incomplete type *** Error code 1 Stop in /usr/ports/sysutils/tmux/work/tmux-1.4. It fails even if LIBEVENT2 is not selected. markand@Melon /usr/ports/sysutils/tmux $ make showconfig ===> The following configuration options are available for tmux-1.4_5: KQUEUE=on "Build without define HAVE_BROKEN_KQUEUE " LIBEVENT2=on "Use libevent version 2" LIBEVENT_STATIC=off "Build with static libevent" BACKSPACE=off "Build with tty/keys patch" ===> Use 'make config' to modify these settings Cheers, -- David Demelier