BROKEN on 5.x: broken by new ATA driver

This commit is contained in:
Kris Kennaway 2003-10-27 06:17:10 +00:00
parent 9fc6aa47d1
commit 5cf94c069a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92304
4 changed files with 22 additions and 2 deletions

View file

@ -21,4 +21,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501106
BROKEN= "Broken by new ATA driver"
.endif
.include <bsd.port.post.mk>

View file

@ -24,4 +24,10 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501106
BROKEN= "Broken by new ATA driver"
.endif
.include <bsd.port.post.mk>

View file

@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
.if ${OSVERSION} >= 501106
BROKEN= "Broken by new ATA driver"
.endif
.if defined(DEBUG)
STRIP=
.else

View file

@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
.if ${OSVERSION} >= 501106
BROKEN= "Broken by new ATA driver"
.endif
.if defined(DEBUG)
STRIP=
.else