From owner-svn-ports-all@FreeBSD.ORG Sat Apr 19 10:16:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DC42550; Sat, 19 Apr 2014 10:16:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A62513D1; Sat, 19 Apr 2014 10:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JAGv5j082203; Sat, 19 Apr 2014 10:16:57 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3JAGulI082199; Sat, 19 Apr 2014 10:16:56 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201404191016.s3JAGulI082199@svn.freebsd.org> From: Niclas Zeising Date: Sat, 19 Apr 2014 10:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351589 - in head/x11: libxcb xcb-proto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 10:16:57 -0000 Author: zeising Date: Sat Apr 19 10:16:56 2014 New Revision: 351589 URL: http://svnweb.freebsd.org/changeset/ports/351589 QAT: https://qat.redports.org/buildarchive/r351589/ Log: Restrict these to use python 2 for the time being. Modified: head/x11/libxcb/Makefile head/x11/xcb-proto/Makefile Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Sat Apr 19 09:11:24 2014 (r351588) +++ head/x11/libxcb/Makefile Sat Apr 19 10:16:56 2014 (r351589) @@ -3,6 +3,7 @@ PORTNAME= libxcb PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -23,7 +24,7 @@ XORG_CAT= lib USES= gmake USE_GNOME= libxslt:build USE_XORG= xau xdmcp -USE_PYTHON_BUILD=YES +USE_PYTHON_BUILD=2 .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS CONFIGURE_ARGS+=${f}="${${f}}" Modified: head/x11/xcb-proto/Makefile ============================================================================== --- head/x11/xcb-proto/Makefile Sat Apr 19 09:11:24 2014 (r351588) +++ head/x11/xcb-proto/Makefile Sat Apr 19 10:16:56 2014 (r351589) @@ -3,6 +3,7 @@ PORTNAME= xcb-proto PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -12,7 +13,7 @@ COMMENT= The X protocol C-language Bindi BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 XORG_CAT= proto -USE_PYTHON= 2.5+ +USE_PYTHON= 2 DATADIR= ${PREFIX}/share/xcb