diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-09-24 07:54:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-09-24 07:54:12 +0000 |
commit | 4635b803a12ae3d0fbc5dc8cf4f66e843c28ec76 (patch) | |
tree | c6956895ac7c23903fd116e5214e6a2844e7bf8d /french | |
parent | - Update to 4.43 (diff) |
Mark as BROKEN everywhere, and deprecate.
Notes
Notes:
svn path=/head/; revision=173687
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 0af98cb597b3..510ab77d46c5 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -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 |