Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 18:15:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339266 - head/sysutils/intel-pcm
Message-ID:  <201401091815.s09IFWEf058571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan  9 18:15:32 2014
New Revision: 339266
URL: http://svnweb.freebsd.org/changeset/ports/339266

Log:
  * Remove MASTER_SITE, not needed with USE_GITHUB
  * Doesn't compile with gcc 4.2.

Modified:
  head/sysutils/intel-pcm/Makefile

Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile	Thu Jan  9 18:09:42 2014	(r339265)
+++ head/sysutils/intel-pcm/Makefile	Thu Jan  9 18:15:32 2014	(r339266)
@@ -4,14 +4,13 @@
 PORTNAME=	intel-pcm
 PORTVERSION=	2.6
 CATEGORIES=	sysutils
-MASTER_SITES=	GM
 
 MAINTAINER=	adrian@FreeBSD.org
 COMMENT=	Intel PCM toolkit
 
 LICENSE=	BSD4CLAUSE
 
-USES=		gmake
+USES=		gmake compiler:c++11-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	erikarn



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