- Install EFI firmware
- Bump PORTREVISION PR: ports/152617 Submitted by: well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net>
This commit is contained in:
parent
ec3a900fc3
commit
c373ba2d53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265413
4 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 3.2.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://tmp.chruetertee.ch/ \
|
||||
http://freebsd.unixfreunde.de/sources/ \
|
||||
|
@ -236,7 +236,7 @@ do-install:
|
|||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/sdk/bindings/xpcom/include && ${COPYTREE_SHARE} "*" ${PREFIX}/include/virtualbox)
|
||||
|
||||
${MKDIR} ${PREFIX}/lib/virtualbox
|
||||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 components" ${PREFIX}/lib/virtualbox)
|
||||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 *.fd components" ${PREFIX}/lib/virtualbox)
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
${MKDIR} ${DATADIR}/nls
|
||||
|
|
|
@ -15,6 +15,8 @@ bin/VBoxXPCOMIPCD
|
|||
lib/virtualbox/VBoxDD.so
|
||||
lib/virtualbox/VBoxDD2.so
|
||||
lib/virtualbox/VBoxDDU.so
|
||||
lib/virtualbox/VBoxEFI32.fd
|
||||
lib/virtualbox/VBoxEFI64.fd
|
||||
lib/virtualbox/VBoxGuestControlSvc.so
|
||||
lib/virtualbox/VBoxGuestPropSvc.so
|
||||
lib/virtualbox/VBoxHeadless
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 3.2.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://tmp.chruetertee.ch/ \
|
||||
http://freebsd.unixfreunde.de/sources/ \
|
||||
|
@ -236,7 +236,7 @@ do-install:
|
|||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/sdk/bindings/xpcom/include && ${COPYTREE_SHARE} "*" ${PREFIX}/include/virtualbox)
|
||||
|
||||
${MKDIR} ${PREFIX}/lib/virtualbox
|
||||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 components" ${PREFIX}/lib/virtualbox)
|
||||
(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 *.fd components" ${PREFIX}/lib/virtualbox)
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
${MKDIR} ${DATADIR}/nls
|
||||
|
|
|
@ -15,6 +15,8 @@ bin/VBoxXPCOMIPCD
|
|||
lib/virtualbox/VBoxDD.so
|
||||
lib/virtualbox/VBoxDD2.so
|
||||
lib/virtualbox/VBoxDDU.so
|
||||
lib/virtualbox/VBoxEFI32.fd
|
||||
lib/virtualbox/VBoxEFI64.fd
|
||||
lib/virtualbox/VBoxGuestControlSvc.so
|
||||
lib/virtualbox/VBoxGuestPropSvc.so
|
||||
lib/virtualbox/VBoxHeadless
|
||||
|
|
Loading…
Reference in a new issue