Date: Mon, 09 Feb 2009 23:48:54 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131552: [MAINTAINER][UNBREAK] deskutils/plasma-applet-teacooker: Fix build Message-ID: <49913166.1e2d400a.189a.07a1@mx.google.com> Resent-Message-ID: <200902100750.n1A7o1E7083819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131552 >Category: ports >Synopsis: [MAINTAINER][UNBREAK] deskutils/plasma-applet-teacooker: Fix build >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: Tue Feb 10 07:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 7.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sun Jan 4 01:09:03 EST 2009 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386 KDE 4.2.0 >Description: Unbreak the build of deskutils/plasma-applet-teacooker with KDE 4.2.0. Bump PORTREVISION. >How-To-Repeat: diff is attached >Fix: --- 2009-02-10-plasma-applet-teacooker.diff begins here --- diff -ruN plasma-applet-teacooker.orig/Makefile plasma-applet-teacooker/Makefile --- plasma-applet-teacooker.orig/Makefile 2009-02-10 01:51:16.000000000 -0500 +++ plasma-applet-teacooker/Makefile 2009-02-10 02:31:29.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= teacooker PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- @@ -21,8 +22,6 @@ QT_COMPONENTS= gui dbus network opengl svg webkit xml \ qmake_build moc_build rcc_build uic_build -BROKEN= Does not compile with KDE 4.2 - WRKSRC= ${WRKDIR}/TeaCooker .include <bsd.port.mk> diff -ruN plasma-applet-teacooker.orig/files/patch-CMakeLists.txt plasma-applet-teacooker/files/patch-CMakeLists.txt --- plasma-applet-teacooker.orig/files/patch-CMakeLists.txt 1969-12-31 19:00:00.000000000 -0500 +++ plasma-applet-teacooker/files/patch-CMakeLists.txt 2009-02-10 02:04:47.000000000 -0500 @@ -0,0 +1,10 @@ +--- ./CMakeLists.txt.orig 2009-02-10 02:03:48.000000000 -0500 ++++ ./CMakeLists.txt 2009-02-10 02:04:02.000000000 -0500 +@@ -6,7 +6,6 @@ + # Find the required Libaries + find_package(KDE4 REQUIRED) + include(KDE4Defaults) +-find_package(Plasma REQUIRED) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + include_directories( diff -ruN plasma-applet-teacooker.orig/files/patch-plasma-teacooker.cpp plasma-applet-teacooker/files/patch-plasma-teacooker.cpp --- plasma-applet-teacooker.orig/files/patch-plasma-teacooker.cpp 1969-12-31 19:00:00.000000000 -0500 +++ plasma-applet-teacooker/files/patch-plasma-teacooker.cpp 2009-02-10 02:04:47.000000000 -0500 @@ -0,0 +1,10 @@ +--- ./plasma-teacooker.cpp.orig 2009-02-10 02:04:18.000000000 -0500 ++++ ./plasma-teacooker.cpp 2009-02-10 02:04:35.000000000 -0500 +@@ -44,7 +44,6 @@ + + #include <plasma/svg.h> + #include <plasma/theme.h> +-#include <plasma/widgets/icon.h> + #include <plasma/containment.h> + // #include <plasma/tooltipmanager.h> + --- 2009-02-10-plasma-applet-teacooker.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?49913166.1e2d400a.189a.07a1>