From bsdkaffee@gmail.com  Thu Jun 10 22:16:38 2010
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 DE8E81065673
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 2010 22:16:37 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 8F7948FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 2010 22:16:37 +0000 (UTC)
Received: by gxk27 with SMTP id 27so66741gxk.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 2010 15:16:36 -0700 (PDT)
Received: by 10.150.238.17 with SMTP id l17mr2280744ybh.310.1276208195256;
        Thu, 10 Jun 2010 15:16:35 -0700 (PDT)
Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53])
        by mx.google.com with ESMTPS id q8sm4674480ybk.7.2010.06.10.15.16.33
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 10 Jun 2010 15:16:33 -0700 (PDT)
Message-Id: <4c116441.083f970a.1d72.265c@mx.google.com>
Date: Thu, 10 Jun 2010 15:16:33 -0700 (PDT)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER][UNBREAK] audio/audex: Unbreak with KDE 4.4.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147777
>Category:       ports
>Synopsis:       [maintainer] audio/audex: Unbreak with KDE 4.4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 22:20:03 UTC 2010
>Closed-Date:    Tue Jun 15 18:52:28 UTC 2010
>Last-Modified:  Tue Jun 15 19:00:00 UTC 2010
>Originator:     Jason E. Hale
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Fri Nov 27 18:56:06 EST 2009 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386
KDE 4.4.3

	
>Description:
Unbreak audio/audex with KDE 4.4 (reported by pointyhat)
Build fails because audex wants a header that was removed in KDE 4.4
While here, unbreak a few URLs
	
>How-To-Repeat:
Use attached diff.
Added files: files/patch-utils__upload.h
	
>Fix:

	

--- 2010-06-10-audex.diff begins here ---
diff -ruN audex.orig/Makefile audex/Makefile
--- audex.orig/Makefile	2010-06-10 17:52:50.000000000 -0400
+++ audex/Makefile	2010-06-10 18:01:40.000000000 -0400
@@ -7,10 +7,10 @@
 
 PORTNAME=	audex
 DISTVERSION=	0.72b1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_GENTOO} \
-		http://opensource.maniatek.de/${PORTNAME}/files/
+		http://kde.maniatek.de/${PORTNAME}/files/
 MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	bsdkaffee@gmail.com
@@ -19,8 +19,6 @@
 LIB_DEPENDS=	cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \
 		kcddb.5:${PORTSDIR}/multimedia/kdemultimedia4
 
-BROKEN=		does not compile
-
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_CMAKE=	yes
diff -ruN audex.orig/files/patch-utils__upload.h audex/files/patch-utils__upload.h
--- audex.orig/files/patch-utils__upload.h	1969-12-31 19:00:00.000000000 -0500
+++ audex/files/patch-utils__upload.h	2010-06-10 17:54:06.000000000 -0400
@@ -0,0 +1,10 @@
+--- ./utils/upload.h.orig	2010-06-10 17:32:46.000000000 -0400
++++ ./utils/upload.h	2010-06-10 17:33:01.000000000 -0400
+@@ -28,7 +28,6 @@
+ #include <KLocale>
+ #include <KUrl>
+ #include <KIO/Job>
+-#include <KIO/MkdirJob>
+ #include <KIO/SimpleJob>
+ #include <KIO/CopyJob>
+ 
diff -ruN audex.orig/pkg-descr audex/pkg-descr
--- audex.orig/pkg-descr	2010-06-10 17:52:50.000000000 -0400
+++ audex/pkg-descr	2010-06-10 18:02:00.000000000 -0400
@@ -11,5 +11,5 @@
 - Creates extraction and encoding protocols.
 - Transfer files with KDE KIO-Slaves.
 
-WWW: http://opensource.maniatek.de/audex/
+WWW: http://kde.maniatek.de/audex/
 WWW: http://www.kde-apps.org/content/show.php?content=77125
--- 2010-06-10-audex.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Mon Jun 14 19:16:28 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147777 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Jun 15 18:52:27 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147777: commit references a PR
Date: Tue, 15 Jun 2010 18:52:22 +0000 (UTC)

 makc        2010-06-15 18:52:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/audex          Makefile pkg-descr 
   Added files:
     audio/audex/files    patch-utils__upload.h 
   Log:
   Fix build with KDE 4.4
   Update WWW and MASTER_SITES
   
   PR:             ports/147777
   Submitted by:   Jason E. Hale (maintainer)
   
   Revision  Changes    Path
   1.9       +1 -3      ports/audio/audex/Makefile
   1.1       +10 -0     ports/audio/audex/files/patch-utils__upload.h (new)
   1.3       +1 -1      ports/audio/audex/pkg-descr
 _______________________________________________
 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:
