Actually, mark it BROKEN all over the board. It doesn't support
FreeBSD 7.2 or 8.0, and configure fails on 6.4.
This commit is contained in:
parent
a1aa91b4b6
commit
b5d2e8a8b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239974
1 changed files with 1 additions and 2 deletions
|
@ -25,6 +25,7 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-suffix=53
|
||||
|
||||
BROKEN= does not build
|
||||
ONLY_FOR_ARCHS= i386 alpha sparc64
|
||||
|
||||
USE_GCC= 3.4
|
||||
|
@ -33,8 +34,6 @@ USE_GCC= 3.4
|
|||
|
||||
.if ${ARCH} == "sparc64" && ${OSVERSION} >= 700042
|
||||
BROKEN= Does not install: reports Unknown Architecture
|
||||
.elif ${OSVERSION} >= 800000
|
||||
BROKEN= unsupported FreeBSD version
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue