1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Mark as BROKEN everywhere, and deprecate.

This commit is contained in:
Mark Linimon 2006-09-24 07:54:12 +00:00
parent 4964f5c882
commit 4635b803a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173687

View File

@ -71,9 +71,9 @@ FLAGARCH= TRU64 # 64 bits
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD-4.x, and cannot be patched easily.
.elif ${OSVERSION} < 600000
BROKEN= Does not install on FreeBSD 5.x
IGNORE= Does not compile on FreeBSD-4.x, and cannot be patched easily.
.else
BROKEN= Does not install
.endif
.if ${ARCH} == "amd64"
BROKEN= Seg. fault on ${ARCH} during compilation of elements.
@ -83,6 +83,9 @@ BROKEN= Seg. fault on ${ARCH} during compilation of elements.
BROKEN= Does not build on sparc64
.endif
DEPRECATED= Does not install
EXPIRATION_DATE= 2006-11-24
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif