mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Mark BROKEN on 8.x: does not build.
This commit is contained in:
parent
768c19ee1e
commit
6d44538f7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234527
4 changed files with 28 additions and 4 deletions
|
@ -19,4 +19,10 @@ MANCOMPRESSED= yes
|
|||
|
||||
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800064
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -20,4 +20,10 @@ PLIST_FILES= sbin/ftdi-eeprom
|
|||
MAN8= ftdi-eeprom.8
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800064
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -19,4 +19,10 @@ MAN1= usbrh.1
|
|||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/usbrh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800064
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -24,4 +24,10 @@ USE_PYDISTUTILS= yes
|
|||
USE_PYTHON_PREFIX= yes
|
||||
PYDISTUTILS_PKGNAME= pylibpcap
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800074
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue