Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 14:48:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336348 - head/audio/spek
Message-ID:  <201312131448.rBDEmRw3073666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 14:48:26 2013
New Revision: 336348
URL: http://svnweb.freebsd.org/changeset/ports/336348

Log:
  Remove USE_GCC=4.7+ in favour of compiler:c++11-lib
  While here, pet bsd.sanity.mk

Modified:
  head/audio/spek/Makefile

Modified: head/audio/spek/Makefile
==============================================================================
--- head/audio/spek/Makefile	Fri Dec 13 14:14:48 2013	(r336347)
+++ head/audio/spek/Makefile	Fri Dec 13 14:48:26 2013	(r336348)
@@ -15,8 +15,8 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
 
 USE_XZ=		yes
-USES=		gmake pkgconfig desktop-file-utils
-USE_GNOME=	desktopfileutils intltool
+USES=		gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils
+USE_GNOME=	intltool
 USE_WX=	2.8+
 WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
@@ -28,14 +28,8 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000054
-USE_GCC=	4.7+
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" \
 		${WRKSRC}/po/Makefile.in.in
 
-.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?201312131448.rBDEmRw3073666>