New port: xorg-server

Francois Tigeot ftigeot at wolfpond.org
Wed May 12 01:57:53 PDT 2004


On Tue, May 11, 2004 at 01:20:35AM -0700, Eric Anholt wrote:
> On Tue, 2004-05-11 at 00:03, Francois Tigeot wrote:
> > 
> > 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.
> 
> This should be installed by x11-toolkits/libXt.  Perhaps you deinstalled
> XFree86-4-libraries after installing that port, causing the header to
> get removed but not the .pc file that gets depended on.

You're right, my /usr/X11R6 was full of junk.

> > > > > - 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.
> 
> Thanks.  Committed.

Cool :-)

I have attached an other one to make the port package itself correctly on
non-i386 architectures...

-- 
Francois Tigeot
-------------- next part --------------
diff -urN xorg-server.orig/Makefile xorg-server/Makefile
--- xorg-server.orig/Makefile	Mon May 10 18:50:39 2004
+++ xorg-server/Makefile	Wed May 12 06:59:23 2004
@@ -30,8 +30,7 @@
 		getconfig.1 \
 		gtf.1 \
 		kbd_mode.1 \
-		pcitweak.1 \
-		scanpci.1
+		pcitweak.1
 MAN4=		citron.4 \
 		dynapro.4 \
 		elographics.4 \
diff -urN xorg-server.orig/pkg-plist xorg-server/pkg-plist
--- xorg-server.orig/pkg-plist	Mon May 10 07:04:59 2004
+++ xorg-server/pkg-plist	Wed May 12 06:58:00 2004
@@ -117,7 +117,7 @@
 %%I386%%lib/modules/drivers/tseng_drv.o
 %%I386%%lib/modules/drivers/vesa_drv.o
 %%SPARC64_NA%%lib/modules/drivers/vga_drv.o
-lib/modules/drivers/via_drv.o
+%%I386%%lib/modules/drivers/via_drv.o
 %%I386%%lib/modules/drivers/vmware_drv.o
 lib/modules/extensions/libGLcore.a
 lib/modules/extensions/libdbe.a


More information about the freebsd-x11 mailing list