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

(-)devel/hwloc2/Makefile (-1 / +4 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	hwloc2
3
PORTNAME=	hwloc2
4
PORTVERSION=	2.3.0
4
PORTVERSION=	2.3.0
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \
7
MASTER_SITES=	https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \
7
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
8
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
Lines 34-40 Link Here
34
35
35
PORTDOCS=	*
36
PORTDOCS=	*
36
37
37
OPTIONS_DEFINE=	CAIRO DOCS
38
OPTIONS_DEFINE=	CAIRO DEBUG DOCS
38
OPTIONS_SUB=	yes
39
OPTIONS_SUB=	yes
39
40
40
CAIRO_CONFIGURE_OFF=	--disable-cairo --without-x
41
CAIRO_CONFIGURE_OFF=	--disable-cairo --without-x
Lines 43-48 Link Here
43
CAIRO_USES=		xorg
44
CAIRO_USES=		xorg
44
CAIRO_USE=		XORG=x11
45
CAIRO_USE=		XORG=x11
45
46
47
DEBUG_CONFIGURE_ENABLE=	debug # 'lstopo -' prints a lot of debug details when debug is enabled, this is separate from WITH_DEBUG=yes
48
46
.include <bsd.port.pre.mk>
49
.include <bsd.port.pre.mk>
47
50
48
.if ${ARCH} != amd64 && ${ARCH} != i386
51
.if ${ARCH} != amd64 && ${ARCH} != i386

Return to bug 252679