From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 10 07:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1FC01065675 for ; Tue, 10 Feb 2009 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6A3B8FC21 for ; Tue, 10 Feb 2009 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1A7o1xH083820 for ; Tue, 10 Feb 2009 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1A7o1E7083819; Tue, 10 Feb 2009 07:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 10 Feb 2009 07:50:01 GMT Resent-Message-Id: <200902100750.n1A7o1E7083819@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6F1B1065670 for ; Tue, 10 Feb 2009 07:48:56 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.184]) by mx1.freebsd.org (Postfix) with ESMTP id 816748FC17 for ; Tue, 10 Feb 2009 07:48:56 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by rn-out-0910.google.com with SMTP id k32so1584049rnd.12 for ; Mon, 09 Feb 2009 23:48:56 -0800 (PST) Received: by 10.65.83.1 with SMTP id k1mr625822qbl.128.1234252135337; Mon, 09 Feb 2009 23:48:55 -0800 (PST) Received: from mocha.verizon.net (c-24-3-41-151.hsd1.oh.comcast.net [24.3.41.151]) by mx.google.com with ESMTPS id s30sm9453386qbs.0.2009.02.09.23.48.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Feb 2009 23:48:54 -0800 (PST) Message-Id: <49913166.1e2d400a.189a.07a1@mx.google.com> Date: Mon, 09 Feb 2009 23:48:54 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/131552: [MAINTAINER][UNBREAK] deskutils/plasma-applet-teacooker: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 07:50:02 -0000 >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 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 + #include +-#include + #include + // #include + --- 2009-02-10-plasma-applet-teacooker.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: