From owner-freebsd-hackers Thu Feb 26 00:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10754 for freebsd-hackers-outgoing; Thu, 26 Feb 1998 00:01:41 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10730 for ; Thu, 26 Feb 1998 00:01:25 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id XAA23066; Wed, 25 Feb 1998 23:59:40 -0800 (PST) Message-Id: <199802260759.XAA23066@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Dan Nelson cc: Mike Smith , hackers@FreeBSD.ORG Subject: Re: Odd(?) sh/make behaviour. In-reply-to: Your message of "Wed, 25 Feb 1998 00:06:41 CST." <19980225000641.64691@emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 23:59:39 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Hmm, what did you patch? I just dug up some more-or-less right Imake > > templates off a stale Linux distribution and fixed an include in one > > file. I'll be committing it in a few minutes... > > The following _almost_ works. I must have forgotten a #define > somewhere, as DBMLibrary gets #defined to 0, which screws up line 89 of > Xvnc/programs/Xserver/Imakefile. The link line ends up with a "-lm 0" > at the end. I'm not sure what lines 86-90 are trying to do (should I > #define XFree86Version in FreeBSD.cf?). > > 1. Adjust the Imakefile in the root directory to remove the "unset" stuff Yup. > 2. Create a minimal FreeBSD.cf file in Xvnc/config/: (This could > probably be improved; I've never used xmkmf so I don't know what > #defines are required. I just kept adding things until I got a > clean compile) Ick. I think I did better than this. I also made it support gzipped fonts, which was pretty trivial (modulo a stupid typo that had me wandering all over the place trying to work out what was wrong). I committed this earlier this evening. I also put the java stuff for clients in as a separate port, as you need the JDK for that. This is really really neat software; I can think of quite a pile of uses in embedded systems just to start with. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message