Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 00:03:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423941 - head/sysutils/intel-pcm
Message-ID:  <201610140003.u9E03b4b094778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610140003.u9E03b4b094778>