Date: Thu, 12 May 2005 14:35:59 +0900 (JST) From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80925: building of emulators/vmware2 fails while applying patches. Message-ID: <200505120535.j4C5ZxWV002854@polymer3.scphys.kyoto-u.ac.jp> Resent-Message-ID: <200505120540.j4C5e7eZ014545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80925 >Category: ports >Synopsis: building of emulators/vmware2 fails while applying patches. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 12 05:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.4-STABLE FreeBSD 5.4-STABLE #5: Thu May 12 13:02:53 JST 2005 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: 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. >How-To-Repeat: building emulators/vmware2. >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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505120535.j4C5ZxWV002854>