[patch] cleanup non-supported FreeBSD versions

PR:		ports/111725
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 07:14:50 +00:00
parent c817a83fdc
commit 4e8e11bf73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191380

View File

@ -42,15 +42,11 @@ XDFORMAT_LINKS= setdb pressdb
.if ${ARCH} == amd64
.if ${OSVERSION} >= 600000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-x64
.elif ${OSVERSION} >= 500001
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64
.else
IGNORE= There are no WU-BLAST executables for your combination of architecture and FreeBSD version. Consider moving to one of the supported versions for your architecture
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64
.endif
.else
.if ${OSVERSION} < 500000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-4.x-i686
.elif ${OSVERSION} >= 50000 && ${OSVERSION} < 600000
.if ${OSVERSION} >= 50000 && ${OSVERSION} < 600000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-i686
.else
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686