non port: biology/hmmer/Makefile |
Number of commits found: 37 |
Monday, 28 Oct 2024
|
12:41 Robert Clausecker (fuz)
biology/hmmer: update to 3.4
Now builds and runs on armv7/aarch64!
Changelog: http://cryptogenomicon.org/hmmer-3-4-release.html
See also file RELEASE-3.4.md in distfile for an extended change log.
Approved by: mzaki@e-mail.ne.jp (maintainer timeout, two weeks)
PR: 282111
8647447 |
Thursday, 22 Feb 2024
|
13:23 Muhammad Moinur Rahman (bofh)
biology/hmmer: Moved man to share/man
Approved by: portmgr (blanket)
c080051 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Tuesday, 11 Oct 2022
|
20:13 Jason W. Bacon (jwb)
biology/hmmer: Update to 3.3.2
No release notes. See commits for changes:
https://github.com/EddyRivasLab/hmmer
PR: 266968
Reported by: mzaki@e-mail.ne.jp
b532c5d |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp>
* Motomichi Matsuzaki <mzaki@niid.go.jp>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Razi Khaja <razi@genet.sickkids.on.ca>
* Reed A. Cartwright <cartwright@asu.edu>
* Ryo MIYAMOTO
* Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
* Sangwoo Shim <sangwoos@gmail.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Tassilo Philipp <tphilipp@potion-studios.com>
* Tony Maher
* Tony Maher <tonym@biolateral.com.au>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yonatan <onatan@gmail.com>
* Yuri Victorovich <yuri@rawbw.com>
* ballen
* barnhart@genetics.wustl.edu
* camson@bilateral.com.au
* chuynh@biolateral.com.au
* dbader@eece.unm.edu
* frankch@waru.life.nthu.edu.tw
* h2
* lentferj
* maho@FreeBSD.org
* mzaki@biol.s.u-tokyo.ac.jp
* tonym
* wen@FreeBSD.org
With hat: portmgr
37526bb |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 10 Mar 2021
|
16:09 pkubaj
biology/hmmer: disable on powerpc64le and powerpcspe
Altivec/VSX code in this port works only on big-endian POWER.
powerpcspe has neither SSE2 nor Altivec.
 |
Thursday, 24 Sep 2020
|
20:29 linimon
Also enable on powerpc64le.
Approved by: portmgr (tier-2 blanket)
 |
Wednesday, 29 Jan 2020
|
05:55 fernape
biology/hmmer: update to 3.3
PR: 243244
Submitted by: mzaki@e-mail.ne.jp (maintainer)
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Monday, 18 Feb 2019
|
01:30 linimon
vec_splats function is not supported by base GCC. Add USES=compiler:c11
to fix build on powerpc platforms.
PR: 235514
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
 |
Wednesday, 11 Jul 2018
|
15:15 swills
biology/hmmer: update to 3.2.1
PR: 229693
Submitted by: Motomichi Matsuzaki <mzaki@niid.go.jp> (maintainer)
 |
Monday, 18 Dec 2017
|
04:28 linimon
Back out previous commits by jbeich demand.
 |
02:41 linimon
Bah. Remove spare line from cut-and-paste.
 |
02:32 linimon
Attempt to fix build on non-x86 archs. Untested, but does no harm
on x86.
Approved by: portmgr (tier-2 blanket)
 |
Saturday, 11 Nov 2017
|
12:51 wen
- Update to 3.1b2
- Pass maintainership to submitter
PR: 223561
Submitted by: mzaki@niid.go.jp
Approved by: bacon4000@gmail.com(previous maintainer)
 |
Friday, 13 Oct 2017
|
11:14 bapt
Remove dead master sites
 |
Sunday, 25 Jun 2017
|
00:29 linimon
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
 |
Friday, 11 Dec 2015
|
08:48 miwi
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493
 |
Thursday, 2 Apr 2015
|
15:41 amdmi3
- Remove deprecated option
- Tweak compiler flags
- Add LICENSE
- Pass maintainership to submitter
PR: 199066
Submitted by: jwbacon@tds.net
 |
Tuesday, 15 Jul 2014
|
14:54 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
While here, use OPTIONS helpers and re-enable manpage installation.
 |
Monday, 30 Dec 2013
|
18:08 antoine
Stage support
 |
Friday, 20 Sep 2013
|
15:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
 |
Saturday, 3 Aug 2013
|
08:45 az
- Convert to new perl framework
- Trim Makefile header
 |
Saturday, 20 Jul 2013
|
15:08 wen
- Update to 3.0
- Convert to optionsNG
- Drop maintainership
 |
Monday, 1 Oct 2012
|
14:55 wen
- Take maintainership
 |
14:45 tabthorpe
- Reassign to the heap at maintainer's request
 |
Sunday, 1 Feb 2009
|
08:17 pgollucci
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run
 |
Thursday, 25 Nov 2004
|
22:58 sem
- Remove a junk white space.
 |
22:35 sem
- Update to 2.3.2
- Add WITH_PVM knob
- Pass maintainership to submitter
PR: ports/74331
Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
 |
Saturday, 20 Nov 2004
|
08:09 linimon
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption.
 |
Friday, 7 Mar 2003
|
05:56 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Thursday, 11 Jul 2002
|
10:52 wjv
- Add patch that will, for -CURRENT only, change: -pthread -> -lc_r
- Bump $PORTREVISION
Prompted by: Various questions from Rune Linding <linding@EMBL-Heidelberg.DE>
 |
Wednesday, 22 Aug 2001
|
14:18 wjv
- Update port to version 2.2g
 |
Thursday, 5 Jul 2001
|
09:58 wjv
- General clean-up of port. - Install PDF and HTML documentation. - Take
over maintainership.
 |
Wednesday, 4 Jul 2001
|
13:16 wjv
- Add %%PORTDOCS%% support to pkg-plist. - $INSTALL_MAN -> $INSTALL_DATA in
Makefile where appropriate.
 |
Number of commits found: 37 |