From owner-freebsd-x11@FreeBSD.ORG Tue Apr 15 00:49:58 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C426F655 for ; Tue, 15 Apr 2014 00:49:58 +0000 (UTC) Received: from mail-yk0-x236.google.com (mail-yk0-x236.google.com [IPv6:2607:f8b0:4002:c07::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A737118B for ; Tue, 15 Apr 2014 00:49:58 +0000 (UTC) Received: by mail-yk0-f182.google.com with SMTP id 142so8184298ykq.41 for ; Mon, 14 Apr 2014 17:49:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x4vUHzLvyPGsBGpV+UqKtms/012s92aSz5oPV6g/Ass=; b=kxqwuaeBD0BafRoAmd+IiaxFxsz4Aiy7WRt1o3l70kU6C2dGiDlW8Cbrw9nk64B07p qEVmC5EozNw3VuQXU1NaVvotwQ1LLuwSMisdwNr9s+hwyUXMQVYu8EfzQjZpT04LyU7O 5j2LWE/n2XL4T2OfG6CjE/izPmZb97vuNvANsyZoG2Di6KqOsvSrss33KsqGORaY/vsp IFulQZLOdzWuBOJ2LkVBRg8+oDnGIf5KUI8Km4IyQOjicfiBTqGojPsK4MZWX5VIcqh8 CHW0KfalRsBAE4yUb+T/5FfPCjkq5BcTqKTt3SawMFzIc19irm+Pv7D++waabL2mQSUk d2Eg== MIME-Version: 1.0 X-Received: by 10.236.84.227 with SMTP id s63mr62984464yhe.26.1397522997785; Mon, 14 Apr 2014 17:49:57 -0700 (PDT) Received: by 10.170.130.79 with HTTP; Mon, 14 Apr 2014 17:49:57 -0700 (PDT) Date: Mon, 14 Apr 2014 17:49:57 -0700 Message-ID: Subject: libxshmfence port fails build From: Neil Schroeder To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 00:49:58 -0000 I think I picked a bad day to go from 10-STABLE to 11-CURRENT then fully rebuild all my ports... In file included from xshmfence_alloc.c:27: In file included from ./xshmfenceint.h:33: ./xshmfence_futex.h:40:39: error: use of undeclared identifier 'INT_MAX' --- xshmfence_futex.lo --- In file included from xshmfence_futex.c:27: In file included from ./xshmfenceint.h:33: ./xshmfence_futex.h:40:39: error: use of undeclared identifier 'INT_MAX' --- xshmfence_alloc.lo --- return sys_futex(addr, UMTX_OP_WAKE, INT_MAX); ^ --- xshmfence_futex.lo --- return sys_futex(addr, UMTX_OP_WAKE, INT_MAX); ^ I am not too bad with general hackery of dependencies and makefiles but this I'm not sure how to address. Any ideas fine people? NS