ports/66404: New port: x11-servers/X.org-devel

Francois Tigeot ftigeot at wolfpond.org
Tue May 11 00:03:19 PDT 2004


On Sun, May 09, 2004 at 10:52:13PM -0700, Eric Anholt wrote:
> On Sun, 2004-05-09 at 01:42, Francois Tigeot wrote:
> > On Sun, May 09, 2004 at 01:21:04AM -0700, Eric Anholt wrote:
> > > 
> > > As far as current status, I'm running the X.Org server on my machine
> > > with the mix of X.Org and fd.o libraries we have (with a few more that
> > > are uncommitted).
> > [...]
> > 
> > Is there any place were these can be downloaded ?
> 
> CVS, now.  I think I got it all in there, including the server.

I believe you forgot some bits: I tried to compile a full X11 environment
without XFree86-libraries and some ports failed due to a missing
X11/Intrinsic.h file.

> > > - Check xorg-server build on non-x86
> > 
> > This should not be a problem: my primary workstation is an amd64 machine
> > and the server is working nicely on it.
> > I believe I only had to add a small patch for pci stuff.
> 
> Excellent, I'd be happy to get patches for it.

Patch attached.

> The patch attached is what I've been using to make other ports depend on
> xlibs.

Thanks, it seems to help for some ports.

-- 
Francois Tigeot
-------------- next part --------------
--- programs/Xserver/hw/xfree86/os-support/bus/Imakefile.orig	Mon Mar 15 16:37:38 2004
+++ programs/Xserver/hw/xfree86/os-support/bus/Imakefile	Wed Apr 28 20:03:43 2004
@@ -80,7 +80,8 @@
 PCIDRVRSRC = ix86Pci.c linuxPci.c
 PCIDRVROBJ = ix86Pci.o linuxPci.o
 
-#elif defined(FreeBSDArchitecture) && defined(AlphaArchitecture)
+#elif defined(FreeBSDArchitecture) && \
+	(defined(AlphaArchitecture) || defined(AMD64Architecture))
 
 
 XCOMM generic FreeBSD PCI driver (using /dev/pci)


More information about the freebsd-x11 mailing list