Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 452863) +++ head/sysutils/intel-pcm/Makefile (revision 452864) @@ -1,26 +1,26 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm -PORTVERSION= 201705 +PORTVERSION= 201710 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Process Count Monitor (PCM) for Intel processors LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes GH_ACCOUNT= opcm GH_PROJECT= pcm -GH_TAGNAME= 201705 +GH_TAGNAME= 201710 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/intel-pcm/distinfo =================================================================== --- head/sysutils/intel-pcm/distinfo (revision 452863) +++ head/sysutils/intel-pcm/distinfo (revision 452864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505629521 -SHA256 (opcm-pcm-201705_GH0.tar.gz) = ad101e3803def846b0203a481fa73e97451d7b432b90e775f4109815343099b9 -SIZE (opcm-pcm-201705_GH0.tar.gz) = 1085327 +TIMESTAMP = 1508899852 +SHA256 (opcm-pcm-201710_GH0.tar.gz) = 772c7b6310ba9c89931ff6108cc71fa0cbe20540ab6a53503f5f61594c9f661d +SIZE (opcm-pcm-201710_GH0.tar.gz) = 1103994 Index: head/sysutils/intel-pcm/files/patch-cpucounters.cpp =================================================================== --- head/sysutils/intel-pcm/files/patch-cpucounters.cpp (revision 452863) +++ head/sysutils/intel-pcm/files/patch-cpucounters.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- cpucounters.cpp.orig 2017-09-17 06:31:28 UTC -+++ cpucounters.cpp -@@ -192,6 +192,9 @@ class InstanceLock (public) - }; - #endif // end of _MSC_VER else - -+#if defined(__FreeBSD__) -+#define cpu_set_t cpuset_t -+#endif - - class TemporalThreadAffinity // speedup trick for Linux, FreeBSD, DragonFlyBSD - { 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/pkg-plist =================================================================== --- head/sysutils/intel-pcm/pkg-plist (revision 452863) +++ head/sysutils/intel-pcm/pkg-plist (revision 452864) @@ -1,9 +1,11 @@ sbin/pcm-core.x +sbin/pcm-iio.x +sbin/pcm-lspci.x sbin/pcm-memory.x sbin/pcm-msr.x sbin/pcm-numa.x sbin/pcm-pcie.x sbin/pcm-power.x sbin/pcm-sensor.x sbin/pcm-tsx.x sbin/pcm.x