Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 18:00:45 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335837 - head/audio/clementine-player
Message-ID:  <201312071800.rB7I0j3w062909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer)
Date: Sat Dec  7 18:00:44 2013
New Revision: 335837
URL: http://svnweb.freebsd.org/changeset/ports/335837

Log:
  Use compiler:c++11-lib to get this port to compile on stable/9
  
  Add a couple of dirrmtry missing from the last run
  
  Submitted by:	Jimmy Olgeni <olgeni@olgeni.com>

Modified:
  head/audio/clementine-player/Makefile
  head/audio/clementine-player/pkg-plist

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Sat Dec  7 17:40:05 2013	(r335836)
+++ head/audio/clementine-player/Makefile	Sat Dec  7 18:00:44 2013	(r335837)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clementine
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-player
@@ -25,7 +26,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 PROJECTHOST=	${PORTNAME}${PKGNAMESUFFIX}
 
-USES=		cmake pkgconfig
+USES=		compiler:c++11-lib cmake pkgconfig
 NO_STAGE=	yes
 USE_GL=		glew
 USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \

Modified: head/audio/clementine-player/pkg-plist
==============================================================================
--- head/audio/clementine-player/pkg-plist	Sat Dec  7 17:40:05 2013	(r335836)
+++ head/audio/clementine-player/pkg-plist	Sat Dec  7 18:00:44 2013	(r335837)
@@ -578,6 +578,8 @@ share/clementine/projectm-presets/Aderra
 share/clementine/projectm-presets/Unchained & Rovastar - Wormhole Pillars (Hall of Shadows mi.milk
 share/clementine/projectm-presets/Rovastar - Inner Thoughts (Clouded Judgement Mix).milk
 share/clementine/projectm-presets/Che - Burning Hus.milk
+@dirrmtry share/clementine/projectm-presets
+@dirrmtry share/clementine
 @dirrmtry share/icons/hicolor/64x64/apps
 @dirrmtry share/icons/hicolor/64x64
 @dirrmtry share/icons/hicolor/scalable/apps



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