From owner-cvs-all Mon Dec 3 20:21:55 2001 Delivered-To: cvs-all@freebsd.org Received: from mmu.edu.my (ext-dns.mmu.edu.my [203.106.62.11]) by hub.freebsd.org (Postfix) with ESMTP id AB2D437B419; Mon, 3 Dec 2001 20:21:05 -0800 (PST) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by mmu.edu.my (8.9.1b+Sun/8.9.1) with ESMTP id MAA21664; Tue, 4 Dec 2001 12:16:26 +0800 (MYT) Received: from zhangwuji (hb2c-20.cyber.mmu.edu.my [10.100.99.40]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with ESMTP id MAA25341; Tue, 4 Dec 2001 12:19:52 +0800 (SGT) Reply-To: From: "Nuzrin Yaapar" To: "'Will Andrews'" , , Subject: RE: cvs commit: ports/audio/kdemultimedia2 Makefile distinfo pkg-plist ports/audio/kdemultimedia2/files patch-cdrom.c patch-kscd.cpp patch-plat_freebsd.c ports/deskutils/kdepim Makefile distinfo pkg-plist ports/devel/kdesdk Makefil Date: Wed, 5 Dec 2001 12:21:13 +0800 Organization: Multimedia University Message-ID: <000001c17d44$49a3e350$2863640a@cyber.mmu.edu.my> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <200112040347.fB43lIK24264@freefall.freebsd.org> Importance: Normal Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the great work man! -----Original Message----- From: owner-cvs-all@FreeBSD.ORG [mailto:owner-cvs-all@FreeBSD.ORG] On Behalf Of Will Andrews Sent: Tuesday, 04 December, 2001 11:47 AM To: cvs-committers@FreeBSD.ORG; cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/kdemultimedia2 Makefile distinfo pkg-plist ports/audio/kdemultimedia2/files patch-cdrom.c patch-kscd.cpp patch-plat_freebsd.c ports/deskutils/kdepim Makefile distinfo pkg-plist ports/devel/kdesdk Makefile di will 2001/12/03 19:47:18 PST Modified files: audio/kdemultimedia2 Makefile distinfo pkg-plist deskutils/kdepim Makefile distinfo pkg-plist devel/kdesdk Makefile distinfo devel/kdevelop Makefile distinfo pkg-plist devel/qt-designer Makefile pkg-plist editors/koffice Makefile pkg-plist games/kdegames2 Makefile distinfo pkg-plist graphics/kdegraphics2 Makefile distinfo pkg-plist misc/kdeaddons Makefile distinfo pkg-plist misc/kdeutils2 Makefile distinfo pkg-plist net/kdenetwork2 Makefile distinfo pkg-plist sysutils/kdeadmin Makefile distinfo pkg-plist textproc/kdoc Makefile distinfo pkg-plist www/quanta Makefile x11/kde2 Makefile x11/kdebase2 Makefile distinfo pkg-plist x11/kdelibs2 Makefile distinfo pkg-plist x11-clocks/kdetoys2 Makefile distinfo pkg-plist x11-toolkits/qt23 Makefile pkg-plist x11-toolkits/qt23/files patch-aa x11-wm/kdeartwork Makefile distinfo pkg-plist Added files: audio/kdemultimedia2/files patch-cdrom.c patch-kscd.cpp patch-plat_freebsd.c misc/kdeutils2/files patch-portable.cpp net/kdenetwork2/files patch-controller.cpp textproc/kdoc/files patch-findperl x11/kdebase2/files patch-apm.c patch-apm.h patch-conf.c patch-conf.h patch-diskstat.c patch-diskstat.h patch-ksysguardd.c patch-ksysguardd.h patch-loadavg.c patch-loadavg.h patch-logfile.c patch-logfile.h patch-netdev.c patch-netdev.h x11/kdelibs2/files patch-kdeprint::imagetops patch-kio::job.cpp x11-toolkits/qt23/files patch-designer::mainwindow.cpp Removed files: devel/qt-designer/files patch-Makefile patch-aa patch-ag patch-ah patch-ai patch-aj patch-designer::Makefile.in patch-designer:Makefile.in x11-toolkits/qt23/files patch-designer::Makefile.in Log: Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes [3] PR: 31914 Submitted by: Alan Eldridge [4] PR: 28475 Submitted by: Arun Sharma [5] Submitted by: Luc Morin [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead [8] PR: 32055 Reported by: William Richard , others [9] PR: 31629 Submitted by: Alan Eldridge [10] PR: 32358 Submitted by: Alexander N. Kabaev [11] PR: 31809 Requested by: Nathan Ahlstrom (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd Revision Changes Path 1.61 +25 -6 ports/audio/kdemultimedia2/Makefile 1.19 +1 -1 ports/audio/kdemultimedia2/distinfo 1.1 +163 -0 ports/audio/kdemultimedia2/files/patch-cdrom.c (new) 1.1 +19 -0 ports/audio/kdemultimedia2/files/patch-kscd.cpp (new) 1.1 +11 -0 ports/audio/kdemultimedia2/files/patch-plat_freebsd.c (new) 1.21 +1 -11 ports/audio/kdemultimedia2/pkg-plist 1.9 +32 -2 ports/deskutils/kdepim/Makefile 1.6 +1 -1 ports/deskutils/kdepim/distinfo 1.4 +37 -2 ports/deskutils/kdepim/pkg-plist 1.10 +22 -1 ports/devel/kdesdk/Makefile 1.6 +1 -1 ports/devel/kdesdk/distinfo 1.35 +25 -5 ports/devel/kdevelop/Makefile 1.10 +1 -1 ports/devel/kdevelop/distinfo 1.8 +1 -4 ports/devel/kdevelop/pkg-plist 1.5 +12 -2 ports/devel/qt-designer/Makefile 1.3 +0 -16 ports/devel/qt-designer/files/patch-Makefile (dead) 1.4 +0 -52 ports/devel/qt-designer/files/patch-aa (dead) 1.2 +0 -13 ports/devel/qt-designer/files/patch-ag (dead) 1.2 +0 -14 ports/devel/qt-designer/files/patch-ah (dead) 1.2 +0 -15 ports/devel/qt-designer/files/patch-ai (dead) 1.2 +0 -32 ports/devel/qt-designer/files/patch-aj (dead) 1.2 +0 -11 ports/devel/qt-designer/files/patch-designer::Makefile.in (dead) 1.2 +0 -17 ports/devel/qt-designer/files/patch-designer:Makefile.in (dead) 1.2 +160 -161 ports/devel/qt-designer/pkg-plist 1.32 +19 -2 ports/editors/koffice/Makefile 1.10 +5 -9 ports/editors/koffice/pkg-plist 1.58 +24 -2 ports/games/kdegames2/Makefile 1.22 +1 -1 ports/games/kdegames2/distinfo 1.19 +1 -1 ports/games/kdegames2/pkg-plist 1.54 +21 -3 ports/graphics/kdegraphics2/Makefile 1.18 +1 -1 ports/graphics/kdegraphics2/distinfo 1.17 +2 -4 ports/graphics/kdegraphics2/pkg-plist 1.9 +28 -18 ports/misc/kdeaddons/Makefile 1.4 +1 -1 ports/misc/kdeaddons/distinfo 1.3 +21 -39 ports/misc/kdeaddons/pkg-plist 1.59 +23 -1 ports/misc/kdeutils2/Makefile 1.22 +1 -1 ports/misc/kdeutils2/distinfo 1.1 +20 -0 ports/misc/kdeutils2/files/patch-portable.cpp (new) 1.22 +0 -3 ports/misc/kdeutils2/pkg-plist 1.68 +22 -2 ports/net/kdenetwork2/Makefile 1.22 +1 -1 ports/net/kdenetwork2/distinfo 1.1 +11 -0 ports/net/kdenetwork2/files/patch-controller.cpp (new) 1.28 +11 -17 ports/net/kdenetwork2/pkg-plist 1.9 +21 -1 ports/sysutils/kdeadmin/Makefile 1.6 +1 -1 ports/sysutils/kdeadmin/distinfo 1.4 +1 -3 ports/sysutils/kdeadmin/pkg-plist 1.4 +6 -9 ports/textproc/kdoc/Makefile 1.2 +1 -1 ports/textproc/kdoc/distinfo 1.3 +11 -0 ports/textproc/kdoc/files/patch-findperl (new) 1.2 +16 -14 ports/textproc/kdoc/pkg-plist 1.12 +4 -1 ports/www/quanta/Makefile 1.28 +24 -3 ports/x11-clocks/kdetoys2/Makefile 1.14 +1 -1 ports/x11-clocks/kdetoys2/distinfo 1.12 +1 -1 ports/x11-clocks/kdetoys2/pkg-plist 1.91 +11 -2 ports/x11-toolkits/qt23/Makefile 1.15 +26 -7 ports/x11-toolkits/qt23/files/patch-aa 1.2 +0 -12 ports/x11-toolkits/qt23/files/patch-designer::Makefile.in (dead) 1.1 +32 -0 ports/x11-toolkits/qt23/files/patch-designer::mainwindow.cpp (new) 1.43 +4 -4 ports/x11-toolkits/qt23/pkg-plist 1.5 +23 -1 ports/x11-wm/kdeartwork/Makefile 1.4 +1 -1 ports/x11-wm/kdeartwork/distinfo 1.4 +1 -0 ports/x11-wm/kdeartwork/pkg-plist 1.48 +1 -1 ports/x11/kde2/Makefile 1.82 +20 -4 ports/x11/kdebase2/Makefile 1.23 +1 -1 ports/x11/kdebase2/distinfo 1.1 +101 -0 ports/x11/kdebase2/files/patch-apm.c (new) 1.1 +37 -0 ports/x11/kdebase2/files/patch-apm.h (new) 1.1 +136 -0 ports/x11/kdebase2/files/patch-conf.c (new) 1.1 +37 -0 ports/x11/kdebase2/files/patch-conf.h (new) 1.1 +260 -0 ports/x11/kdebase2/files/patch-diskstat.c (new) 1.1 +44 -0 ports/x11/kdebase2/files/patch-diskstat.h (new) 1.1 +15 -0 ports/x11/kdebase2/files/patch-ksysguardd.c (new) 1.1 +37 -0 ports/x11/kdebase2/files/patch-ksysguardd.h (new) 1.1 +100 -0 ports/x11/kdebase2/files/patch-loadavg.c (new) 1.1 +39 -0 ports/x11/kdebase2/files/patch-loadavg.h (new) 1.1 +184 -0 ports/x11/kdebase2/files/patch-logfile.c (new) 1.1 +40 -0 ports/x11/kdebase2/files/patch-logfile.h (new) 1.1 +322 -0 ports/x11/kdebase2/files/patch-netdev.c (new) 1.1 +39 -0 ports/x11/kdebase2/files/patch-netdev.h (new) 1.45 +11 -27 ports/x11/kdebase2/pkg-plist 1.90 +25 -6 ports/x11/kdelibs2/Makefile 1.24 +1 -1 ports/x11/kdelibs2/distinfo 1.1 +25 -0 ports/x11/kdelibs2/files/patch-kdeprint::imagetops (new) 1.1 +11 -0 ports/x11/kdelibs2/files/patch-kio::job.cpp (new) 1.39 +37 -32 ports/x11/kdelibs2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message