Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2010 15:16:33 -0700 (PDT)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/147777: [MAINTAINER][UNBREAK] audio/audex: Unbreak with KDE 4.4.x
Message-ID:  <4c116441.083f970a.1d72.265c@mx.google.com>
Resent-Message-ID: <201006102220.o5AMK4CI039866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147777
>Category:       ports
>Synopsis:       [MAINTAINER][UNBREAK] audio/audex: Unbreak with KDE 4.4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 22:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c116441.083f970a.1d72.265c>