View | Details | Raw Unified | Return to bug 282540
Collapse All | Expand All

(-)b/biology/abyss/Makefile (-6 / +7 lines)
Lines 1-10 Link Here
1
PORTNAME=	abyss
1
PORTNAME=	abyss
2
DISTVERSION=	2.3.9
2
DISTVERSION=	2.3.10
3
CATEGORIES=	biology
3
CATEGORIES=	biology
4
4
5
MAINTAINER=	yuri@FreeBSD.org
5
MAINTAINER=	yuri@FreeBSD.org
6
COMMENT=	Assembly By Short Sequences: parallel, paired-end sequence assembler
6
COMMENT=	Assembly By Short Sequences: parallel, paired-end sequence assembler
7
WWW=		https://www.bcgsc.ca/resources/software/abyss
7
WWW=		https://www.bcgsc.ca/resources/software/abyss/
8
8
9
LICENSE=	GPLv3
9
LICENSE=	GPLv3
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 33-47 make_CMD= ${PREFIX}/bin/gmake Link Here
33
33
34
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
35
CONFIGURE_ARGS=	--without-sparsehash # configure fails to find std::hash, reported to the ML: https://groups.google.com/forum/#!topic/trans-abyss/SZDBKR5bKxs
35
CONFIGURE_ARGS=	--without-sparsehash # configure fails to find std::hash, reported to the ML: https://groups.google.com/forum/#!topic/trans-abyss/SZDBKR5bKxs
36
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
37
36
38
TEST_TARGET=	check # tests fail to compile, see https://github.com/bcgsc/abyss/issues/453
37
TEST_TARGET=	check
39
38
40
OPTIONS_DEFINE=	DOCS
39
PORTSCOUT=	limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
41
40
42
PORTDOCS=	*
41
PORTDOCS=	*
43
42
44
PORTSCOUT=	limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
43
OPTIONS_DEFINE=	DOCS
44
45
TESTING_UNSAFE=	yes # tests fail to compile, see https://github.com/bcgsc/abyss/issues/453
45
46
46
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
47
48
(-)b/biology/abyss/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1726117023
1
TIMESTAMP = 1730727252
2
SHA256 (bcgsc-abyss-2.3.9_GH0.tar.gz) = 68e0bb05526a1daaeea91e036fb227e7adde938fa2eeaa7c7225997c00e367d5
2
SHA256 (bcgsc-abyss-2.3.10_GH0.tar.gz) = 08ff30002113280ae75228eb1e29cf835318c7ef783ccf24fbe7350d49b4043c
3
SIZE (bcgsc-abyss-2.3.9_GH0.tar.gz) = 1323783
3
SIZE (bcgsc-abyss-2.3.10_GH0.tar.gz) = 1323490
4
- 

Return to bug 282540