Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2019 23:22:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490087 - head/audio/giada
Message-ID:  <201901122322.x0CNM4SJ043483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Jan 12 23:22:04 2019
New Revision: 490087
URL: https://svnweb.freebsd.org/changeset/ports/490087

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, remove stray escaped newline that gave portlint grief.
  
  PR:		234345
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/audio/giada/Makefile

Modified: head/audio/giada/Makefile
==============================================================================
--- head/audio/giada/Makefile	Sat Jan 12 23:13:35 2019	(r490086)
+++ head/audio/giada/Makefile	Sat Jan 12 23:22:04 2019	(r490087)
@@ -6,7 +6,7 @@ DISTVERSION=	0.15.2
 CATEGORIES=	audio
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	64a37052fd26d578929e068eb70529f0bd895596.patch:-p1 \
+PATCHFILES=	64a37052fd26d578929e068eb70529f0bd895596.patch:-p1
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Hardcore loop machine
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile
 
-USES=		autoreconf gmake localbase
+USES=		autoreconf compiler:c++11-lang gmake localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	monocasual
 GNU_CONFIGURE=	yes



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