From owner-freebsd-x11@FreeBSD.ORG Tue May 8 15:01:10 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93A3A16A402; Tue, 8 May 2007 15:01:10 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.freebsd.org (Postfix) with ESMTP id F05D913C465; Tue, 8 May 2007 15:01:09 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 586D32787C7; Tue, 8 May 2007 17:01:02 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 3A25BABAE8; Tue, 8 May 2007 17:01:02 +0200 (CEST) Received: from lofi.dyndns.org (dslb-084-061-173-182.pools.arcor-ip.net [84.61.173.182]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 907931D714B; Tue, 8 May 2007 17:01:01 +0200 (CEST) Received: from localhost.my.domain (root@kiste.my.domain [192.168.8.14]) by lofi.dyndns.org (8.13.8/8.13.3) with ESMTP id l48F0VcN005139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 May 2007 17:00:34 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by localhost.my.domain (8.13.6/8.13.4) with ESMTP id l48F0Rgj002551; Tue, 8 May 2007 17:00:27 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by kiste.my.domain (8.13.6/8.13.4/Submit) id l48F0Pwr002550; Tue, 8 May 2007 17:00:25 +0200 (CEST) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: Mikhail Teterin Date: Tue, 8 May 2007 17:00:24 +0200 User-Agent: KMail/1.9.6 References: <20070505163649.GA61199@xor.obsecurity.org> <200705061816.52049.lofi@freebsd.org> <200705062004.28475@aldan> In-Reply-To: <200705062004.28475@aldan> X-Face: g:jG2\O{-yqD1x?DG2lU1)(v%xffR"p8Nz(w/*)YEUO\Hn%mGi&-!+rq$&r64,=?utf-8?q?fuP=7E=3Bbw=5C=0A=09=5EQdX?=@v~HEAi?NaE8SU]}.oeYSjN84Fe{M(ahZ.(i+lxyP; pr)2[%mGbkY'RmM>=?utf-8?q?+mg3Y=24ip=0A=091?=@Z>[EUaE7tjJ=1DRs~:!uSd""d~:/Er3rpQA%ze|bp>S MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1581553.tZuJnLyKBq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200705081700.25645.lofi@freebsd.org> X-Virus-Scanned: by amavisd-new Cc: x11@freebsd.org, kde@freebsd.org, Kris Kennaway Subject: Re: [kde-freebsd] qt assumes /usr/X11R6 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 15:01:10 -0000 --nextPart1581553.tZuJnLyKBq Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday, 7. May 2007, Mikhail Teterin wrote: > On Sunday 06 May 2007 12:16, Michael Nottebrock wrote: > =3D > Actually qmake just needs a version bump, it correctly patches > =3D > /usr/X11R6 to ${X11BASE} (except for the freebsd-g++34 script which= we > =3D > dont seem to use), so it needs to redo this now that X11BASE is > =3D > changing. =9Aflz has bumped this in git. =9AI am hoping we don't ne= ed to > =3D > also bump everything that uses qmake since nothing copies this > =3D > definition into its own files (which is the issue with .la files) > =3D > =3D Just bumping qmake should be fine, yes. > > Does not this mean bumping it for ALL x11-ports? As I understand it, the update script for the X11R7 import will forcibly=20 update all ports with a dependency on X. Qmake technically doesn't depend o= n=20 the X libraries, but it does generate the initial configuration for Qt, whi= ch=20 does depend on the X libs, thus it needs to be rebuilt, but isn't=20 automatically caught by the script. > Frankly, I find it to be a design flaw, that a change outside a port > requires version/revision bumps of the port itself... You can look at it that way, but the real flaw is in qmake/Qt then - the=20 mkspecs definitions are really a lame shortcut Trolltech took instead of=20 writing proper configure scripts. Hardwiring paths in there isn't even the= =20 worst thing they do IMHO, the hardwiring of C(XX)FLAGS causes much more=20 confusion. > Michael, if you are convinced, the bump is needed, please, do the honors.= =2E. I think it will be done for us once the X11R7 import happens. Cheers, =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 --nextPart1581553.tZuJnLyKBq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGQJCJXhc68WspdLARAkLXAJ4+sgn9JlWfUmu3DXNY7PhilrnzWwCeJkiJ O7LlSXdOjqBfpWRfJkeAnrs= =CvAN -----END PGP SIGNATURE----- --nextPart1581553.tZuJnLyKBq--