1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

3837 Commits

Author SHA1 Message Date
Piotr Kubaj
02b24eeb01 biology/metaeuk: fix build on powerpc64le by disabling openmp until libomp is fixed 2024-01-16 15:35:21 +01:00
Thierry Thomas
0f35d118f2 */*: bump PORTREVISION after the upgrade of SuiteSparse to v7.5.0 2024-01-13 11:19:22 +01:00
Yuri Victorovich
f98bd5d629 biology/mashmap: Broken on armv7
Reported by:	https://portsfallout.com/
2024-01-12 17:57:41 -08:00
Baptiste Daroussin
d4329229fb MANPREFIX: eliminate its usage
While here move manpages to share/man
2024-01-12 16:11:29 +01:00
Yuri Victorovich
d4f38349e3 biology/metaeuk: Add to NOT_FOR_ARCHS, and correct BROKENxx lines 2024-01-11 20:10:26 -08:00
Yuri Victorovich
49b7099c03 biology/metaeuk: Correct the reason in the BROKEN_xx line 2024-01-11 20:03:42 -08:00
Yuri Victorovich
829c6082ad biology/metaeuk: Not for 32-bit architectures
metaeuk produces wrong results there.
2024-01-11 19:38:46 -08:00
Yuri Victorovich
6ccb052240 biology/metaeuk: Broken on i386, armv7, powerpc64
Reported by:	https://portsfallout.com/
2024-01-11 19:21:22 -08:00
Yuri Victorovich
7f06db3019 biology/btllib: Temporarily not for non-64-bit architectures
Until the breakage is fixed by the upstream.

Reported by:	https://portsfallout.com/
2024-01-11 19:01:51 -08:00
Jason W. Bacon
999c86b251 biology/atac-seq: Update to 0.2.0
Add biology/py-macs3 dep to metaport
2024-01-10 10:05:41 -06:00
Jason W. Bacon
fabf2f6b2f biology/py-macs3: Peak caller for TF binding sites
MACS (Model-based Analysis of ChIP-Seq) is a tool for identifying
transcription factor (TF) binding sites.   Such sites are generated
by CHiP-Seq (CHromatin immuno-Precipitation sequencing) and ATAC-Seq
(Assay for Transposase Accessible Chromatin Sequencing).  MACS
identifies "peaks" in the genome sequence, which are areas enriched
in bound TFs or accessible chromatin.
2024-01-10 09:19:56 -06:00
Baptiste Daroussin
1b819e4869 MAN?PREFIX: eleminate its usage and move man to share/man 2024-01-10 09:16:01 +01:00
Baptiste Daroussin
e10e2022a9 MAN[1-5]PREFIX: eleminate its usage and move man to share/man 2024-01-09 16:41:04 +01:00
Yuri Victorovich
618bc62b2d biology/mashmap: update 3.1.2 → 3.1.3 2024-01-05 01:38:15 -08:00
Yuri Victorovich
883c0d3b62 biology/ncbi-cxx-toolkit: update 27.0.0 → 28.0.0 2024-01-05 01:38:14 -08:00
Thierry Thomas
f2489ab0c7 */*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR:		275860
2024-01-01 12:49:51 +01:00
Nathan Fisher
8c1e3e6054 lang/zig: update to 0.11.0
Changes:	https://ziglang.org/download/0.11.0/release-notes.html
PR:		273124
Approved by:	dch (maintainer)
2024-01-01 06:37:19 +01:00
Thierry Thomas
41c2a6b1f7 */*: chase the upgrade of SuiteSparse 2023-12-31 15:31:11 +01:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
9ee2e860d4 biology/ucsc-userapps: Replace dependencies
Currently their is a hardcoded dependency on mysql57-client which is
about to be removed. Ports depending on mysql should always use
USES=mysql rather than hardcoded *_DEPENDS. As I do not have a licensed
version of this application for now switch to USES=mysql. This should
not affect the cluster build at all as this is a RESTRICTED ports.

Approved by:	portmgr (blanket)
2023-12-30 08:16:41 +01:00
Dimitry Andric
96286fc8fd
biology/diamond: Fix build on main after import of clang 17 2023-12-29 14:57:14 -04:00
Muhammad Moinur Rahman
ee6c86aea5 */*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
2023-12-29 19:24:39 +01:00
Jason E. Hale
0843a53a96 biology/libbigwig: Fix name-clashing in roundup
Rename the roundup method defined in bwValues.c as it clashes with the
roundup macro defined in sys/param.h

/wrkdirs/usr/ports/biology/libbigwig/work/libBigWig-0.4.7/bwValues.c:9:35:
error: too few arguments provided to function-like macro invocation
static uint32_t roundup(uint32_t v) {
                                  ^
/usr/include/sys/param.h:300:9: note: macro 'roundup' defined here
        ^
/wrkdirs/usr/ports/biology/libbigwig/work/libBigWig-0.4.7/bwValues.c:9:24:
error: expected ';' after top level declarator
static uint32_t roundup(uint32_t v) {
                       ^
                       ;
/wrkdirs/usr/ports/biology/libbigwig/work/libBigWig-0.4.7/bwValues.c:350:30:
error: too few arguments provided to function-like macro invocation
        o->m = roundup(o->l+1);
                             ^
/usr/include/sys/param.h:300:9: note: macro 'roundup' defined here
        ^
/wrkdirs/usr/ports/biology/libbigwig/work/libBigWig-0.4.7/bwValues.c:370:30:
error: too few arguments provided to function-like macro invocation
        o->m = roundup(o->l+1);
                             ^
/usr/include/sys/param.h:300:9: note: macro 'roundup' defined here
        ^
4 errors generated.

Approved by:	portmgr (blanket)
2023-12-28 18:03:34 -05:00
Po-Chuan Hsieh
4107132118
biology/p5-Bio-DB-NCBIHelper: Update to 1.7.8
- Update LICENSE_FILE

Changes:	https://metacpan.org/dist/Bio-DB-NCBIHelper/changes
2023-12-25 16:59:52 +08:00
Joseph Mingrone
3b90027c76
biology/hyphy: Update to 2.5.58
Changes:	https://github.com/veg/hyphy/releases/tag/2.5.58
Sponsored by:	The FreeBSD Foundation
2023-12-23 13:28:25 -04:00
Yuri Victorovich
4d0e67e147 biology/taxonkit: update 0.15.0 → 0.15.1
Reported by:	portscout
2023-12-19 23:02:18 -08:00
Yuri Victorovich
bbe4f4366c biology/py-pyrodigal: update 3.1.1 → 3.2.1
Reported by:	portscout
2023-12-19 23:02:18 -08:00
Yuri Victorovich
620c4e1cad biology/gatk: update 4.4.0.0 → 4.5.0.0
ChangeLog: https://github.com/broadinstitute/gatk/releases/tag/4.5.0.0
2023-12-18 01:14:18 -08:00
Rene Ladan
41c3c8ab51 biology/sim4: fix EXPIRATION_DATE 2023-12-18 09:29:31 +01:00
Muhammad Moinur Rahman
62d0176add biology/recombine: Mark DEPRECATED
- Upstream last release was in 2002
- Upstream advises to use bioloby/lamarc
- Set EXPIRATION_DATE 2024-01-17
- Pet portclippy
2023-12-17 14:11:36 +01:00
Muhammad Moinur Rahman
3d1442aee9 biology/seqio: Mark DEPRECATED
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-17
- Pet portclippy
2023-12-17 14:11:36 +01:00
Muhammad Moinur Rahman
ff5ba78210 biology/sim4: Mark DEPRECATED
- Upstream last update was in 2005
- Set EXPIRATION_DATE 2024-01-17
2023-12-17 14:11:36 +01:00
Jason W. Bacon
0f12812f16 biology/py-pybigwig: Update to 0.3.22
No real changes from 0.3.21
Add patch to resolve conflict with roundup() macro in sys/param.h

Reported by:    pkg-fallout
2023-12-16 07:59:37 -06:00
Muhammad Moinur Rahman
82e85eb5bf biology/R-cran-Biobase: New port
Functions that are needed by many other packages or which replace R
functions.

WWW: https://bioconductor.org/packages/Biobase
2023-12-15 13:55:44 +01:00
Muhammad Moinur Rahman
4cdc852010 biology/R-cran-BiocGenerics: New port
The package defines many S4 generic functions used in Bioconductor.

WWW: https://bioconductor.org/packages/release/bioc/html/BiocGenerics.html
2023-12-15 13:55:44 +01:00
Muhammad Moinur Rahman
5051eb68b9 biology/R-cran-BiocManager: New port
The BiocManager package, as the modern successor package to
BiocInstaller, allows users to install and manage packages from the
Bioconductor project. Bioconductor focuses on the statistical analysis
and comprehension of high-throughput genomic data.

WWW: https://bioconductor.github.io/BiocManager/
2023-12-15 13:55:43 +01:00
Po-Chuan Hsieh
60ae83008e
devel/grpc: Update to 1.60.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
2023-12-15 01:03:10 +08:00
Yuri Victorovich
6adf2325e9 biology/py-PySCeS: Fix build by adding USES=localbase:ldflags
Reported by:	fallout
2023-12-14 00:43:06 -08:00
Yuri Victorovich
912a0fceb5 biology/locarna: Fix build on 14.x and main
The code uses the STL method that was remved in C++17.

Reported by:	fallout
2023-12-13 23:11:55 -08:00
Yuri Victorovich
e8a2beffcf biology/btllib: update 1.6.2 → 1.7.0
Reported by:	portscout
2023-12-12 21:22:27 -08:00
Thierry Thomas
ab1713728d */*: bump PORTREVISION after the upgrade of OpenBLAS
PR:		273219
2023-12-12 20:03:50 +01:00
Eijiro Shibusawa
22df0dbcfa biology/gcta: chase the upgrade of OpenBLAS
GCTA should modify the LAPACK functios calls, this is a temporary fix.

See <https://github.com/jianyangqt/gcta/issues/59>.

PR:		273219
Approved by:	jwb@
2023-12-12 20:03:50 +01:00
Thierry Thomas
843da99a87 */*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 2023-12-10 11:23:11 +01:00
Thierry Thomas
bb97b107ce biology/py-resdk: relax chardet limitation
It accepts chardet-5.2.0.

PR:		275630
Approved by:	yuri@ (maintainer)
2023-12-08 21:55:13 +01:00
Ashish SHUKLA
0505b712df
all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Yuri Victorovich
f3f61bcc23 biology/mashmap: update 3.1.1 → 3.1.2
Reported by:	portscout
2023-12-06 00:34:56 -08:00
Ruslan Makhmatkhanov
4135d03c4d biology/py-python-libsbml: relax python version requirement
According to [1] python-libsbml supports Python 3.11 since version 5.19.2

[1] https://github.com/sbmlteam/python-libsbml/releases/tag/v5.19.2

PR:		275494
Approved by:	portmgr (blanket)
2023-12-03 15:02:23 +03:00
Ruslan Makhmatkhanov
aefceb7b59 biology/py-pysam: relax python version requirement
According to [1] pysam support Python 3.11 since version 0.21.0

[1] https://github.com/pysam-developers/pysam/releases/tag/v0.21.0

PR:		275494
Approved by:	portmgr (blanket)
2023-12-03 14:51:05 +03:00
Piotr Kubaj
6402e2372d biology/emboss: fix build on powerpc*
ajfileio.c:271:7: warning: call to undeclared function 'ajSysFuncFgets'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        cp = ajSysFuncFgets(&buff[ipos], isize, file->fp);
             ^
ajfileio.c:271:5: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion]
        cp = ajSysFuncFgets(&buff[ipos], isize, file->fp);
           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
2023-12-03 12:13:43 +01:00
Ganael LAPLANCHE
cf5d9b8b96 devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
2023-11-28 12:35:02 +01:00