Bug 152617 - [patch] emulators/virtualbox-ose port does'n install EFI firmware
Summary: [patch] emulators/virtualbox-ose port does'n install EFI firmware
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-27 15:20 UTC by well-wisher
Modified: 2010-11-29 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (611 bytes, patch)
2010-11-27 15:20 UTC, well-wisher
no flags Details | Diff
vbox_patch2.txt (1.44 KB, text/plain)
2010-11-27 19:57 UTC, Steve Wills
no flags Details
vbox_patch2.txt.sig (287 bytes, application/octet-stream)
2010-11-27 19:57 UTC, Steve Wills
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description well-wisher 2010-11-27 15:20:09 UTC

Fix: copy VBoxEFI32.fd & VBoxEFI64.fd to ${PREFIX}/lib/virtualbox

Patch attached with submission follows:
How-To-Repeat: Check "Enable EFI" option;
try to boot VM;
got "ERROR: Unknown error creating VM (VERR_FILE_NOT_FOUND)
Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface Console, callee"
Comment 1 Steve Wills freebsd_committer freebsd_triage 2010-11-27 19:03:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox@FreeBSD.org

Fixed port name in subject and assigned to vbox@
Comment 2 Steve Wills freebsd_committer freebsd_triage 2010-11-27 19:12:26 UTC
Responsible Changed
From-To: vbox@FreeBSD.org->vbox

really fix responsible
Comment 3 Steve Wills 2010-11-27 19:57:27 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The patch needs to update the plist as well. Please see attached patch.

Steve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJM8WKnAAoJEPXPYrMgexuh8nMH+wels5v8yPaApD7UIqtwwBw4
h8KEa5csakiqp5RSwELc7oEBqwRX/wXoBu+1Gcz8O74JwtKD/KiKSZ/WcEUm2GLJ
ut5eo+1Q4QyLgLy312vlzA4GpchWaJ4vXOBrksxOiXNP2h25EMB6ZhRmzOuWIZpH
xp4xdr3pdTi6NSQtUVzHD3FCHD28nutT29s+VwRvbNhEYyvR5N4P+rDyVCOOiFfI
bCV+hHMQzUWEZtd6XlBrzn09hVg4xQPFXlWbMjoETz5Br4MHEnXCTzEVR5L8HIst
qLR9xMVWFn8XCfNfbcHoTZ3x0ZYJ9UOe+BA4+eB3oumOGLOSuCiO66Ktxzlopwo=
=DDU8
-----END PGP SIGNATURE-----
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2010-11-29 13:48:28 UTC
Responsible Changed
From-To: vbox->beat

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-11-29 22:23:23 UTC
beat        2010-11-29 22:23:17 UTC

  FreeBSD ports repository

  Modified files:
    emulators/virtualbox-ose Makefile pkg-plist 
  Log:
  - Install EFI firmware
  - Bump PORTREVISION
  
  PR:             ports/152617
  Submitted by:   well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net>
  
  Revision  Changes    Path
  1.31      +2 -2      ports/emulators/virtualbox-ose/Makefile
  1.17      +2 -0      ports/emulators/virtualbox-ose/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Beat Gaetzi freebsd_committer freebsd_triage 2010-11-29 22:23:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!