mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Make it run-depend on the emulators/rtc port and delete notice.
This commit is contained in:
parent
9a55396905
commit
ac94adb818
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27309
@ -26,7 +26,8 @@ PATCHFILES= vmmon-freebsd-0.95.tar.gz \
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \
|
||||
/dev/rtc:${PORTSDIR}/emulators/rtc
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute it"
|
||||
|
||||
@ -113,17 +114,6 @@ pre-install: setoptions
|
||||
|
||||
post-install:
|
||||
${LN} -s ${PREFIX}/etc/vmware /etc/vmware
|
||||
.if !exists(/dev/rtc) && !exists(${LINUX_DIR}/dev/rtc)
|
||||
@${ECHO} "************************************************************"
|
||||
@${ECHO} "This system doesn't seem to have /dev/rtc device support."
|
||||
@${ECHO} "With it, you can benefit from VMware's rtc support."
|
||||
@${ECHO}
|
||||
@${ECHO} "You may want to grab the unofficial rtc port at:"
|
||||
@${ECHO} " http://people.FreeBSD.org/~knu/ports/emulators/"
|
||||
@${ECHO}
|
||||
@${ECHO} "Use it at your own risk, thanks."
|
||||
@${ECHO} "************************************************************"
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -26,7 +26,8 @@ PATCHFILES= vmmon-freebsd-0.95.tar.gz \
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \
|
||||
/dev/rtc:${PORTSDIR}/emulators/rtc
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute it"
|
||||
|
||||
@ -113,17 +114,6 @@ pre-install: setoptions
|
||||
|
||||
post-install:
|
||||
${LN} -s ${PREFIX}/etc/vmware /etc/vmware
|
||||
.if !exists(/dev/rtc) && !exists(${LINUX_DIR}/dev/rtc)
|
||||
@${ECHO} "************************************************************"
|
||||
@${ECHO} "This system doesn't seem to have /dev/rtc device support."
|
||||
@${ECHO} "With it, you can benefit from VMware's rtc support."
|
||||
@${ECHO}
|
||||
@${ECHO} "You may want to grab the unofficial rtc port at:"
|
||||
@${ECHO} " http://people.FreeBSD.org/~knu/ports/emulators/"
|
||||
@${ECHO}
|
||||
@${ECHO} "Use it at your own risk, thanks."
|
||||
@${ECHO} "************************************************************"
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user