ports/111725: [patch] biology/blast - cleanup non-supported FreeBSD versions

Edwin Groothuis edwin at FreeBSD.org
Mon Apr 16 19:20:07 UTC 2007


>Number:         111725
>Category:       ports
>Synopsis:       [patch] biology/blast - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 19:20:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/biology/blast/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	11 Jun 2006 09:13:43 -0000	1.5
+++ Makefile	16 Apr 2007 11:52:54 -0000
@@ -42,15 +42,11 @@
 .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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list