From owner-svn-ports-all@FreeBSD.ORG Thu May 30 19:35:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ED5B2BFE; Thu, 30 May 2013 19:35:25 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E00E68D; Thu, 30 May 2013 19:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UJZPDc024561; Thu, 30 May 2013 19:35:25 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UJZPRc024560; Thu, 30 May 2013 19:35:25 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201305301935.r4UJZPRc024560@svn.freebsd.org> From: Juergen Lock Date: Thu, 30 May 2013 19:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319450 - head/emulators/qemu-devel 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.14 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: Thu, 30 May 2013 19:35:26 -0000 Author: nox Date: Thu May 30 19:35:25 2013 New Revision: 319450 URL: http://svnweb.freebsd.org/changeset/ports/319450 Log: - Seems --disable-opengl is now called --disable-glx. (doh!) - No PORTREVISION bump as its a build fix (with non-default options.) Reported by: gjb (via irc) Modified: head/emulators/qemu-devel/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Thu May 30 19:31:47 2013 (r319449) +++ head/emulators/qemu-devel/Makefile Thu May 30 19:35:25 2013 (r319450) @@ -144,7 +144,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics .endif .if empty(PORT_OPTIONS:MOPENGL) -CONFIGURE_ARGS+= --disable-opengl +CONFIGURE_ARGS+= --disable-glx .else USE_GL= yes .endif