Changeset 76010 in vbox
- Timestamp:
- Dec 6, 2018 11:17:50 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Installer/darwin/Makefile.kmk (modified) (2 diffs)
-
src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings (modified) (1 diff)
-
src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75976 r76010 832 832 if1of ($(KBUILD_TARGET), darwin) 833 833 VBOX_WITH_VBOXIMGMOUNT = 1 834 endif 835 # Set this to enable packaging the fuse related bits into our installer. 836 if1of ($(KBUILD_TARGET), darwin) 837 VBOX_WITH_FUSE_PACKING = 1 834 838 endif 835 839 ## @} -
trunk/src/VBox/Installer/darwin/Makefile.kmk
r75982 r76010 178 178 $(VBOX_PATH_DI_SRC)/VirtualBox_mpkg/*.lproj/*) \ 179 179 $(foreach f,$(VBOX_INSTALLER_ADD_LANGUAGES), $(VBOX_BRAND_$(f)_VIRTUALBOX_WELCOME_RTF)) \ 180 $(if $(VBOX_WITH_FUSE_PACKING), $(VBOX_PATH_PACK_TMP)/Packages/OSXFuseCore.pkg) \ 180 181 $(VBOX_DARWIN_INST_DEP_ON_MAKEFILE) 181 182 $(call MSG_TOOL,productbuild,,,$@) … … 928 929 $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.res 929 930 931 ifdef VBOX_WITH_FUSE_PACKING 932 # 933 # The OS X fuse core package. 934 # 935 $(VBOX_PATH_PACK_TMP)/Packages/OSXFuseCore.pkg: \ 936 $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/osxfuse/v*)))/Core.pkg 937 $(call MSG_TOOL,Preparing OS X Fuse core package,,,$@) 938 @# Cleanup any previously failed attempts. 939 sudo rm -Rf $@ 940 pkgutil --flatten $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/osxfuse/v*)))/Core.pkg $@ 941 endif 942 930 943 931 944 # -
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/Localizable.strings
r61522 r76010 10 10 'choiceVBoxCLI_msg' = 'Installs the @VBOX_PRODUCT@ command line utilities into /usr/bin.'; 11 11 12 'choiceOSXFuseCore_title' = 'OS X Fuse core package'; 13 'choiceOSXFuseCore_msg' = 'Installs the OS X Fuse core package for the image mounter.'; 14 12 15 'RUNNING_VMS_TLE' = "Running VirtualBox virtual machines detected!"; 13 16 'RUNNING_VMS_MSG' = "The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation."; -
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist
r69396 r76010 109 109 <line choice="choiceVBox"></line> 110 110 <line choice="choiceVBoxCLI"></line> 111 <line choice="choiceOSXFuseCore"></line> 111 112 </choices-outline> 112 113 <choice id="choiceVBoxKEXTs" title="choiceVBoxKEXTs_title" description="choiceVBoxKEXTs_msg" start_selected="true" start_enabled="false" start_visible="true"> … … 119 120 <pkg-ref id="org.virtualbox.pkg.virtualboxcli"></pkg-ref> 120 121 </choice> 122 <choice id="choiceOSXFuseCore" title="choiceOSXFuseCore_title" description="choiceOSXFuseCore_msg" start_selected="true" start_enabled="true" start_visible="true"> 123 <pkg-ref id="com.github.osxfuse.pkg.Core"></pkg-ref> 124 </choice> 121 125 <pkg-ref id="org.virtualbox.pkg.vboxkexts" auth="Root">file:./Contents/Packages/VBoxKEXTs.pkg</pkg-ref> 122 126 <pkg-ref id="org.virtualbox.pkg.virtualbox" auth="Root">file:./Contents/Packages/VirtualBox.pkg</pkg-ref> 123 127 <pkg-ref id="org.virtualbox.pkg.virtualboxcli" auth="Root">file:./Contents/Packages/VirtualBoxCLI.pkg</pkg-ref> 128 <pkg-ref id="com.github.osxfuse.pkg.Core" auth="Root">file:./Contents/Packages/OSXFuseCore.pkg</pkg-ref> 124 129 </installer-gui-script> 125 130
Note:
See TracChangeset
for help on using the changeset viewer.

