Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Dec 2013 11:00:53 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Sean Bruno <sbruno@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r335448 - head/audio/clementine-player
Message-ID:  <81530327.jl9an6c0rR@mercury.ph.man.ac.uk>
In-Reply-To: <201312020339.rB23dYuT089726@svn.freebsd.org>
References:  <201312020339.rB23dYuT089726@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Sean,

It's better now, but... :)

On Mon, 02 Dec 2013 03:39:34 +0000Mon Dec  2 03:39:33 2013 Sean Bruno wrote:
> Author: sbruno (src committer)
> Date: Mon Dec  2 03:39:33 2013
> New Revision: 335448
> URL: http://svnweb.freebsd.org/changeset/ports/335448
> 
> Log:
>   after review from makc@
>   
>   Bump PORTREVISION becuase ...
>   
>   - Remove WITH_DEBUG
>   - Enable DBUS for all configurations
>   - Remove DBUS as a configuration option
>   - Remove GOOGLE_DRIVE as a default option, google sparsehash will not build
>     currently.
>   - Remove share/applications from plist
>   
>   PR:	ports/182107
> 
> Modified:
>   head/audio/clementine-player/Makefile
>   head/audio/clementine-player/pkg-plist
> 
> Modified: head/audio/clementine-player/Makefile
> ==============================================================================
> --- head/audio/clementine-player/Makefile	Mon Dec  2 01:32:15 2013	(r335447)
> +++ head/audio/clementine-player/Makefile	Mon Dec  2 03:39:33 2013	(r335448)
> @@ -3,6 +3,7 @@ o Created by: Veniamin Gvozdikov <vg@Fre
>  
>  PORTNAME=	clementine
>  PORTVERSION=	1.2.0
> +PORTREVISION=	1
>  CATEGORIES=	audio
>  MASTER_SITES=	GOOGLE_CODE
>  PKGNAMESUFFIX=	-player
> @@ -30,15 +31,15 @@ NO_STAGE=	yes
>  USE_GL=		glew
>  USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \
>  		linguist_build network sql opengl qtestlib corelib webkit
> -WITH_DEBUG=	yes
>  INSTALLS_ICONS=	yes
>  USE_GSTREAMER=	gio ogg mp3 flac soup vorbis
>  MAKE_JOBS_UNSAFE=	yes
>  CONFLICTS_BUILD=	qt-3.*
>  
>  CMAKE_ARGS+=	-DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" \
> +		-DENABLE_DEBUS=ON -DENABLE_BOX=OFF \

Should be -DENABLE_DBUS=ON.

and from your previous commit:

> Modified: head/audio/clementine-player/Makefile
> ============================================================================
> == --- head/audio/clementine-player/Makefile       Sat Nov 30 02:27:05 2013 
>       (r335259) +++ head/audio/clementine-player/Makefile       Sat Nov 30
> 03:54:16 2013        (r335260) @@ -1,9 +1,8 @@
> -# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
> +o Created by: Veniamin Gvozdikov <vg@FreeBSD.org>

This should be fixed too.

Cheers,
Max




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