From owner-freebsd-ports@FreeBSD.ORG Wed Nov 28 18:14:59 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E99A216A41B for ; Wed, 28 Nov 2007 18:14:59 +0000 (UTC) (envelope-from freenx@deweyonline.com) Received: from tuxpro.hyltown.com (docsis-cbm-15-101.nclxtn.lexcominc.net [209.102.254.101]) by mx1.freebsd.org (Postfix) with ESMTP id 7FED913C4CE for ; Wed, 28 Nov 2007 18:14:58 +0000 (UTC) (envelope-from freenx@deweyonline.com) Received: from localhost (webmail.hyltown.com [10.0.0.247]) by tuxpro.hyltown.com (8.11.0/8.11.0) with ESMTP id lASJQvc25631; Wed, 28 Nov 2007 14:26:57 -0500 Received: from tfw-telcove.tgic.com (tfw-telcove.tgic.com [72.236.26.13]) by webmail.hyltown.com (IMP) with HTTP for ; Wed, 28 Nov 2007 13:27:06 -0500 Message-ID: <1196274426.474db2fa5e792@webmail.hyltown.com> Date: Wed, 28 Nov 2007 13:27:06 -0500 From: dewey hylton To: Mathias Picker References: <46369.212.120.65.207.1196256244.squirrel@webmail.coolzero.info> <1196258131.474d73536bea1@webmail.hyltown.com> <1196273160.6739.4.camel@1.strongdesk.com> In-Reply-To: <1196273160.6739.4.camel@1.strongdesk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 72.236.26.13 Cc: ports@freebsd.org, jim@coolzero.info Subject: Re: Small question about FreeNX for freebsd. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 18:15:00 -0000 Quoting Mathias Picker : > The following patch works mostly on 7.0. I had troubles on 6.0, but that > might have been a problem with my configuration. > > Fonts look horrible with subpixel anti-aliasing, but greyscale is fine. > > Also, the color chooser for the gnome background is broken, but all > others (gimp, inkscape, OOo) work fine. > > All other features seem to work fine. I tried the 3.0 client on windows, > the 1.4 on FreeBSD and the 3.0 on Mac (had to manually adjust the > keyboard) > > Cheers, Mathias > > --- nx-X11/config/cf/FreeBSD.cf.orig 2007-11-28 > +++ nx-X11/config/cf/FreeBSD.cf 2007-11-28 > @@ -65,7 +65,7 @@ > > #if (OSMajorVersion >= 3) > #define HasIssetugid YES > -#define HasPoll YES > +#define HasPoll NO > #endif > > #if OSMajorVersion >= 4 > @@ -82,6 +82,7 @@ > * Multi-thread safe libs > */ > /* 2.2.7 and later has libc_r (POSIX threads) */ > +/* 7.0 and later have libpthread instead of libc_r */ > #if OSMajorVersion == 2 && OSMinorVersion == 2 && OSTeenyVersion >= 7 > || \ > OSMajorVersion >= 3 > # ifndef HasLibPthread > @@ -106,7 +107,7 @@ > # define NeedUIThrStubs YES > # endif > # if (OSRelVersion >= 500016) > -# define ThreadsLibraries -lc_r > +# define ThreadsLibraries -lpthread > # else > # define ThreadsLibraries -pthread > # endif > > Am Mittwoch, den 28.11.2007, 08:55 -0500 schrieb dewey hylton: > > Quoting Jim van Wel : > > > > > Hi there, > > > > > > Are you going to update this soon to a newer version in the ports? Just > > > wondering because of the old version number, and using it of course ;) > > > > > > Greetings, > > > > > > Jim. > > > > the freenx and nxserver ports go hand-in-hand; freenx cannot be updated > without > > first updating nxserver. unfortunately, i have been so far unable to build > later > > nxserver sources under xorg-7.x and haven't received working patches > either. i > > spent plenty of time on the project myself but have been unable to make it > work > > myself - i need help. patches are welcomed. awesome - thanks for the submission! i'll test it on a few platforms in the next few days and see if we can't update the port afterwards. i have my fingers crossed.