From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 16 19:20:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C73DC16A513 for ; Mon, 16 Apr 2007 19:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6C713C46A for ; Mon, 16 Apr 2007 19:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3GJK7gA084481 for ; Mon, 16 Apr 2007 19:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3GJK7hX084480; Mon, 16 Apr 2007 19:20:07 GMT (envelope-from gnats) Resent-Date: Mon, 16 Apr 2007 19:20:07 GMT Resent-Message-Id: <200704161920.l3GJK7hX084480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11DE816A406 for ; Mon, 16 Apr 2007 19:14:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 018E513C46C for ; Mon, 16 Apr 2007 19:14:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3GJErdQ083466 for ; Mon, 16 Apr 2007 19:14:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3GJErv8083465; Mon, 16 Apr 2007 19:14:53 GMT (envelope-from linimon) Message-Id: <200704161914.l3GJErv8083465@freefall.freebsd.org> Date: Mon, 16 Apr 2007 19:14:53 GMT From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/111725: [patch] biology/blast - cleanup non-supported FreeBSD versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2007 19:20:07 -0000 >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@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: