Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 403939) +++ head/sysutils/intel-pcm/Makefile (revision 403940) @@ -1,25 +1,25 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm -PORTVERSION= 2.8 +PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= LOCAL/imp -DISTNAME= intelperformancecountermonitorv${PORTVERSION} +DISTNAME= IntelPerformanceCounterMonitor-PCM-V${PORTVERSION} MAINTAINER= imp@FreeBSD.org COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE USES= gmake compiler:c++11-lang zip ONLY_FOR_ARCHS= i386 amd64 -WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitorV${PORTVERSION} +WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-PCM-V${PORTVERSION} MAKE_ARGS= CXX="${CXX}" LIB=-lpthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/intel-pcm/distinfo =================================================================== --- head/sysutils/intel-pcm/distinfo (revision 403939) +++ head/sysutils/intel-pcm/distinfo (revision 403940) @@ -1,2 +1,2 @@ -SHA256 (intelperformancecountermonitorv2.8.zip) = 3c51b2fc7b772f16f746ea6fda0471d280c0f27bfd52fa51dd78433ca5a6ca6a -SIZE (intelperformancecountermonitorv2.8.zip) = 931374 +SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 46897ab2a8627ad5a58f05b19746b00b4f95126e8abccd9bed978b1f2675fc19 +SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 950922 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 403940) @@ -0,0 +1,17 @@ +--- cpucounters.cpp.orig 2015-11-17 01:01:38.000000000 -0700 ++++ cpucounters.cpp 2015-12-14 14:46:09.000000000 -0700 +@@ -1365,7 +1365,13 @@ + cpu_model = ATOM; + } + if (cpu_model == HASWELL_ULT || cpu_model == HASWELL_2) cpu_model = HASWELL; +- if (cpu_model == BROADWELL_XEON_E3) cpu_model = BROADWELL; ++ ++ if ((cpu_model == BROADWELL_XEON_E3) || ++ (cpu_model == BROADWELL_XEON_E5) || ++ (cpu_model == BROADWELL_XEON_E7)) { ++ cpu_model = BROADWELL; ++ } ++ + if (cpu_model == SKL_UY) cpu_model = SKL; + + if(!isCPUModelSupported((int)cpu_model)) Property changes on: head/sysutils/intel-pcm/files/patch-cpucounters.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +t \ 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 Index: head/sysutils/intel-pcm/files/patch-cpucounters.h =================================================================== --- head/sysutils/intel-pcm/files/patch-cpucounters.h (nonexistent) +++ head/sysutils/intel-pcm/files/patch-cpucounters.h (revision 403940) @@ -0,0 +1,11 @@ +--- cpucounters.h.orig 2015-11-17 01:01:38.000000000 -0700 ++++ cpucounters.h 2015-12-14 14:45:07.000000000 -0700 +@@ -709,6 +709,8 @@ + HASWELLX = 63, + BROADWELL = 61, + BROADWELL_XEON_E3 = 71, ++ BROADWELL_XEON_E5 = 79, ++ BROADWELL_XEON_E7 = 86, + BDX_DE = 86, + SKL_UY = 78, + SKL = 94, Property changes on: head/sysutils/intel-pcm/files/patch-cpucounters.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +t \ 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