Index: head/sysutils/intel-pcm/files/patch-cpucounters.cpp =================================================================== --- head/sysutils/intel-pcm/files/patch-cpucounters.cpp (revision 545176) +++ head/sysutils/intel-pcm/files/patch-cpucounters.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/intel-pcm/files/patch-pci.cpp =================================================================== --- head/sysutils/intel-pcm/files/patch-pci.cpp (revision 545176) +++ head/sysutils/intel-pcm/files/patch-pci.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- pci.cpp.orig 2017-05-15 10:43:22 UTC -+++ pci.cpp -@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - - #include - #include -+#include //for bzero - #include - #include - #include Property changes on: head/sysutils/intel-pcm/files/patch-pci.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/intel-pcm/files/patch-Makefile =================================================================== --- head/sysutils/intel-pcm/files/patch-Makefile (revision 545176) +++ head/sysutils/intel-pcm/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile~ 2019-02-07 03:10:06.000000000 -0700 -+++ Makefile 2019-07-15 14:00:56.284868000 -0600 -@@ -21,7 +21,7 @@ - - klocwork: $(EXE) - --CXXFLAGS += -Wall -g -O3 -Wno-unknown-pragmas -+CXXFLAGS += -Wall -g -O0 -Wno-unknown-pragmas - - # uncomment if your Linux kernel supports access to /dev/mem from user space - # CXXFLAGS += -DPCM_USE_PCI_MM_LINUX Property changes on: head/sysutils/intel-pcm/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -t \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 545176) +++ head/sysutils/intel-pcm/Makefile (revision 545177) @@ -1,29 +1,29 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm -PORTVERSION= 201902 +PORTVERSION= 202007 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 +GH_TAGNAME= 202007 CONFLICTS_INSTALL= intel-pcm-devel do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/intel-pcm/distinfo =================================================================== --- head/sysutils/intel-pcm/distinfo (revision 545176) +++ head/sysutils/intel-pcm/distinfo (revision 545177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563220759 -SHA256 (opcm-pcm-201902_GH0.tar.gz) = 0f7c3fb272bb45a56b5ddf67c40c23fda2e179f657240080d74e8b9f1a246e7f -SIZE (opcm-pcm-201902_GH0.tar.gz) = 1119161 +TIMESTAMP = 1596567461 +SHA256 (opcm-pcm-202007_GH0.tar.gz) = 20e76ad27045df1a4c821f5e6e7f941bd01a94a1446f747118a1b3d1d3e54791 +SIZE (opcm-pcm-202007_GH0.tar.gz) = 1151825 Index: head/sysutils/intel-pcm/pkg-plist =================================================================== --- head/sysutils/intel-pcm/pkg-plist (revision 545176) +++ head/sysutils/intel-pcm/pkg-plist (revision 545177) @@ -1,11 +1,14 @@ sbin/pcm-core.x sbin/pcm-iio.x +sbin/pcm-latency.x sbin/pcm-lspci.x sbin/pcm-memory.x +sbin/pcm-mmio.x sbin/pcm-msr.x sbin/pcm-numa.x +sbin/pcm-pcicfg.x sbin/pcm-pcie.x sbin/pcm-power.x sbin/pcm-sensor.x sbin/pcm-tsx.x sbin/pcm.x