diff options
author | makc <makc@FreeBSD.org> | 2010-06-16 02:52:03 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-16 02:52:03 +0800 |
commit | d466b174e6f1da515555f9e05c53633c83e5d48d (patch) | |
tree | 98262cf11e3375390151c845ec8804a88dc991f7 /audio | |
parent | ecce5e96bb53732d8176e792d942c6ea7761f313 (diff) | |
download | freebsd-ports-graphics-d466b174e6f1da515555f9e05c53633c83e5d48d.tar.gz freebsd-ports-graphics-d466b174e6f1da515555f9e05c53633c83e5d48d.tar.zst freebsd-ports-graphics-d466b174e6f1da515555f9e05c53633c83e5d48d.zip |
Fix build with KDE 4.4
Update WWW and MASTER_SITES
PR: ports/147777
Submitted by: Jason E. Hale (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audex/Makefile | 4 | ||||
-rw-r--r-- | audio/audex/files/patch-utils__upload.h | 10 | ||||
-rw-r--r-- | audio/audex/pkg-descr | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/audio/audex/Makefile b/audio/audex/Makefile index 50c83e2fedd..78e6e450800 100644 --- a/audio/audex/Makefile +++ b/audio/audex/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 0.72b1 PORTREVISION= 4 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 @@ COMMENT= Audio CD ripping utility for KDE4 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 --git a/audio/audex/files/patch-utils__upload.h b/audio/audex/files/patch-utils__upload.h new file mode 100644 index 00000000000..fc4f46fc742 --- /dev/null +++ b/audio/audex/files/patch-utils__upload.h @@ -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 --git a/audio/audex/pkg-descr b/audio/audex/pkg-descr index c3792f5f598..a90e37a6ce6 100644 --- a/audio/audex/pkg-descr +++ b/audio/audex/pkg-descr @@ -11,5 +11,5 @@ Features include: - 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 |