At least let people know why it is that this port is broken in

-current.  500000 is only an approximation, since the actual UFS2
header file changes were never reflected in a version bump.
This commit is contained in:
Garrett Wollman 2002-10-21 20:21:33 +00:00
parent be1a5a30f1
commit 76d5e30f59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68534

View File

@ -12,4 +12,10 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/
MAN8= ffsrecov.8
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Incompatible with UFS2 header files"
.endif
.include <bsd.port.post.mk>