Re: Small question about FreeNX for freebsd.

2007-12-23 Thread Lars Engels
On Thu, Nov 29, 2007 at 09:48:20AM -0500, dewey hylton wrote:
 Quoting Mathias Picker [EMAIL PROTECTED]:
 
  It's for the port I got from your website. Might be some time since I
  unpacked it.
 
 okay, i'll try that first and then see if i can't make the patch fit the newer
 sources as well. thanks again!

Dewey,

did you have any success so far?

Lars


pgpdGzlJLi3tu.pgp
Description: PGP signature


Re: Small question about FreeNX for freebsd.

2007-11-28 Thread dewey hylton
Quoting Jim van Wel [EMAIL PROTECTED]:

 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.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small question about FreeNX for freebsd.

2007-11-28 Thread 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.orig2007-11-28 
+++ nx-X11/config/cf/FreeBSD.cf 2007-11-28 
@@ -65,7 +65,7 @@
 
 #if (OSMajorVersion = 3)
 #define HasIssetugid   YES
-#define HasPollYES
+#define HasPollNO
 #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 [EMAIL PROTECTED]:
 
  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.
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small question about FreeNX for freebsd.

2007-11-28 Thread dewey hylton
Quoting Mathias Picker [EMAIL PROTECTED]:

 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.orig2007-11-28 
 +++ nx-X11/config/cf/FreeBSD.cf 2007-11-28 
 @@ -65,7 +65,7 @@
  
  #if (OSMajorVersion = 3)
  #define HasIssetugid   YES
 -#define HasPollYES
 +#define HasPollNO
  #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 [EMAIL PROTECTED]:
  
   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.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]