Vmware fails to compile on -current, this patch makes it compile again with the patch to rtc (in a separate send-pr) Fix: see attached files for patches --- vmmon-only/Makefile.FreeBSD.orig Tue Jun 22 16:52:23 2004 +++ vmmon-only/Makefile.FreeBSD Tue Jun 22 16:51:58 2004 @@ -57,7 +59,9 @@ device: rm -f /compat/linux/dev/${DEVNAME} +.if ${OSVERSION} > 500104 mknod /compat/linux/dev/${DEVNAME} c ${CDEV_MAJOR} 0 +.endif .include <bsd.kmod.mk> --- Makefile_FreeBSD.patch ends here --- How-To-Repeat: try to compile vmware2 on -current
Forgot to mention: Based on an earlier patch by Ian Dowse <iedowse@maths.tcd.ie>. Regards, Marc.
One more thing, my instructions seem to be too sparse: There are three files in this send-pr: 1. vmware2.patch This patches the files that are there in the CVS repository: > cd /usr/ports/emulators/vmware2 > patch < vmware2.patch 2. Makefile_FreeBSD.patch New file, put this in the files directory 3. driver_c.patch New file, put this in the files directory Now type 'make install clean' and it should work. Regards, Marc.
Responsible Changed From-To: freebsd-ports-bugs->emulation Over to Emulators.
State Changed From-To: open->feedback To the maintainer: do you approve or disapprove of these changes? To the submitter: please be sure to Cc: the maintainer when submitting PRs, it helps PRs to not get lost.
State Changed From-To: feedback->open Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=68202 Adding to audit trail from personal email:
State Changed From-To: open->closed Committed, thanks!