From owner-svn-ports-all@FreeBSD.ORG Wed May 7 19:48:34 2014 Return-Path: Delivered-To: svn-ports-all@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 E6D0BFBE; Wed, 7 May 2014 19:48:34 +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 D40FA5F4; Wed, 7 May 2014 19:48:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47JmYXj051508; Wed, 7 May 2014 19:48:34 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47JmYP1051507; Wed, 7 May 2014 19:48:34 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201405071948.s47JmYP1051507@svn.freebsd.org> From: Jung-uk Kim Date: Wed, 7 May 2014 19:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353200 - head/emulators/virtualbox-ose-additions 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.18 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, 07 May 2014 19:48:35 -0000 Author: jkim Date: Wed May 7 19:48:34 2014 New Revision: 353200 URL: http://svnweb.freebsd.org/changeset/ports/353200 QAT: https://qat.redports.org/buildarchive/r353200/ Log: Work around build failures when x11-servers/xorg-server is not installed. ${XSERVER_VER} requires ${LOCALBASE}/bin/X to find its version number. Modified: head/emulators/virtualbox-ose-additions/Makefile Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Wed May 7 19:29:06 2014 (r353199) +++ head/emulators/virtualbox-ose-additions/Makefile Wed May 7 19:48:34 2014 (r353200) @@ -62,6 +62,7 @@ MAKE_ARGS+= DEBUG_FLAGS="-O1 -g" .endif .if ${PORT_OPTIONS:MX11} +BUILD_DEPENDS+= ${LOCALBASE}/bin/X:${PORTSDIR}/x11-servers/xorg-server VBOX_WITH_X11= 1 USE_XORG= xcursor xmu inputproto xorg-server xrandr .else