Date: Thu, 14 Jan 2021 20:54:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561592 - head/devel/hwloc2 Message-ID: <202101142054.10EKsJ46072396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jan 14 20:54:19 2021 New Revision: 561592 URL: https://svnweb.freebsd.org/changeset/ports/561592 Log: devel/hwloc2: Add the DEBUG port option PR: 252679 Approved by: phd_kimberlite@yahoo.co.jp (maintainer) Modified: head/devel/hwloc2/Makefile Modified: head/devel/hwloc2/Makefile ============================================================================== --- head/devel/hwloc2/Makefile Thu Jan 14 20:54:09 2021 (r561591) +++ head/devel/hwloc2/Makefile Thu Jan 14 20:54:19 2021 (r561592) @@ -2,6 +2,7 @@ PORTNAME= hwloc PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ @@ -31,7 +32,7 @@ USE_LDCONFIG= yes PORTDOCS= * -OPTIONS_DEFINE= CAIRO DOCS +OPTIONS_DEFINE= CAIRO DEBUG DOCS OPTIONS_SUB= yes CAIRO_CONFIGURE_OFF= --disable-cairo --without-x @@ -39,6 +40,8 @@ CAIRO_CONFIGURE_ON= --enable-cairo --with-x CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_USES= xorg CAIRO_USE= XORG=x11 + +DEBUG_CONFIGURE_ENABLE= debug # 'lstopo -' prints a lot of debug details when debug is enabled, this is separate from WITH_DEBUG=yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101142054.10EKsJ46072396>