Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 19:48:34 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353200 - head/emulators/virtualbox-ose-additions
Message-ID:  <201405071948.s47JmYP1051507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071948.s47JmYP1051507>