svn commit: r335837 - head/audio/clementine-player

Sean Bruno sbruno at FreeBSD.org
Sat Dec 7 18:00:45 UTC 2013


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 at 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
+ at dirrmtry share/clementine/projectm-presets
+ at dirrmtry share/clementine
 @dirrmtry share/icons/hicolor/64x64/apps
 @dirrmtry share/icons/hicolor/64x64
 @dirrmtry share/icons/hicolor/scalable/apps


More information about the svn-ports-head mailing list