emulators/virtualbox-ose*: Add support of "Unattended Installation of Guest OS" feature
Install files required by Unattended Installation of Guest OS feature. These files were already prepared during the ports' build, so just add them to the installation. Details about this feature are here: https://www.virtualbox.org/manual/topics/create-vm.html#tk_create-vm-unattended-install Reported by: xin3qu via IRC (#freebsd-vbox @ Libera.Chat)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.0.26
|
||||
PORTREVISION?= 6
|
||||
PORTREVISION?= 7
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/vvd:docs
|
||||
@@ -359,7 +359,9 @@ do-install:
|
||||
|
||||
${MKDIR} ${STAGEDIR}${VBOX_DIR}
|
||||
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR}
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR} && \
|
||||
${COPYTREE_SHARE} UnattendedTemplates ${STAGEDIR}${DATADIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
|
||||
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
|
||||
.endif
|
||||
|
||||
@@ -438,6 +438,28 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%QT%%share/applications/virtualbox.desktop
|
||||
%%DOCS%%%%DOCSDIR%%/UserManual.pdf
|
||||
%%QT%%share/pixmaps/VBox.png
|
||||
%%DATADIR%%/UnattendedTemplates/debian_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/debian_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/fedora_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_installer.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/ol8_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol9_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/os2_cid_install.cmd
|
||||
%%DATADIR%%/UnattendedTemplates/os2_response_files.rsp
|
||||
%%DATADIR%%/UnattendedTemplates/os2_util.exe
|
||||
%%DATADIR%%/UnattendedTemplates/redhat67_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/rhel3_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel4_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel5_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
%%DATADIR%%/UnattendedTemplates/win_postinstall.cmd
|
||||
%%DATADIR%%/idl/VirtualBox_XPCOM.idl
|
||||
%%DATADIR%%/idl/ipcIClientObserver.idl
|
||||
%%DATADIR%%/idl/ipcIDConnectService.idl
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.1.16
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/vvd:docs
|
||||
@@ -351,7 +351,9 @@ do-install:
|
||||
|
||||
${MKDIR} ${STAGEDIR}${VBOX_DIR}
|
||||
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR}
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR} && \
|
||||
${COPYTREE_SHARE} UnattendedTemplates ${STAGEDIR}${DATADIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
|
||||
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
|
||||
.endif
|
||||
|
||||
@@ -304,6 +304,30 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%QT%%share/applications/virtualbox.desktop
|
||||
%%DOCS%%%%DOCSDIR%%/UserManual.pdf
|
||||
%%QT%%share/pixmaps/VBox.png
|
||||
%%DATADIR%%/UnattendedTemplates/debian_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/debian_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/fedora_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_installer.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/ol8_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol9_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/os2_cid_install.cmd
|
||||
%%DATADIR%%/UnattendedTemplates/os2_response_files.rsp
|
||||
%%DATADIR%%/UnattendedTemplates/os2_util.exe
|
||||
%%DATADIR%%/UnattendedTemplates/redhat67_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/rhel3_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel4_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel5_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_meta_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_user_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
%%DATADIR%%/UnattendedTemplates/win_postinstall.cmd
|
||||
%%DATADIR%%/idl/VirtualBox_XPCOM.idl
|
||||
%%DATADIR%%/idl/ipcIClientObserver.idl
|
||||
%%DATADIR%%/idl/ipcIDConnectService.idl
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.2.6
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/vvd:docs
|
||||
@@ -352,7 +352,9 @@ do-install:
|
||||
|
||||
${MKDIR} ${STAGEDIR}${VBOX_DIR}
|
||||
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR}
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR} && \
|
||||
${COPYTREE_SHARE} UnattendedTemplates ${STAGEDIR}${DATADIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
|
||||
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
|
||||
.endif
|
||||
|
||||
@@ -308,6 +308,30 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%QT%%share/applications/virtualbox.desktop
|
||||
%%DOCS%%%%DOCSDIR%%/UserManual.pdf
|
||||
%%QT%%share/pixmaps/VBox.png
|
||||
%%DATADIR%%/UnattendedTemplates/debian_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/debian_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/fedora_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_installer.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/freebsd_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/ol8_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol9_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/os2_cid_install.cmd
|
||||
%%DATADIR%%/UnattendedTemplates/os2_response_files.rsp
|
||||
%%DATADIR%%/UnattendedTemplates/os2_util.exe
|
||||
%%DATADIR%%/UnattendedTemplates/redhat67_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/rhel3_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel4_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel5_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_meta_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_user_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
%%DATADIR%%/UnattendedTemplates/win_postinstall.cmd
|
||||
%%DATADIR%%/idl/VirtualBox_XPCOM.idl
|
||||
%%DATADIR%%/idl/ipcIClientObserver.idl
|
||||
%%DATADIR%%/idl/ipcIDConnectService.idl
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 5.2.44
|
||||
PORTREVISION?= 34
|
||||
PORTREVISION?= 35
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
|
||||
@@ -342,7 +342,9 @@ do-install:
|
||||
|
||||
${MKDIR} ${STAGEDIR}${VBOX_DIR}
|
||||
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
|
||||
"*.fd *.r0 *.rc *.so components" ${STAGEDIR}${VBOX_DIR}
|
||||
"*.fd *.r0 *.rc *.so components" ${STAGEDIR}${VBOX_DIR} && \
|
||||
${COPYTREE_SHARE} UnattendedTemplates ${STAGEDIR}${DATADIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
|
||||
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
|
||||
.endif
|
||||
|
||||
@@ -440,6 +440,20 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%QT%%share/applications/virtualbox.desktop
|
||||
%%DOCS%%%%DOCSDIR%%/UserManual.pdf
|
||||
%%QT%%share/pixmaps/VBox.png
|
||||
%%DATADIR%%/UnattendedTemplates/debian_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/debian_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/fedora_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat67_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/rhel3_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel4_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel5_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
%%DATADIR%%/UnattendedTemplates/win_postinstall.cmd
|
||||
%%DATADIR%%/idl/VirtualBox_XPCOM.idl
|
||||
%%DATADIR%%/idl/ipcIClientObserver.idl
|
||||
%%DATADIR%%/idl/ipcIDConnectService.idl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 7
|
||||
PKGNAMESUFFIX= -nox11-70
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-70
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -nox11-71
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-71
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -nox11-72
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-72
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 33
|
||||
PORTREVISION= 34
|
||||
PKGNAMESUFFIX= -nox11-legacy
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 18
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 6.1.50
|
||||
PORTREVISION?= 17
|
||||
PORTREVISION?= 18
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/bofh/emulators/virtualbox-ose:docs
|
||||
@@ -363,7 +363,9 @@ do-install:
|
||||
|
||||
${MKDIR} ${STAGEDIR}${VBOX_DIR}
|
||||
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR}
|
||||
"*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR} && \
|
||||
${COPYTREE_SHARE} UnattendedTemplates ${STAGEDIR}${DATADIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
|
||||
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
|
||||
.endif
|
||||
|
||||
@@ -442,6 +442,20 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%QT%%share/applications/virtualbox.desktop
|
||||
%%DOCS%%%%DOCSDIR%%/UserManual.pdf
|
||||
%%QT%%share/pixmaps/VBox.png
|
||||
%%DATADIR%%/UnattendedTemplates/debian_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/debian_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/fedora_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/ol_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat67_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/redhat_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/rhel3_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel4_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/rhel5_ks.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
%%DATADIR%%/UnattendedTemplates/win_postinstall.cmd
|
||||
%%DATADIR%%/idl/VirtualBox_XPCOM.idl
|
||||
%%DATADIR%%/idl/ipcIClientObserver.idl
|
||||
%%DATADIR%%/idl/ipcIDConnectService.idl
|
||||
|
||||
Reference in New Issue
Block a user