1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

2086 Commits

Author SHA1 Message Date
Jan Beich
c899e00b62 biology/plinkseq: unbreak with clang 4.0
PR:		216618
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
2017-02-27 14:09:25 +00:00
Jan Beich
fe0cf6e909 biology/bowtie2: update to 2.3.0
- Unbreak with Clang 4.0

Changes:	https://github.com/BenLangmead/bowtie2/releases/tag/v2.3.0
PR:		216619
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
2017-02-27 14:08:30 +00:00
Mark Linimon
f01a6f4ab3 Mark a few more ports that create large logfiles broken on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 15:38:10 +00:00
Mark Linimon
89d2c5da0e Mark various ports as broken on armv6: invokes x86 asm.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 12:56:41 +00:00
Danilo Egea Gondolfo
1eeafb12ef - Update to 1.14.9
- Use github
2017-02-24 18:57:56 +00:00
Tijl Coosemans
ab60136c26 Move -fPIC to where Linux puts it so it is limited to a single library. 2017-02-13 22:43:58 +00:00
Joseph Mingrone
160fb7edd1 biology/diamond: Update to version 0.8.36.
Approved by:	swills (mentor, implicit)
2017-02-12 14:04:57 +00:00
Johannes M Dieterich
77dc6181e0 biology/molden: Unbreak port, regenerate checksums, increment PORTREVISION.
Reviewed by:	swills (mentor), pi (former maintainer)
Approved by:	swills (mentor), pi (former maintainer)
Differential Revision:	https://reviews.freebsd.org/D9501
2017-02-11 02:06:03 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Dmitry Marakasov
00a8fdd2e6 - Mark BROKEN: does not fetch, size/checksum mismatch
Approved by:	portmgr blanket
2017-02-07 14:20:09 +00:00
Sunpoet Po-Chuan Hsieh
509076e924 Update to 1.5.1
- Update LICENSE
- Add LICENSE_FILE

Changes:	https://github.com/bioruby/bioruby/blob/bioruby-1.5/RELEASE_NOTES.rdoc
		https://github.com/bioruby/bioruby/blob/master/doc/RELEASE_NOTES-1.5.0.rdoc
2017-02-06 23:03:17 +00:00
Joseph Mingrone
696ac89fbd biology/diamond: Update to version 0.8.35.
Version 0.8.35 fixes a compiler error on i386.

Approved by:	swills (mentor, implicit)
2017-02-05 22:23:32 +00:00
Sunpoet Po-Chuan Hsieh
238ff1a7ff Move devel/rubygem-bio to biology/rubygem-bio 2017-02-05 04:26:56 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Joseph Mingrone
6999e8c7ba biology/diamond: Update to version 0.8.34.
Upstream changelog: https://github.com/bbuchfink/diamond/releases

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9288
2017-01-23 13:19:17 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Joseph Mingrone
bdad5154e4 biology/diamond: Update to version 0.8.32.
Upstream changes: https://github.com/bbuchfink/diamond/releases

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9197
2017-01-16 13:38:12 +00:00
Joseph Mingrone
ac30d1f025 biology/diamond: Update to version 0.8.31.
Upstream changelog:

  - Added compositional score adjustments (option --comp-based-stats
    (0,1)). This is a useful feature for filtering false positive hits and
    is enabled by default.

  - Removed --single-domain option and replaced by --max-hsps, to set the
    maximum number of Hsps per query/subject pair, to be consistent with
    BLAST. This option is set to 1 by default as getting more than 1 Hsp
    per subject seems to be confusing users.

  - Added option --no-self-hits to filter identical self-hits.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D9134
2017-01-12 23:23:19 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Joseph Mingrone
ff75dda797 biology/diamond: Update to version 0.8.30
Upstream changes:
- slightly improved sensitivity
- added option to report unaligned queries: --unal (0=no, 1=yes)
- pairwise, XML and SAM format will report unaligned queries by default
- added option to filter alignments by subject cover (--subject-cover)

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9000
2016-12-30 16:27:25 +00:00
Joseph Mingrone
2da9bd90c8 biology/ncbi-blast+: Add MAKE_JOBS_UNSAFE
PR:		214997
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8882
2016-12-22 16:49:16 +00:00
Sunpoet Po-Chuan Hsieh
4e9e72d815 - Update to 1.007001
Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2016-12-20 18:35:26 +00:00
Joseph Mingrone
14eec0f1a6 biology/bowtie2: Update to version 2.2.9
- Update license information.
- Add python to USES (bowtie2-build bowtie2-inspect need python)
- Add DOCS and EXAMPLES options

