VirtualBox

Changeset 84449 in vbox for trunk/src/VBox/Installer/freebsd


Ignore:
Timestamp:
May 22, 2020 11:17:09 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138156
Message:

Reverting r138155 - committed too much.

Location:
trunk/src/VBox/Installer/freebsd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/freebsd/Makefile.kmk

    r84448 r84449  
    311311        $(call MSG_INST_FILE,$<,$@)
    312312        $(QUIET)$(INSTALL) -d $(dir $@)
    313         $(QUIET)$(CP) -- "$<" "$@"
     313        $(QUIET)$(SED) \
     314                -e "s;_VBOX_REM_32BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,);g" \
     315                -e "s;_VBOX_REM_64BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,);g" \
     316                --output $@ \
     317                $<
    314318ifdef VBOX_WITH_DTRACE
    315319        $(QUIET)$(APPEND) -n "$@" "@mode 644" \
  • trunk/src/VBox/Installer/freebsd/pkg_plist

    r84448 r84449  
    1515lib/virtualbox/VBoxNetDHCP.so
    1616lib/virtualbox/VBoxPython.so
     17lib/virtualbox/VBoxREM.so
    1718lib/virtualbox/VBoxRT.so
    1819lib/virtualbox/VBoxSDL.so
     
    3132lib/virtualbox/rdesktop-vrdp
    3233lib/virtualbox/VBoxTestOGL
     34_VBOX_REM_32BIT_MODULE_
     35_VBOX_REM_64BIT_MODULE_
    3336@mode 4755
    3437lib/virtualbox/VBoxSDL
Note: See TracChangeset for help on using the changeset viewer.

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