Date: Wed, 23 Sep 2015 13:28:59 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397613 - head/multimedia/kodi Message-ID: <201509231328.t8NDSxN0046208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Wed Sep 23 13:28:58 2015 New Revision: 397613 URL: https://svnweb.freebsd.org/changeset/ports/397613 Log: multimedia/kodi: Set USES= compiler:c++11-lib - USES= compiler:c++11-lib was left out of the original patch due to an oversight. Add it and remove FreeBSD 9 specific USE_GCC= yes. - No PORTREVISION bump as the compiler choice remained the same. PR: 202812 Submitted by: mickael.maillot@gmail.com MFH: 2015Q3 X-MFH-With: r397342, r397605 Modified: head/multimedia/kodi/Makefile Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Wed Sep 23 12:47:06 2015 (r397612) +++ head/multimedia/kodi/Makefile Wed Sep 23 13:28:58 2015 (r397613) @@ -60,8 +60,8 @@ GH_PROJECT= ffmpeg GH_TAGNAME= 2.6.4-Isengard KODI_COMMIT= f4dda26 -USES= autoreconf:build gettext gmake iconv jpeg libtool \ - pkgconfig python:2 +USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ + libtool pkgconfig python:2 GNU_CONFIGURE= yes USE_XORG= xmu xrandr xt xtst USE_GL= glu glew @@ -144,11 +144,6 @@ SFTP_CONFIGURE_ENABLE= ssh CONFIGURE_ARGS+= --disable-debug --disable-alsa --disable-pulse -.include <bsd.port.pre.mk> -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - post-extract: ${MKDIR} ${WRKSRC}/tools/depends/target/ffmpeg/${GH_PROJECT}-${GH_TAGNAME} ${TAR} --strip-components=1 -xf ${DISTDIR}/${GH_PROJECT}-${GH_TAGNAME}.tar.gz \ @@ -172,4 +167,4 @@ post-install: | ${XARGS} ${STRIP_CMD} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/kodi/kodi-xrandr -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509231328.t8NDSxN0046208>