Bug 80925 - building of emulators/vmware2 fails while applying patches.
Summary: building of emulators/vmware2 fails while applying patches.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 06:40 UTC by TsurutaniNaoki
Modified: 2005-05-12 08:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2005-05-12 06:40:07 UTC
	building of emulators/vmware2 fails.
	error message shows failure of the applying a patch of files/patch-bd.
	this is caused by missing of one charactor in patch file.

Fix: 

here is a patch to files/patch-bd:
	--- ports/emulators/vmware2/files/patch-bd.orig       Thu May 12 14:27:51 2005
	+++ ports/emulators/vmware2/files/patch-bd Thu May 12 13:49:19 2005
	@@ -30,7 +30,7 @@
	  #include <machine/md_var.h>
	  #include <machine/segments.h>
	 +#if __FreeBSD_version < 501114
	- #include <i386/isa/intr_machep.h>
	+ #include <i386/isa/intr_machdep.h>
	 +#endif
	
	  static int
How-To-Repeat: 	building emulators/vmware2.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-05-12 08:09:31 UTC
State Changed
From-To: open->closed

Fixed, thanks!