Approved by:	AMDmi3 (mentor) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8182
2016-12-20 17:01:27 +00:00
Joseph Mingrone
78fbf405d6 biology/cd-hit: Update to bug-fix release 4.6.6
Changes in version 4.6.6:
Bug fix for cd-hit-dup in variable length input when write out R1 reads

Changes in version 4.6.5:
Add filter for -aL option so that short sequences will be skipped if not
satisfy representative sequences' -aL requirement. This will make compute
faster in clustering settings where sequences in the same cluster are
required to have similar length using -aL -AL option (e.g. -aL 0.9).

Approved by:	AMDmi3 (mentor) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8186
2016-12-20 16:48:12 +00:00
Joseph Mingrone
80ed0dcb7e biology/jellyfish: Update to version 2.2.6
Upstream changes since version 2.2.4:
- Fix compilation warnings/errors with newer version of gcc (5.3 & 6.1).
- Fix bug in parsing function that made it stop on sequences that consist
  of only empty lines.
- New methods in bindings to enumerate the mers of a string.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8204
2016-12-19 16:52:34 +00:00
Sunpoet Po-Chuan Hsieh
29d1225308 - Update *_DEPENDS: Bio::Coordinate family has been moved from biology/p5-BioPerl into biology/p5-Bio-Coordinate
- Bump PORTREVISION for dependency change
2016-12-19 15:54:43 +00:00
Sunpoet Po-Chuan Hsieh
2b3263ca6a - Add p5-Bio-Coordinate 1.007001
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.

WWW: http://search.cpan.org/dist/Bio-Coordinate/
2016-12-19 15:54:39 +00:00
Sunpoet Po-Chuan Hsieh
2c3cc27c13 - Update to 1.007000
- Change MASTER_SITES back to CPAN
- Update LICENSE
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Use INSTALL_SCRIPT
- Pet portlint: fix diff header of patch file

Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2016-12-19 15:54:34 +00:00
Sunpoet Po-Chuan Hsieh
88681d6d69 - Update to 1.007001
- Update *_DEPENDS
- Use TEST_DEPENDS: Test::Most and URI::Escape are test-only dependencies
- Use PORTDATA, PORTDOCS and PORTEXAMPLES

Changes:	http://search.cpan.org/dist/BioPerl/Changes
2016-12-19 15:54:29 +00:00
Wen Heping
4e26ff06d2 - Update to 2.5.0
PR:		214997
Submitted by:	mzaki@e-mail.ne.jp
Approved by:	maintainer(timeout, > 14 days)
2016-12-19 03:26:54 +00:00
Sunpoet Po-Chuan Hsieh
20ee13c882 - Update to 2.40
- Update *_DEPENDS for biology/p5-bioperl renaming
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2016-12-18 15:26:11 +00:00
Sunpoet Po-Chuan Hsieh
a17d97a2e6 - Move biology/p5-bioperl-run to biology/p5-BioPerl-Run
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:44 +00:00
Sunpoet Po-Chuan Hsieh
31aeb830a0 - Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:22 +00:00
Sunpoet Po-Chuan Hsieh
b7511f1eeb - Add LICENSE
- Add NO_ARCH
- Sort *_DEPENDS
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:18 +00:00
Sunpoet Po-Chuan Hsieh
f14315d775 - Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:13 +00:00
Sunpoet Po-Chuan Hsieh
99a028004e - Move biology/p5-bioperl to biology/p5-BioPerl
- Sort *_DEPENDS
- Bump PORTREVISION for dependent ports
2016-12-18 15:25:04 +00:00
Joseph Mingrone
5ac7812bbf biology/diamond: Update to version 0.8.29
Upstream change: fixed an issue that could cause a crash when using view on
incomplete DAA files

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8832
2016-12-18 13:52:32 +00:00
John Marino
1d605495f8 biology/protomol: Support build with C++11 (taken from dports) 2016-12-18 05:34:42 +00:00
John Marino
e3618c8063 biology/blat: Fix build on DF (taken from dports) 2016-12-18 04:46:53 +00:00
John Marino
a6529311aa biology/lamarc: Fix build on DF (taken from dports) 2016-12-18 04:34:33 +00:00
John Marino
6914ea4a9b biology/chemeq: fix build on GCC (taken from dports) 2016-12-18 04:22:26 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Gerald Pfeifer
e4b7b9118a 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), part II.

The first part covered  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.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Kurt Jaeger
873d480c86 biology/molden: distfile was updated in xwin.c 2016-12-03 17:03:42 +00:00