svn commit: r517354 - head/emulators/virtualbox-ose-additions
Jung-uk Kim
jkim at FreeBSD.org
Tue Nov 12 23:27:24 UTC 2019
Author: jkim
Date: Tue Nov 12 23:27:23 2019
New Revision: 517354
URL: https://svnweb.freebsd.org/changeset/ports/517354
Log:
Fix build with OPENGL option when using 3.x as default Python.
Note the same problem in emulators/virtualbox-ose was fixed in r475363.
Reported by: fluffy
Modified:
head/emulators/virtualbox-ose-additions/Makefile
Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile Tue Nov 12 21:59:27 2019 (r517353)
+++ head/emulators/virtualbox-ose-additions/Makefile Tue Nov 12 23:27:23 2019 (r517354)
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.34
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX?= -additions
@@ -15,7 +16,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
-USES= compiler:c++11-lang cpe iconv kmod python:build tar:bzip2
+USES= compiler:c++11-lang cpe iconv kmod tar:bzip2
USE_RC_SUBR= vboxguest vboxservice
BUILD_DEPENDS= yasm:devel/yasm \
@@ -60,7 +61,7 @@ DEBUG_VARS_OFF= KMK_BUILDTYPE=release
OPENGL_CONFIGURE_OFF= --disable-opengl
OPENGL_IMPLIES= X11
OPENGL_USE= GL=gl,glu XORG=xcomposite,xdamage,xfixes
-OPENGL_USES= gl xorg
+OPENGL_USES= gl python:2.7,build xorg
X11_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/compiler.h:x11-servers/xorg-server
X11_RUN_DEPENDS= xrandr:x11/xrandr
X11_USE= XORG=x11,xcursor,xext,xorgproto,xmu,xrandr,xt
More information about the svn-ports-all
mailing list