Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 512985) +++ head/sysutils/intel-pcm/Makefile (revision 512986) @@ -1,28 +1,29 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm PORTVERSION= 201902 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Process Count Monitor (PCM) for Intel processors LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 USES= gmake USE_GITHUB= yes GH_ACCOUNT= opcm GH_PROJECT= pcm GH_TAGNAME= 201902 CONFLICTS_INSTALL= intel-pcm-devel do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/intel-pcm/files/patch-cpucounters.cpp =================================================================== --- head/sysutils/intel-pcm/files/patch-cpucounters.cpp (nonexistent) +++ head/sysutils/intel-pcm/files/patch-cpucounters.cpp (revision 512986) @@ -0,0 +1,11 @@ +--- cpucounters.cpp ++++ cpucounters.cpp +@@ -1617,7 +1617,7 @@ class CoreTaskQueue + CoreTaskQueue(CoreTaskQueue &) = delete; + public: + CoreTaskQueue(int32 core) : +- worker([&]() { ++ worker([=]() { + TemporalThreadAffinity tempThreadAffinity(core); + std::unique_lock lock(m); + while (1) { Property changes on: head/sysutils/intel-pcm/files/patch-cpucounters.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property