Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Jan 2021 17:17:35
2.11.0_1

|
jwb  |
biology/ncbi-blast+: Drop dependency on gcc
Replace compiler:openmp with compiler:c++14-lang
Clang build also requires localbase:ldflags and a source patch to explicitly
set variables to shared
GCC-based platforms still require -latomic
PR: port/247753, ports/252379 |
16 Nov 2020 18:25:03
2.11.0

|
jwb  |
biology/ncbi-blast+: Upgrade to 2.11.0
A few bug fixes and performance improvements since 2.10.0
Also overcomes GCC 10 build issues
PR: ports/246700
Reported by: linimon |
30 Aug 2020 03:10:24
2.10.0_2

|
novel  |
Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.
See more details in the comments of the linked PR.
PR: 248819
Reported by: John Hein |
16 May 2020 10:51:33
2.10.0_1

|
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
26 Dec 2019 16:21:18
2.10.0

|
jwb  |
biology/ncbi-blast+: Upgrade to 2.10.0
Numerous minor bug fixes, enhancements and dependency upgrades
Minor port clean-up
1 patch from previous version upstreamed
Reported by: portscout |
26 Jul 2019 20:46:57
2.9.0_3

|
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 |
12 Jul 2019 23:58:22
2.9.0_2

|
jwb  |
ncbi-blast+: Unbreak build with gcc8 following gcc9 patch
GCC 8 and 9 are incompatible in handling const variables with OpenMP
default(none). All const variables default to shared even with default(none)
present. 8 errors out if a const variable is explicitly defined as shared and
9 requires an explicit definition.
Using an upstream trunk patch for now, which checks the compiler version.
Also discussing more portable approaches to avoid future issues.
Reported by: jrm |
11 Jul 2019 13:53:30
2.9.0_1

|
jwb  |
ncbi-blast+: Fix build with gcc9
GCC 9 requires OpenMP variables to be explicitly defined as shared or private
where earlier versions fell back on default. New patch sent upstream.
PR: 238471
Reported by: gerald |
09 Jul 2019 17:13:07
2.9.0_1

|
sunpoet  |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1] |
14 Jun 2019 00:37:59
2.9.0

|
jwb  |
biology/ncbi-blast+: Fix build on powerpc64, add run dep for update_blastdb.pl |
12 Jun 2019 23:53:33
2.9.0

|
jwb  |
biology/ncbi-blast+: Upgrade to 2.9.0
Fixes build issue with gcc9
PR: 238471
Reported by: gerald |
09 Feb 2019 23:25:37
2.8.1_2

|
sunpoet  |
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS |
06 Jan 2019 20:39:43
2.8.1_1

|
sunpoet  |
Update dns/libidn2 to 2.1.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS |
01 Jan 2019 19:55:44
2.8.1

|
jwb  |
biology/ncbi-blast+: Upgrade to 2.8.1
Remove hacks that are no longer needed
New patch for endian.h location
Approved by: jrm (mentor, implicit) |
12 Dec 2018 01:35:36
2.7.1_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
2.7.1_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
03 Jun 2018 11:14:53
2.7.1

|
linimon  |
Mark as broken on powerpc64. The entire, unhelpful, error message is:
# gmake[2]: Leaving directory
'/wrkdirs/usr/ports/biology/ncbi-blast+/work/ncbi-blast-2.5.0+-src/c++/ReleaseMT/build'
# gmake[1]: *** [Makefile:24: all] Error 2
Approved by: portmgr (tier-2 blanket) |
27 Mar 2018 18:04:21
2.7.1

|
jwb  |
biology/ncbi-blast+: Upgrade to 2.7.1
Patch Makefile.in.top to cleanly support DESTDIR
Also resolves 225002, conflict with libproj
PR: 226037
Reported by: wen
Reviewed by: mat rene
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D14854 |
10 Mar 2018 17:46:06
2.5.0_3

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
31 Jan 2018 01:07:08
2.5.0_2

|
jwb  |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
10 Sep 2017 20:55:39
2.5.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
2.5.0_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
22 Dec 2016 16:49:17
2.5.0

|
jrm  |
biology/ncbi-blast+: Add MAKE_JOBS_UNSAFE
PR: 214997
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8882 |
19 Dec 2016 03:26:54
2.5.0

|
wen  |
- Update to 2.5.0
PR: 214997
Submitted by: mzaki@e-mail.ne.jp
Approved by: maintainer(timeout, > 14 days) |
20 Nov 2016 09:38:09
2.2.30_4

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
11 Sep 2016 05:35:42
2.2.30_3

|
marino  |
biology/ncbi-blast+: Remove redundant LIB_DEPENDS (bz2 libary)
All support platforms have libbz2.so in base, so this port will never
pull in archivers/bzip2.
Approved by: just-fix-it |
09 Sep 2016 19:42:46
2.2.30_2

|
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
06 Sep 2016 13:30:49
2.2.30_2

|
amdmi3  |
- Make configure script handle --disable-silent-rules gracefully
PR: 212075
Approved by: portmgr blanket |
01 Apr 2016 13:29:17
2.2.30_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 14:33:21
2.2.30_2

|
amdmi3  |
Add Public Domain support to ports license framework. You can now use
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149 |
11 Dec 2015 08:48:57
2.2.30_2

|
miwi  |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
04 May 2015 06:09:00
2.2.30_2

|
wen  |
- Unbreak
PR: 199734
Submitted by: jwbacon@tds.net(maintainer) |
28 Apr 2015 12:29:13
2.2.30_2

|
antoine  |
Mark BROKEN: fails to configure
===> Configuring for ncbi-blast+-2.2.30_2
configure: error: --localstatedir=/var: unknown option; use --help to show
usage
Reported by: pkg-fallout |
25 Apr 2015 14:21:59
2.2.30_2

|
marino  |
biology/ncbi-blast+: Add additionl MASTER_SITE to unbreak fetch
The distfile was rerolled but nobody knows why (not a good sign). The
maintainer has added a new MASTER_SITE with the original distfile in
order to unbreak fetch.
PR: 199474
Submitted by: maintainer (Jason Bacon) |
05 Apr 2015 17:55:36
2.2.30_2

|
bapt  |
Mark as broken unfetchable ports |
06 Mar 2015 10:39:32
2.2.30_2

|
arved  |
Add a run dependency used by update_blastdb.pl
PR: 198331
Submitted by: maintainer |
31 Dec 2014 00:31:56
2.2.30_1

|
grembo  |
Fix PKGNAMEPREFIX of biology/ncbi-blast+, so that the resulting package is
named like the port.
Approved by: mentors (implicit) |
30 Dec 2014 20:03:14
2.2.30

|
grembo  |
Rename biology/ncbi-blast to biology/ncbi-blast+
Approved by: mentors (implicit) |