diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-10-05 17:38:00 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-10-05 17:38:00 +0000 |
commit | bc57bc721c403424b1281c3b481cf234da4ee56c (patch) | |
tree | 2e1b6c6f2f166169dc9e48c9163fad430b5f5a29 /net | |
parent | e267f8b62bd97291e63a95146af09f128bc5a434 (diff) |
Add a proper warning that this code is not tested and the previous version
was causing panics.
Notes
Notes:
svn path=/head/; revision=174566
Diffstat (limited to 'net')
-rw-r--r-- | net/coda6_server/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index f6724344afad..d64bbf7eae75 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -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> |