Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 19:15:37 GMT
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111726: [patch] biology/blat - cleanup non-supported FreeBSD versions
Message-ID:  <200704161915.l3GJFbVZ083569@freefall.freebsd.org>
Resent-Message-ID: <200704161920.l3GJK7WE084505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111726
>Category:       ports
>Synopsis:       [patch] biology/blat - 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/blat/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	15 Mar 2006 10:26:11 -0000	1.1
+++ Makefile	16 Apr 2007 11:54:12 -0000
@@ -27,17 +27,11 @@
 EXECUTABLES=	blat faToNib faToTwoBit gfClient gfServer nibFrag \
 		pslPretty pslReps pslSort twoBitInfo twoBitToFa
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${MKDIR} ${WRKSRC}/bin/${MACHTYPE}
 	@${MKDIR} ${WRKSRC}/lib/${MACHTYPE}
 	@${REINPLACE_CMD} -E 's,^(CC|CFLAGS)=,\1 ?=,g' \
 		${WRKSRC}/inc/common.mk
-.if ${OSVERSION} <= 500000
-	@${REINPLACE_CMD} -e 's,strtof,\(float\) strtod,g' \
-		${WRKSRC}/lib/sqlNum.c
-.endif
 
 do-install:
 .for exe in ${EXECUTABLES}
@@ -54,4 +48,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704161915.l3GJFbVZ083569>