mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on 5.x: broken by new ATA driver
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue