Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2000 15:46:33 +0100 (CET)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        andrews@TECHNOLOGIST.COM
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
Subject:   Re: Qt/KDE/bsd.port.mk changes
Message-ID:  <200002061446.PAA27995@saturn.kn-bremen.de>
In-Reply-To: <XFMail.000116225707.andrews@TECHNOLOGIST.COM>
References:  <XFMail.000116200618.andrews@TECHNOLOGIST.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <XFMail.000116225707.andrews@TECHNOLOGIST.COM> 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 <nox.foo@jelal.kn-bremen.de>
(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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002061446.PAA27995>