Re: [kde-freebsd] QT doesn't enable CUPS from ports by default

2012-06-13 Thread John Baldwin
On Wednesday, June 13, 2012 3:27:26 pm Mel Flynn wrote: > On 12-6-2012 23:29, John Baldwin wrote: > > When upgrading the ports on my desktop at home recently I found it quite a > > bit > > of a POLA violation that CUPS support was not enabled by default. It looks > >

[kde-freebsd] QT doesn't enable CUPS from ports by default

2012-06-12 Thread John Baldwin
LDING) -QT4_OPTIONS+= CUPS -.endif +QT4_OPTIONS?= CUPS .for opt in ${QT4_OPTIONS_ALL} ${opt}_REPLACE= This seems to be a simple way to restore POLA. Users who don't want CUPS can always put 'QT4_OPTIONS=' in their /etc/make.conf (or on the command line

Re: [kde-freebsd] KDE 3.5.10 && 10-CURRENT r235646 (May 19)

2012-05-31 Thread John Baldwin
time process now (priority 15) > kdecore (KProcess): WARNING: Can't open a pseudo teletype Maybe it's using the old pty's? Try putting 'device pty' back in your kernel config perhaps? -- John Baldwin ___ kde-freebsd m

Re: [kde-freebsd] kdeutils3 build broken on HEAD..

2008-06-03 Thread John Baldwin
On Monday 02 June 2008 09:40:53 pm Daniel Eischen wrote: > On Mon, 2 Jun 2008, John Baldwin wrote: > > > Perhaps by recent libm changes that trick autoconf into think we implement an > > entire batch of floating point ops when we only do a subset: > > > > /bin/sh /

[kde-freebsd] kdeutils3 build broken on HEAD..

2008-06-02 Thread John Baldwin
/ports/misc/kdeutils3/work/kdeutils-3.5.8/kcalc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/kdeutils3/work/kdeutils-3.5.8' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/misc/kdeutils3. *** Error code 1 Stop in /usr/ports/x11/kde3. Looks like HAVE_L_FUNCS gets turned on because we have sqrtl in libm in HEAD and that is why it breaks. -- John Baldwin ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd