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

--- Comment #21 from Dmitri Goutnik <[email protected]> ---
${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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to