[Bug 217511] emulators/virtualbox-ose: incorrect USE_GL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 30 14:57:20 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217511

--- Comment #21 from Dmitri Goutnik <dg at syrec.org> ---
${RLN} needs a condition and pkg-plist seems to be just missing %%SDK%% prefix:

Index: Makefile
===================================================================
--- Makefile    (revision 491626)
+++ Makefile    (working copy)
@@ -328,7 +328,9 @@
        ${MKDIR} ${STAGEDIR}${VBOX_DIR}
        cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
            "*.fd *.r0 *.rc *.so components" ${STAGEDIR}${VBOX_DIR}
+.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
        ${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
+.endif

        ${INSTALL_SCRIPT} ${WRKSRC}/src/VBox/Installer/freebsd/VBox.sh \
            ${STAGEDIR}${VBOX_DIR}
Index: pkg-plist
===================================================================
--- pkg-plist   (revision 491626)
+++ pkg-plist   (working copy)
@@ -422,7 +422,7 @@
 lib/virtualbox/VMMRC.rc
 %%QT%%@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VirtualBox
 %%QT%%lib/virtualbox/VirtualBox.so
-lib/virtualbox/sdk
+%%SDK%%lib/virtualbox/sdk
 %%WEBSERVICE%%lib/virtualbox/vboxwebsrv
 %%WEBSERVICE%%lib/virtualbox/webtest
 %%VNC%%lib/virtualbox/ExtensionPacks/VNC/ExtPack-license.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list