From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 10:56:54 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6429916A4CE for ; Fri, 11 Mar 2005 10:56:54 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A5DB43D5D for ; Fri, 11 Mar 2005 10:56:53 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 11 Mar 2005 10:56:50 -0000 Received: from p508BEBD3.dip.t-dialin.net (EHLO lofi.dyndns.org) (80.139.235.211) by mail.gmx.net (mp024) with SMTP; 11 Mar 2005 11:56:50 +0100 X-Authenticated: #443188 Received: from [192.168.8.4] (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id j2BAuhmb035149 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 11 Mar 2005 11:56:44 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Volker Stolz Date: Fri, 11 Mar 2005 11:56:32 +0100 User-Agent: KMail/1.7.2 References: <20050310120140.GD80397@i2.informatik.rwth-aachen.de> <200503102151.15748.michaelnottebrock@gmx.net> <20050311100027.GH75290@i2.informatik.rwth-aachen.de> In-Reply-To: <20050311100027.GH75290@i2.informatik.rwth-aachen.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2353608.re3EARDpbm"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200503111156.41028.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 cc: ports@freebsd.org cc: kde-freebsd@freebsd.kde.org Subject: Re: [kde-freebsd] C++ issue on 4.11: kpopupmenu.h [Please review] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 10:56:54 -0000 --nextPart2353608.re3EARDpbm Content-Type: multipart/mixed; boundary="Boundary-01=_jlXMCNkemnCDGmO" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_jlXMCNkemnCDGmO Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 11. March 2005 11:00, Volker Stolz wrote: > Am 10. Mar 2005 um 21:51 CET schrieb Michael Nottebrock: > > On Thursday, 10. March 2005 13:01, Volker Stolz wrote: > > There's an easier and quicker workaround for now: add --enable-final to > > CONFIGURE_ARGS of kipi-plugins. > > s/kipi-plugins/all ports including this header/g Hardly, this header is used by pretty much every other kde application. It= =20 takes some pretty bad luck and headers to produce this error - in this case= =20 it's caused by the tiffio.h header and its placement before any=20 system-headers (which is (at least style)-buggy in itself anyway). > Someone please just hit it over the head with a blunt stick and let's see > what gets unbroken(!) before the ports-freeze. Sorry, but I'm not going to hit our users over the head with a treetrunk=20 (which is what a patch and subsequent PORTREVISION bump in kdelibs amounts= =20 to) for some whacko compilation error that can be easily worked around. If= =20 you don't like --enable-final, you can use the attached patch instead, too. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_jlXMCNkemnCDGmO Content-Type: text/plain; charset="iso-8859-1"; name="patch-kipi-plugins_acquireimages_acquireimagedialog.cpp" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-kipi-plugins_acquireimages_acquireimagedialog.cpp" =2D-- kipi-plugins/acquireimages/acquireimagedialog.cpp.orig Fri Mar 11 11:= 53:55 2005 +++ kipi-plugins/acquireimages/acquireimagedialog.cpp Fri Mar 11 11:53:43 2= 005 @@ -24,7 +24,6 @@ =20 extern "C" { =2D#include #include #include #include @@ -32,6 +31,7 @@ #include #include #include +#include } =20 // Include files for Qt --Boundary-01=_jlXMCNkemnCDGmO-- --nextPart2353608.re3EARDpbm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD4DBQBCMXloXhc68WspdLARAsqKAJ9jiSD9TjIplWv2sc+HJHuJLqZpmQCYsX+O 4/nfsrFod76aManLzTBJ7g== =BZXj -----END PGP SIGNATURE----- --nextPart2353608.re3EARDpbm--