summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-02-22 20:11:31 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-02-22 20:11:31 +0000
commit5c4a9c080e874aa48aefe2d088a5c7f6e9d40cf4 (patch)
tree2ff7a0143201700217349300cca4aa7eb390231d /emulators
parentRemove the line that copied dot.kermitrc over into ${WRKSRC}. (diff)
Some VMware port cleanup:
- remove [buggy] dependencies from linuxprocfs port, when this port doesn't exist in a system (it's a common situation, because linuxprocfs port isn't included in the official port tree). - remove Makefiles.inc.xxx at cleanup stage - added message about loading kernel modules - added warning when vmware runned with not super-user id Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com> PR: ports/16894
Notes
Notes: svn path=/head/; revision=26154
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware/Makefile15
-rw-r--r--emulators/vmware2/Makefile15
-rw-r--r--emulators/vmware3/Makefile15
3 files changed, 42 insertions, 3 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile
index be23c9f10ffc..a91041c92b86 100644
--- a/emulators/vmware/Makefile
+++ b/emulators/vmware/Makefile
@@ -117,6 +117,19 @@ pre-install: setoptions
.endif
post-install:
- ${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+ @${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+.if !defined(BATCH)
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+ @${ECHO} "Before launch vmware, execute the next command"
+ @${ECHO} ${PREFIX}/etc/rc.d/vmware.sh start
+ @${ECHO}
+ @${ECHO} "to load required kernel modules"
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+.endif
+
+
+pre-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.linproc \
+ ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.net
.include <bsd.port.post.mk>
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index be23c9f10ffc..a91041c92b86 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -117,6 +117,19 @@ pre-install: setoptions
.endif
post-install:
- ${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+ @${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+.if !defined(BATCH)
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+ @${ECHO} "Before launch vmware, execute the next command"
+ @${ECHO} ${PREFIX}/etc/rc.d/vmware.sh start
+ @${ECHO}
+ @${ECHO} "to load required kernel modules"
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+.endif
+
+
+pre-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.linproc \
+ ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.net
.include <bsd.port.post.mk>
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index be23c9f10ffc..a91041c92b86 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -117,6 +117,19 @@ pre-install: setoptions
.endif
post-install:
- ${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+ @${LN} -s ${PREFIX}/etc/vmware /etc/vmware
+.if !defined(BATCH)
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+ @${ECHO} "Before launch vmware, execute the next command"
+ @${ECHO} ${PREFIX}/etc/rc.d/vmware.sh start
+ @${ECHO}
+ @${ECHO} "to load required kernel modules"
+ @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
+.endif
+
+
+pre-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.linproc \
+ ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.net
.include <bsd.port.post.mk>