From owner-svn-ports-all@freebsd.org Wed Oct 21 21:14:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A373A1B218; Wed, 21 Oct 2015 21:14:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 618691C06; Wed, 21 Oct 2015 21:14:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9LLEd3q010772; Wed, 21 Oct 2015 21:14:39 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9LLEdpN010771; Wed, 21 Oct 2015 21:14:39 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201510212114.t9LLEdpN010771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 21 Oct 2015 21:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399932 - head/x11-servers/xorg-server/files 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.20 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: Wed, 21 Oct 2015 21:14:40 -0000 Author: kwm Date: Wed Oct 21 21:14:39 2015 New Revision: 399932 URL: https://svnweb.freebsd.org/changeset/ports/399932 Log: Unbreak the build of xorg-server 1.17.2 on arm. Apparently the 1.17 update broke this. Submitted by: sbruno@ Modified: head/x11-servers/xorg-server/files/patch-configure Modified: head/x11-servers/xorg-server/files/patch-configure ============================================================================== --- head/x11-servers/xorg-server/files/patch-configure Wed Oct 21 20:35:40 2015 (r399931) +++ head/x11-servers/xorg-server/files/patch-configure Wed Oct 21 21:14:39 2015 (r399932) @@ -1,6 +1,18 @@ ---- configure.orig 2015-03-05 13:53:47.431303000 +0100 -+++ configure 2015-03-05 13:54:06.598309000 +0100 -@@ -25560,7 +25560,7 @@ +--- configure.orig 2015-06-16 17:43:10.000000000 +0200 ++++ configure 2015-10-21 23:07:22.017310000 +0200 +@@ -22640,6 +22640,11 @@ + arm*) + ARM_VIDEO=yes + DEFAULT_INT10="stub" ++ case $host_os in ++ *freebsd*) ++ $as_echo "#define USE_DEV_IO 1" >>confdefs.h ++ ;; ++ esac + ;; + i*86) + I386_VIDEO=yes +@@ -25559,7 +25564,7 @@ case "x$XTRANS_SEND_FDS" in xauto) case "$host_os" in