From bsdkaffee@gmail.com  Tue Mar  6 00:14:10 2012
Return-Path: <bsdkaffee@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1C29E1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Mar 2012 00:14:10 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182])
	by mx1.freebsd.org (Postfix) with ESMTP id C55528FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Mar 2012 00:14:09 +0000 (UTC)
Received: by vcmm1 with SMTP id m1so3266808vcm.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 05 Mar 2012 16:14:09 -0800 (PST)
Received: from mr.google.com ([10.52.94.20])
        by 10.52.94.20 with SMTP id cy20mr38540269vdb.117.1330992849199 (num_hops = 1);
        Mon, 05 Mar 2012 16:14:09 -0800 (PST)
Received: by 10.52.94.20 with SMTP id cy20mr33033183vdb.117.1330992848901;
        Mon, 05 Mar 2012 16:14:08 -0800 (PST)
Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68])
        by mx.google.com with ESMTPS id a19sm27677642vdh.12.2012.03.05.16.14.07
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 05 Mar 2012 16:14:08 -0800 (PST)
Message-Id: <4f5556d0.731c340a.1d71.ffffa2fd@mx.google.com>
Date: Mon, 05 Mar 2012 16:14:08 -0800 (PST)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] audio/amarok: Remove audio/libtunepimp dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165757
>Category:       ports
>Synopsis:       [PATCH] audio/amarok: Remove audio/libtunepimp dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 00:20:09 UTC 2012
>Closed-Date:    Tue Mar 06 18:19:38 UTC 2012
>Last-Modified:  Tue Mar  6 18:20:34 UTC 2012
>Originator:     Jason E. Hale
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386


	
>Description:
- Remove audio/libtunepimp support from audio/amarok
- audio/libtunepimp is deprecated as the MusicBrainz RDF webservice is no
  longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-amarok.diff begins here ---
diff -ruN amarok.orig/Makefile amarok/Makefile
--- amarok.orig/Makefile	2012-03-05 16:31:14.000000000 -0500
+++ amarok/Makefile	2012-03-05 16:34:13.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	amarok
 PORTVERSION=	1.4.10
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
@@ -16,7 +16,6 @@
 COMMENT=	Media player for KDE
 
 LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
-		tunepimp.5:${PORTSDIR}/audio/libtunepimp \
 		mp4v2.10:${PORTSDIR}/multimedia/mp4v2 \
 		xine.2:${PORTSDIR}/multimedia/libxine
 
@@ -44,6 +43,7 @@
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ARGS+=--without-exscalibar \
+		--without-musicbrainz \
 		--with-mp4v2 \
 		--with-mp4v2-dir=${PREFIX}
 
--- 2012-03-05-amarok.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Tue Mar 6 16:23:18 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165757 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Mar 6 18:19:37 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165757 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165757: commit references a PR
Date: Tue,  6 Mar 2012 18:19:05 +0000 (UTC)

 makc        2012-03-06 18:16:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/amarok         Makefile 
     audio/juk            Makefile 
     audio/kid3           Makefile 
     audio/kid3-kde4      Makefile 
     multimedia/gmerlin   Makefile 
     multimedia/kdemultimedia4 Makefile 
     sysutils/k3b-kde4    Makefile 
   Log:
   - Remove audio/libtunepimp (and audio/libmusicbrainz) support:
     deprecated as the MusicBrainz RDF webservice is no longer functional
   
   PR:             ports/165750, ports/165754, ports/165757, ports/165758
                   ports/165759, ports/165760, ports/165761
   Submitted by:   Jason E. Hale <bsdkaffee at gmail.com>
   
   Revision  Changes    Path
   1.112     +2 -2      ports/audio/amarok/Makefile
   1.47      +3 -13     ports/audio/juk/Makefile
   1.35      +3 -10     ports/audio/kid3-kde4/Makefile
   1.29      +2 -1      ports/audio/kid3/Makefile
   1.21      +2 -9      ports/multimedia/gmerlin/Makefile
   1.183     +2 -2      ports/multimedia/kdemultimedia4/Makefile
   1.81      +3 -11     ports/sysutils/k3b-kde4/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
