Date: Thu, 11 May 2000 23:41:24 +0900 (JST) From: Kentaro Inagaki <inagaki@tg.rim.or.jp> To: ports@FreeBSD.ORG Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Exec format error: vmware2-2.0.476 and -CURRENT Message-ID: <20000511.234124.78709262.inagaki@tg.rim.or.jp> In-Reply-To: <391AA878.85070EA6@whetstonelogic.com> References: <86bt2d5snj.wl@waterblue.imgsrc.co.jp> <20000511.205542.07639705.inagaki@tg.rim.or.jp> <391AA878.85070EA6@whetstonelogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Thu_May_11_23:41:24_2000_617)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Thu, 11 May 2000 08:32:56 -0400
Message-ID: <391AA878.85070EA6@whetstonelogic.com>
> This patch builds it correctly, but you have to:
> rm -rf /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/linux
>
> The post-extract command ran but didn't delete it for me.
Oh, I did a mistake...
Not in post-extract, it is in post-patch.
Please use the following patches.
----
Kentaro Inagaki
----Next_Part(Thu_May_11_23:41:24_2000_617)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="vmware2.patch2"
--- vmware2/Makefile.orig Thu May 11 23:35:06 2000
+++ vmware2/Makefile Thu May 11 23:08:02 2000
@@ -59,11 +59,10 @@
VMNET_NETMASK="${VMNET_NETMASK}"
MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
-post-extract:
- ${RM} -rf ${WRKSRC}/vmmon-only/linux
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
+ ${RM} -rf ${WRKSRC}/vmmon-only/linux/
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
----Next_Part(Thu_May_11_23:41:24_2000_617)----
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000511.234124.78709262.inagaki>
