Bug 93052

Summary: update fasta3 to latest version
Product: Ports & Packages Reporter: Fernan Aguero <fernan>
Component: Individual Port(s)Assignee: Sam Lawrance <lawrance>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fasta3.diff
none
fasta3.diff none

Description Fernan Aguero 2006-02-08 19:10:07 UTC
	
	
	i.   replace FASTA3DOCS variable for built-in DOCSDIR
	ii.  use built-in PKGMESSAGE and SUB_FILES
	ii.  install scoring matrices and example files (sequences)
	     These were always included in the FASTA3 distribution but the port
	     never installed them
	iii. remove unecessary patches
	iv.  make INSTALL_* visible
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2006-02-09 02:26:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Nab this PR
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2006-02-09 10:34:56 UTC
State Changed
From-To: open->feedback

One of the patches hardcodes -lpthread, causing the build to fail 
on 4.x.  Can you please update it to use ${PTHREAD_LIB}?
Comment 3 Fernan Aguero 2006-02-09 16:25:01 UTC
+----[ Sam Lawrance <lawrance@FreeBSD.org> (09.Feb.2006 07:43):
|
| Synopsis: update fasta3 to latest version
| 
| State-Changed-From-To: open->feedback
| State-Changed-By: lawrance
| State-Changed-When: Thu Feb 9 10:34:56 UTC 2006
| State-Changed-Why: 
| One of the patches hardcodes -lpthread, causing the build to fail
| on 4.x.  Can you please update it to use ${PTHREAD_LIB}?
| 
| http://www.freebsd.org/cgi/query-pr.cgi?pr=93052
|
+----]

Done,

now the patched Makefile (the one from the upstream source)
does not define THR_LIBS.

THR_LIBS is now defined in the port's Makefile and included
in MAKE_ENV.

Builds fine for me in FreeBSD-6.0 and -4.11. Updated patch
is attached,

Fernan
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2006-02-10 09:37:39 UTC
State Changed
From-To: feedback->closed

Committed, thanks! And thanks for the speedy feedback :-)