Subject: Re: 2 questions because of FreeBSD pkgsrc trouble
To: Michal Pasternak <michal@pasternak.w.lub.pl>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: tech-pkg
Date: 01/01/2004 19:23:59
On Wed, 2003-12-31 at 16:29, Michal Pasternak wrote:
> On FreeBSD:
> 
> 1) www/mozilla builds and instals okay, but it doesnt i
> nclude Personal 
>    Security Manager -- eg. no https:// protocol in it. 
>    
>    Does a generic build of www/mozilla on NetBSD include https:// ?

Yes, the Makefile includes CONFIGURED_ARGS+= --enable-crypto

Check your
pkgsrc/www/mozilla/work/mozilla-1.5.1/config.{cache,log,status}

Most i386 users are better off using alternatives now, anyway.

> 
> 2) x11/qt3-libs -- and kdelibs3, which depend on it -- don't do antialiasing.
>    (gtk2 has it). I tried many things -- no success, no antialiased fonts

For anti-aliased fonts see:

http://www.netbsd.org/Documentation/x/#anti_aliased

>    in my beloved KDE. I think it is a building problem.
>    
>    On FreeBSD libqt-mt.so is linked with: (see below). Should it do
>    antialiasing with such set of libraries? If it doesn't -- which library
>    qt3 depends on should I check?
>    
> mainframe# ldd /usr/pkg/qt3/lib/libqt-mt.so
> /usr/pkg/qt3/lib/libqt-mt.so:
>         libpng.so.3 => /usr/pkg/lib/libpng.so.3 (0x286db000)
>         libz.so.2 => /usr/lib/libz.so.2 (0x286fb000)
>         libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x28709000)
>         libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28767000)
>        	libXrender.so.1 => /usr/pkg/lib/libXrender.so.1 (0x2877c000)
>         libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x28783000)
>         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28786000)
>        	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28793000)
>         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2884d000)
> 	libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28863000)
>         libc_r.so.4 => /usr/lib/libc_r.so.4 (0x2886c000)
>         libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x28925000)
>         libm.so.2 => /usr/lib/libm.so.2 (0x2896c000)
> 	libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x28988000)
>         libc.so.4 => /usr/lib/libc.so.4 (0x28069000)
>         libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2898a000)
> 
> Thanks,
> and a Happy New Year!