Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 19:26:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424284 - head/audio/ccaudio2
Message-ID:  <201610191926.u9JJQBFJ003984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 19 19:26:11 2016
New Revision: 424284
URL: https://svnweb.freebsd.org/changeset/ports/424284

Log:
  - Fix build on 9.x by propagating c++11 requirement from c++ dependency
  - Fix license

Modified:
  head/audio/ccaudio2/Makefile

Modified: head/audio/ccaudio2/Makefile
==============================================================================
--- head/audio/ccaudio2/Makefile	Wed Oct 19 18:57:54 2016	(r424283)
+++ head/audio/ccaudio2/Makefile	Wed Oct 19 19:26:11 2016	(r424284)
@@ -9,7 +9,7 @@ MASTER_SITES=	GNU/ccaudio
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ class framework for manipulating audio files
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 LIB_DEPENDS=	libccgnu2.so:devel/commoncpp \
@@ -17,10 +17,10 @@ LIB_DEPENDS=	libccgnu2.so:devel/commoncp
 		libgsm.so:audio/gsm \
 		libspeex.so:audio/speex
 
-USES=		cmake:outsource pathfix pkgconfig
+USES=		cmake:outsource compiler:c++11-lib pathfix pkgconfig
 USE_LDCONFIG=	yes
 
-CMAKE_ARGS+=	-DWITH_INCLUDES:PATH=${LOCALBASE}/include \
+CMAKE_ARGS=	-DWITH_INCLUDES:PATH=${LOCALBASE}/include \
 		-DCMAKE_INSTALL_MANDIR:STRING=man
 
 .include <bsd.port.mk>



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