From owner-cvs-ports@FreeBSD.ORG Wed Nov 17 14:46:04 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D1716A4CE; Wed, 17 Nov 2004 14:46:04 +0000 (GMT) Received: from out014.verizon.net (out014pub.verizon.net [206.46.170.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DB543D60; Wed, 17 Nov 2004 14:46:03 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by out014.verizon.netESMTP <20041117144602.PYRL25088.out014.verizon.net@corbulon.video-collage.com>; Wed, 17 Nov 2004 08:46:02 -0600 Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])iAHEjnkk032421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Nov 2004 09:45:50 -0500 (EST) (envelope-from Mikhail.Teterin@murex.com) Received: from 250-217.customer.cloud9.net (mteterin@localhost [127.0.0.1]) iAHEjgNZ004205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Nov 2004 09:45:42 -0500 (EST) (envelope-from Mikhail.Teterin@murex.com) Received: from localhost (localhost [[UNIX: localhost]]) iAHEjd7c004204; Wed, 17 Nov 2004 09:45:39 -0500 (EST) (envelope-from Mikhail.Teterin@murex.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to Mikhail.Teterin@murex.com using -f From: Mikhail Teterin Organization: Murex North America To: Andy Fawcett Date: Wed, 17 Nov 2004 09:45:39 -0500 User-Agent: KMail/1.7.1 References: <200411162325.iAGNPBMk007979@repoman.freebsd.org> <200411170654.14540.andy@athame.co.uk> In-Reply-To: <200411170654.14540.andy@athame.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411170945.39693.Mikhail.Teterin@murex.com> X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-Info: Submitted using SMTP AUTH at out014.verizon.net from [151.204.231.237] at Wed, 17 Nov 2004 08:45:59 -0600 cc: cvs-ports@freebsd.org cc: kde-freebsd@freebsd.kde.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-toolkits/qt33 Makefileports/x11-toolkits/qt33/filespatch-src-kernel-qrichtext.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 14:46:04 -0000 =D7=A6=D7=D4=CF=D2=CF=CB 16 =CC=C9=D3=D4=CF=D0=C1=C4 2004 23:54, Andy Fawce= tt =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > > While here, stop requiring exact versions of png, jpeg, and mng -- > > anything the user's system has at the time of port-building will > > satisfy Qt. > > This second part was not approved, you asked us in a separate mail about > this which I replied to 5 afters after your commit (I was sleeping). Woops... Sorry. It is now obvious, that I mistook your second letter=20 (<200411162333.13967.andy@athame.co.uk>) for the second approval. > While I cannot immediately see a problem with the changes to qt33/Makefil= e, > I have no way of checking that Qt will work with alternative versions of > this library, as I don't have them. These libraries would be earlier or later versions installed by the same=20 ports. The official package is unchanged, since bento-cluster will use the= =20 latest versions of all ports anyway. But if a particular user still has=20 libX.so.V, building qt33 will not require him to also rebuild X because qt3= 3=20 explicitly requires V+k (for some natural k) -- which would fail, because t= he=20 new version of X will refuse to install over the old one. Qt does not care if it is jpeg.9 or jpeg.10, &c and should not pretend to. I wish, the practice was wider spread... > > Approved by: Andy Fawcett (as part of kde@ -- the maintainers) > > > > Revision Changes Path > > 1.176 +4 -4 ports/x11-toolkits/qt33/Makefile > > Maybe a forced commit on this one to show that I did not approve it, and = as > far as I can see from the kde@ list mail, nobody else on the team did > either. Ok. Sorry once again for misunderstanding. Yours, -mi