From owner-freebsd-ports Sun Feb 6 9:18:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by builder.freebsd.org (Postfix) with ESMTP id 85DB53D9C; Sun, 6 Feb 2000 09:18:18 -0800 (PST) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id SAA11914; Sun, 6 Feb 2000 18:12:52 +0100 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id PAA27995; Sun, 6 Feb 2000 15:46:33 +0100 (CET) Date: Sun, 6 Feb 2000 15:46:33 +0100 (CET) From: Juergen Lock Message-Id: <200002061446.PAA27995@saturn.kn-bremen.de> To: andrews@TECHNOLOGIST.COM Subject: Re: Qt/KDE/bsd.port.mk changes X-Newsgroups: local.list.freebsd.ports In-Reply-To: References: Organization: home Cc: scrappy@FreeBSD.ORG, obrien@FreeBSD.ORG, dima@FreeBSD.ORG, paxvel@iname.com, zerium@webindex.no, wellers@netvision.net.il, nsayer@FreeBSD.ORG, kris@FreeBSD.ORG, elwood@mc5sys.in-berlin.de, hanspb@persbraten.vgs.no, obonilla@fisicc-ufm.edu, tom@eborcom.com, tom@FreeBSD.ORG, jedgar@FreeBSD.ORG, andreas@FreeBSD.ORG, asami@FreeBSD.ORG, se@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article you write: >On 17-Jan-00 Will Andrews wrote: >> -ports, enlightened KDE-based port maintainers, >> >> I have completed writing up an (initial) website to help track the >> changes that I recently proposed to the qt142/kdelibs11 ports to allow ports >> that depend on USE_NEWGCC to build under -STABLE. > >Ok, I have tested kdesupport11, kdenetwork11, and kdegames11. I now have 19 >ports ready for USE_QT's USE_NEWGCC. The remaining 20+ should be relatively >easy to fix. > >kdenetwork11 will be my priority, since it is part of the main KDE distribution. > >URL is (again): http://www.psn.net/~andrews/qtkde/. I too now wanted to build some kde sources that need a recent gcc (control software for a isdn pbx), so i searched -ports and found this thread. got the updated qt and kdelibs ports off that page: qt installed no problem but kdelibs failed to package because of missing libs, and after looking at the wrong place for a while (...) i discovered it just used 2 instead of 3 for the major. here's my `fix' for that: post-patch: ${PERL} -pi.bak -e 's/-version-info \S+/-version-info '${LIBMAJOR}:${LIBMINOR}/\; ${WRKSRC}/*/Makefile.in (Oh and it probably should USE_LIBTOOL too so that it keeps those .la files to itself, and to fix the OBJFORMAT="" problem.) just my $.02... -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message