svn commit: r423941 - head/sysutils/intel-pcm

Warner Losh imp at FreeBSD.org
Fri Oct 14 00:03:38 UTC 2016


Author: imp
Date: Fri Oct 14 00:03:37 2016
New Revision: 423941
URL: https://svnweb.freebsd.org/changeset/ports/423941

Log:
  This doesn't build on FreeBSD 9.x, so don't bother trying.

Modified:
  head/sysutils/intel-pcm/Makefile   (contents, props changed)

Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile	Thu Oct 13 21:56:24 2016	(r423940)
+++ head/sysutils/intel-pcm/Makefile	Fri Oct 14 00:03:37 2016	(r423941)
@@ -19,6 +19,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 WRKSRC=		${WRKDIR}/IntelPerformanceCounterMonitor-V${PORTVERSION}
 MAKE_ARGS=	CXX="${CXX}" LIB=-lpthread
 
+BROKEN_FreeBSD_9=	Does not build
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
 


More information about the svn-ports-all mailing list