From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 7 18:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A256D19C for ; Thu, 7 Feb 2013 18:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 87E206CD for ; Thu, 7 Feb 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17Io0Ka066635 for ; Thu, 7 Feb 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Io0UA066634; Thu, 7 Feb 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 18:50:00 GMT Resent-Message-Id: <201302071850.r17Io0UA066634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C2FD5192 for ; Thu, 7 Feb 2013 18:49:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5C96C8 for ; Thu, 7 Feb 2013 18:49:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r17IngVq017724 for ; Thu, 7 Feb 2013 18:49:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r17Inggj017723; Thu, 7 Feb 2013 18:49:42 GMT (envelope-from nobody) Message-Id: <201302071849.r17Inggj017723@red.freebsd.org> Date: Thu, 7 Feb 2013 18:49:42 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175934: audio/clementine-player add missing deps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 18:50:00 -0000 >Number: 175934 >Category: ports >Synopsis: audio/clementine-player add missing deps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: On live system clementine-player binary links to qt4-webkit and fftw3 libraries: [corn:~]> ldd /usr/local/bin/clementine-player | egrep -i "(webkit|fftw3)" libfftw3.so.6 => /usr/local/lib/libfftw3.so.6 (0x804924000) libQtWebKit.so.4 => /usr/local/lib/qt4/libQtWebKit.so.4 (0x804f96000) This fact is not recorded in clementine-player dependency list. Attached patch adds missing deps plus fixes some small nits. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/audio/clementine-player/Makefile audio/clementine-player/Makefile --- /usr/ports/audio/clementine-player/Makefile 2013-01-08 17:47:08.000000000 +0100 +++ audio/clementine-player/Makefile 2013-02-07 16:39:07.000000000 +0100 @@ -3,12 +3,13 @@ PORTNAME= clementine PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player MAINTAINER= g.veniamin@googlemail.com -COMMENT= A cross-platform music player based on Amarok 1.4 +COMMENT= Cross-platform music player based on Amarok 1.4 LICENSE= GPLv3 @@ -17,7 +18,8 @@ notify:${PORTSDIR}/devel/libnotify \ protobuf-lite:${PORTSDIR}/devel/protobuf \ xine:${PORTSDIR}/multimedia/libxine \ - qjson:${PORTSDIR}/devel/qjson + qjson:${PORTSDIR}/devel/qjson \ + fftw3:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} @@ -26,7 +28,7 @@ USE_ICONV= yes USE_GL= glew USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ - linguist_build network sql opengl qtestlib corelib + linguist_build network sql opengl qtestlib corelib webkit USE_GCC= 4.2+ INSTALLS_ICONS= yes USE_GSTREAMER= gio ogg mp3 flac soup vorbis diff -urN /usr/ports/audio/clementine-player/pkg-descr audio/clementine-player/pkg-descr --- /usr/ports/audio/clementine-player/pkg-descr 2011-12-21 05:24:01.000000000 +0100 +++ audio/clementine-player/pkg-descr 2013-02-07 17:07:46.000000000 +0100 @@ -7,4 +7,4 @@ - Edit tags on MP3 and OGG files, organise your music - Download missing album cover art from Last.fm -WWW: http://www.clementine-player.org +WWW: http://www.clementine-player.org >Release-Note: >Audit-Trail: >Unformatted: