Add a proper warning that this code is not tested and the previous version

was causing panics.
This commit is contained in:
Vasil Dimov 2006-10-05 17:38:00 +00:00
parent e267f8b62b
commit bc57bc721c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174566

View file

@ -87,6 +87,13 @@ IGNORE= lacks kernel support on this version of FreeBSD
#.if ${OSVERSION} >= 600000
#IGNORE= makes a kernel panic on this version of FreeBSD
#.endif
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "WARNING:"
@${ECHO_CMD} "This version ${PORTVERSION} of the coda client has not been tested at all under FreeBSD."
@${ECHO_CMD} "Previous version 6.0.7 was known to cause a kernel panic."
@${ECHO_CMD} "If you make some tests, please send the results to ports@FreeBSD.org"
@${ECHO_CMD} ""
.endif
.include <bsd.port.post.mk>