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
Responsible Changed From-To: freebsd-ports-bugs->lawrance Nab this PR
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}?
+----[ 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
State Changed From-To: feedback->closed Committed, thanks! And thanks for the speedy feedback :-)