VirtualBox

Changeset 61929 in vbox


Ignore:
Timestamp:
Jun 29, 2016 12:22:39 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108368
Message:

Config.kmk,installer/darwin: Drop the VBOX_NOT_OSX_105 define. We won't be building trunk against 10.5 area codesign and pkgbuild anymore.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r61923 r61929  
    31203120  # @param 1  The bundle to sign.
    31213121  # @param 2  Identifier, optional.
    3122   ifdef VBOX_NOT_OSX_105
    31233122  VBOX_SIGN_VMM_MOD_FN = $(VBOX_SIGN_MACHO_FN)
    3124   else
    3125   VBOX_SIGN_VMM_MOD_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB)$(VBOX_CODESIGN) \
    3126         --verbose=9 \
    3127         --force \
    3128         --file-list - \
    3129         $(VBOX_CERTIFICATE_SUBJECT_NAME_ARGS) \
    3130         $(1) -D $(1).codesign \
    3131         $(if $(2),--identifier "$(2)",)
    3132   endif
    31333123
    31343124  ## Sign a non-executable file.
    31353125  # @param 1  The bundle to sign.
    31363126  # @param 2  Identifier, optional.
    3137   ifdef VBOX_NOT_OSX_105
    31383127  VBOX_SIGN_FILE_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB)$(VBOX_CODESIGN) \
    31393128        --verbose=9 \
     
    31433132        $(1) \
    31443133        $(if $(2),--identifier "$(2)",)
    3145   else
    3146   VBOX_SIGN_FILE_FN =
    3147   endif
    3148 
    31493134
    31503135  ## @def VBOX_TEST_SIGN_KEXT
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r61927 r61929  
    136136        @# Populate the image with uninstaller, readme, picture, and .VolumeIcon.icns. (TODO)
    137137        $(INSTALL) $(VBOX_PATH_DI_SRC)/DiskImage/VirtualBox_Uninstall.tool  $(VBOX_PATH_PACK_TMP)/DiskImage/
    138 if defined(VBOX_SIGNING_MODE) && defined(VBOX_NOT_OSX_105)
     138ifdef VBOX_SIGNING_MODE
    139139        $(call VBOX_SIGN_FILE_FN,$(VBOX_PATH_PACK_TMP)/DiskImage/VirtualBox_Uninstall.tool,org.virtualbox.dmg.uninstaller)
    140140endif
     
    538538        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    539539        ,Frameworks/$(qtmod).framework/Versions/Current=>$(VBOX_QT_VERSION_MAJOR) )
    540 ifndef VBOX_NOT_OSX_105
    541 VBOX_DI_VBAPP_SYMLINKS += $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    542         ,Frameworks/$(qtmod).framework/$(qtmod)=>Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod) \
    543          Frameworks/$(qtmod).framework/Resources=>Versions/$(VBOX_QT_VERSION_MAJOR)/Resources/ )
    544 endif
    545540
    546541ifdef VBOX_WITH_PYTHON
     
    747742        $(foreach bin, $(VBOX_DI_VBAPP_UNIVERSAL_PROGS) \
    748743                , $(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(bin),org.virtualbox.app.macos.$(notdir $(bin))) )
    749  ifdef VBOX_NOT_OSX_105 ## @todo Move as much stuff out of MacOS/ as possible!!
    750744        $(foreach other, $(VBOX_DI_VBAPP_OTHER_UNIVERSAL_BINS) $(VBOX_DI_VBAPP_OTHER_BINS)\
    751745                , $(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(other),org.virtualbox.app.macos.$(notdir $(other))) )
     
    770764        $(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Resources/vmstarter.app,,)
    771765        $(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_VBOX_APP_TMP),,--deep)
    772  else
    773         $(foreach other, $(VBOX_DI_VBAPP_OTHER_UNIVERSAL_BINS) $(VBOX_DI_VBAPP_OTHER_BINS) \
    774                 , $(NLTAB)$(call VBOX_SIGN_VMM_MOD_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(other),org.virtualbox.app.macos.$(notdir $(other))) )
    775         $(foreach bin, $(VBOX_DI_VBAPP_PROGS) \
    776                 , $(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(bin),org.virtualbox.app.macos.$(notdir $(bin))) )
    777  endif
    778766endif
    779767        @# Set the correct owner and set the set-user-ID-on-execution bit on the relevant executables.
     
    813801                --install-location /Applications/ \
    814802                --ownership preserve \
    815                 $(if-expr defined(VBOX_NOT_OSX_105),--preserve-xattr,) \
     803                --preserve-xattr \
    816804                $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    817805                $@
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette