mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add a proper warning that this code is not tested and the previous version
was causing panics.
This commit is contained in:
parent
e267f8b62b
commit
bc57bc721c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174566
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ IGNORE= lacks kernel support on this version of FreeBSD
|
||||||
#.if ${OSVERSION} >= 600000
|
#.if ${OSVERSION} >= 600000
|
||||||
#IGNORE= makes a kernel panic on this version of FreeBSD
|
#IGNORE= makes a kernel panic on this version of FreeBSD
|
||||||
#.endif
|
#.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
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue