From owner-freebsd-x11@FreeBSD.ORG Sun Nov 7 07:23:17 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4958A16A4CE; Sun, 7 Nov 2004 07:23:17 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27B143D45; Sun, 7 Nov 2004 07:23:16 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc11) with ESMTP id <20041107072316011002qa97e>; Sun, 7 Nov 2004 07:23:16 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id AC95717337; Sat, 6 Nov 2004 23:23:15 -0800 (PST) Date: Sat, 6 Nov 2004 23:23:15 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20041107072315.GA74785@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: x11@FreeBSD.org Subject: xorg build failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 07:23:17 -0000 FreeBSD belle.0lsen.net 5.3-STABLE FreeBSD 5.3-STABLE #8: Wed Nov 3 18:46:55 PST 2004 root@belle.0lsen.net:/usr/obj/usr/src/sys/GENERIC i386 So, I don't quite know why meta ports like 'xorg' don't work for me, but they don't. The metaport doesn't seem to build or install much of anything. I would expect it to go in and build clients, libraries, etc. I went into xorg-clients and tried to build, and I got the error message: cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc -I/usr/ports/x11/xorg-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6 -DSECURE_RPC -DBSD44SOCKETS -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c xhost.c xhost.c: In function `change_host': xhost.c:423: error: syntax error before "siaddr" xhost.c:434: error: `siaddr' undeclared (first use in this function) xhost.c:434: error: (Each undeclared identifier is reported only once xhost.c:434: error: for each function it appears in.) xhost.c: In function `get_hostname': xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in this function) xhost.c:883: error: `sip' undeclared (first use in this function) xhost.c:884: warning: ISO C90 forbids mixed declarations and code xhost.c:888: error: syntax error before ')' token *** Error code 1 I would have expected that if something was stale that it would go in and rebuild any required dependency (like libraries). -Clint From owner-freebsd-x11@FreeBSD.ORG Sun Nov 7 08:14:24 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B620516A4CE; Sun, 7 Nov 2004 08:14:24 +0000 (GMT) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CE443D55; Sun, 7 Nov 2004 08:14:24 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.1/8.13.1) with ESMTP id iA78DR9N092201; Sun, 7 Nov 2004 00:13:27 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.1/8.13.1/Submit) id iA78DQlV092195; Sun, 7 Nov 2004 00:13:26 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Clint Olsen In-Reply-To: <20041107072315.GA74785@0lsen.net> References: <20041107072315.GA74785@0lsen.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1099815205.4223.24.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 07 Nov 2004 00:13:25 -0800 cc: ports@freebsd.org cc: x11@freebsd.org Subject: Re: xorg build failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 08:14:24 -0000 On Sat, 2004-11-06 at 23:23, Clint Olsen wrote: > FreeBSD belle.0lsen.net 5.3-STABLE FreeBSD 5.3-STABLE #8: Wed Nov 3 18:46:55 PST 2004 root@belle.0lsen.net:/usr/obj/usr/src/sys/GENERIC i386 > > So, I don't quite know why meta ports like 'xorg' don't work for me, but > they don't. The metaport doesn't seem to build or install much of > anything. I would expect it to go in and build clients, libraries, etc. I > went into xorg-clients and tried to build, and I got the error You need to use portupgrade to get this job done, or be sure to install imake-6, then xorg-libraries, then any other xorg port. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org Thank goodness for the 22nd Amendment From owner-freebsd-x11@FreeBSD.ORG Sun Nov 7 16:51:07 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2410316A4CE; Sun, 7 Nov 2004 16:51:07 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36A243D1F; Sun, 7 Nov 2004 16:51:06 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc12) with ESMTP id <20041107165103012009rgkje>; Sun, 7 Nov 2004 16:51:05 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 780E617192; Sun, 7 Nov 2004 08:51:01 -0800 (PST) Date: Sun, 7 Nov 2004 08:50:59 -0800 From: Clint Olsen To: Eric Anholt Message-ID: <20041107165052.GA65418@0lsen.net> References: <20041107072315.GA74785@0lsen.net> <1099815205.4223.24.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1099815205.4223.24.camel@leguin> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: ports@freebsd.org cc: x11@freebsd.org Subject: Re: xorg build failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 16:51:07 -0000 On Nov 07, Eric Anholt wrote: > > You need to use portupgrade to get this job done, or be sure to install > imake-6, then xorg-libraries, then any other xorg port. I tried doing a portinstall and it craps out here: cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc -I/usr/ports/x11/xorg-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLOCALE_ALIAS_FILE=\"/usr/X11R6/lib/X11/locale/locale.alias\" -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c luit.c luit.c:41:31: X11/fonts/fontenc.h: No such file or directory In file included from luit.c:44: other.h:25: error: syntax error before "FontMapPtr" other.h:36: error: syntax error before "FontMapPtr" other.h:44: error: syntax error before "FontMapPtr" other.h:50: error: syntax error before "FontMapPtr" *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/luit. *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/xorg-clients. *** Error code 1 Stop in /usr/ports/x11/xorg-clients. *** Error code 1 Stop in /usr/ports/x11/xorg. *** Error code 1 From owner-freebsd-x11@FreeBSD.ORG Sun Nov 7 17:14:58 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E914016A4CE for ; Sun, 7 Nov 2004 17:14:58 +0000 (GMT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E614F43D2F for ; Sun, 7 Nov 2004 17:14:57 +0000 (GMT) (envelope-from mkb@mukappabeta.de) Received: from [192.168.2.11] (pD9542288.dip.t-dialin.net [217.84.34.136]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moghedien.mukappabeta.net (Postfix) with ESMTP id 5EA5C2D3F for ; Sun, 7 Nov 2004 18:10:33 +0100 (CET) Message-ID: <418E5824.3080908@mukappabeta.de> Date: Sun, 07 Nov 2004 18:15:16 +0100 From: Matthias Buelow User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.7.3) Gecko/20041022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 17:14:59 -0000 Hi folks, my apologies if this issue has been discussed before, I have had a quick glance at the archives and found something but I still have to ask. I've bought a new machine, which came with a radeon x800se (pci-express). From what I gathered, neither PCI-Express is fully supported on FreeBSD 5.3, nor is the X800SE supported by X.org 6.7.0 (but it is supported by 6.8.1). Now before I start a, without doubt painful, attempt at building 6.8.1 myself from the pristine sources, I'd like to know if a) the pci-express card will work at all, b) how long until 6.8.1 will appear in ports, and c) is http://www.ijs.si/~lesi/xorg-681-up-5.diff sufficient to patch an up-to-date ports tree to xorg 6.8.1? Thanks for any answers. -- Matthias Buelow; mkb@{mukappabeta,informatik.uni-wuerzburg}.de From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 03:16:45 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D0116A4CE for ; Mon, 8 Nov 2004 03:16:45 +0000 (GMT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B5043D1F for ; Mon, 8 Nov 2004 03:16:42 +0000 (GMT) (envelope-from mkb@mukappabeta.de) Received: from [192.168.2.11] (pD9542288.dip.t-dialin.net [217.84.34.136]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moghedien.mukappabeta.net (Postfix) with ESMTP id 4BD532D3E for ; Mon, 8 Nov 2004 04:12:21 +0100 (CET) Message-ID: <418EE533.5020300@mukappabeta.de> Date: Mon, 08 Nov 2004 04:17:07 +0100 From: Matthias Buelow User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.7.3) Gecko/20041022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <418E5824.3080908@mukappabeta.de> In-Reply-To: <418E5824.3080908@mukappabeta.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 03:16:45 -0000 Matthias Buelow wrote: > Now before I start a, without doubt painful, attempt at building 6.8.1 > myself from the pristine sources, I'd like to know if > a) the pci-express card will work at all, > b) how long until 6.8.1 will appear in ports, and > c) is http://www.ijs.si/~lesi/xorg-681-up-5.diff sufficient to patch an > up-to-date ports tree to xorg 6.8.1? Update: I applied the above patch and built x11/xorg. Some manual interaction was necessary since not all patches applied cleanly but in the end it went quite well. X11 is up and running, and all seems fine so far. -- Matthias Buelow; mkb@{mukappabeta,informatik.uni-wuerzburg}.de From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 11:04:33 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C6016A4CF for ; Mon, 8 Nov 2004 11:04:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A816543D1F for ; Mon, 8 Nov 2004 11:04:33 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iA8B4XHM012706 for ; Mon, 8 Nov 2004 11:04:33 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA8B4Wn2012701 for x11@freebsd.org; Mon, 8 Nov 2004 11:04:32 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Nov 2004 11:04:32 GMT Message-Id: <200411081104.iA8B4Wn2012701@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: x11@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 11:04:33 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/07] ports/25576 x11 XFree86-4 port installs manual pages with o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2004/07/02] ports/68599 x11 XFree86 in realloc(): error: allocation f o [2004/07/28] ports/69723 x11 4.10 update or install fails when X11 inc o [2004/08/07] ports/70139 x11 Xorg Segfault o [2004/08/11] ports/70317 x11 xvideo problems using XFree86-4.4.0 o [2004/10/30] ports/73309 x11 [PATCH] Fixing missing dependency which p 7 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv f [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2004/04/07] ports/65277 x11 [PATCH] devel/imake-4: [Respect CC & CXX o [2004/05/11] ports/66511 x11 xdm xlogin*background color issue f [2004/06/29] ports/68476 x11 X -query myserver does not open an xsessi o [2004/07/28] ports/69708 x11 x11/xorg-libraries: lack of symbols under o [2004/09/14] ports/71724 x11 x11/XFree86-4-clients: luit does not reco s [2004/09/19] ports/71903 x11 [PATCH] devel/imake: fix PLIST for MKHTML f [2004/09/24] ports/72063 x11 Xorg-6.7.0 and Matrox mystique card o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul o [2004/10/28] ports/73257 x11 xorg relocation type 10 missing from elfl 11 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 22:48:42 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8686016A516 for ; Mon, 8 Nov 2004 22:48:42 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E5743D39 for ; Mon, 8 Nov 2004 22:48:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 56A731DD5C9; Mon, 8 Nov 2004 23:48:40 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16166-15; Mon, 8 Nov 2004 23:48:30 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id CA2CA1DD590; Mon, 8 Nov 2004 23:48:30 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 8 Nov 2004 23:48:30 +0100 User-Agent: KMail/1.7.1 References: <418E5824.3080908@mukappabeta.de> <418EE533.5020300@mukappabeta.de> In-Reply-To: <418EE533.5020300@mukappabeta.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411082348.30264.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 22:48:43 -0000 On Monday 08 of November 2004 04:17, Matthias Buelow wrote: > Matthias Buelow wrote: > > Now before I start a, without doubt painful, attempt at building 6.8.1 > > myself from the pristine sources, I'd like to know if > > a) the pci-express card will work at all, > > b) how long until 6.8.1 will appear in ports, and > > c) is http://www.ijs.si/~lesi/xorg-681-up-5.diff sufficient to patch an > > up-to-date ports tree to xorg 6.8.1? > > Update: I applied the above patch and built x11/xorg. Some manual > interaction was necessary since not all patches applied cleanly but in > the end it went quite well. Mhm I somehow managed to botch the last patch :( Here's the stuff I know were wrong: - forgot to bump portrevision in old xorg-clients/Makefile - forgot to modify xorg-server/files/patch-xorgconfig.c so it applies to new sources - forgot to mention that directories x11-fonts/xorg-fonts-100dpi/files and x11-fonts/xorg-fonts-75dpi/files need to be created before applying patch Could you tell if you remember if there were some other difficulties? I'll post fixed version a bit later. > X11 is up and running, and all seems fine > so far. Great to hear that. Dejan From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 23:04:24 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2837916A4CE for ; Mon, 8 Nov 2004 23:04:24 +0000 (GMT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C855043D1F for ; Mon, 8 Nov 2004 23:04:23 +0000 (GMT) (envelope-from mkb@mukappabeta.de) Received: from [132.187.9.61] (unknown [132.187.9.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moghedien.mukappabeta.net (Postfix) with ESMTP id 905812D3F; Tue, 9 Nov 2004 00:00:02 +0100 (CET) Message-ID: <418FFB91.4090003@mukappabeta.de> Date: Tue, 09 Nov 2004 00:04:49 +0100 From: Matthias Buelow User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.7.3) Gecko/20041022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <418E5824.3080908@mukappabeta.de> <418EE533.5020300@mukappabeta.de> <200411082348.30264.dejan.lesjak@ijs.si> In-Reply-To: <200411082348.30264.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-x11@freebsd.org Subject: Re: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 23:04:24 -0000 Dejan Lesjak wrote: > Mhm I somehow managed to botch the last patch :( > Here's the stuff I know were wrong: > - forgot to bump portrevision in old xorg-clients/Makefile > - forgot to modify xorg-server/files/patch-xorgconfig.c so it applies to new > sources yes.. I encountered these two. > - forgot to mention that directories x11-fonts/xorg-fonts-100dpi/files and > x11-fonts/xorg-fonts-75dpi/files need to be created before applying patch hmm. didn't see any problems with that. > Could you tell if you remember if there were some other difficulties? I'll > post fixed version a bit later. that was all the problems I noticed so far. [Xaw3d installs a different .so-version as needed by other ports, like e.g. emacs, but I think that is unrelated to the xorg port (also happens in unmodified, freshly checked out ports tree), unless it gets some version hints from an installed X11 instead of bsd.ports.mk.] -- Matthias Buelow; mkb@{mukappabeta,informatik.uni-wuerzburg}.de From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 23:20:29 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16EC16A4D4 for ; Mon, 8 Nov 2004 23:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B1043D31 for ; Mon, 8 Nov 2004 23:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iA8NKTTY099039 for ; Mon, 8 Nov 2004 23:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA8NKTNU099038; Mon, 8 Nov 2004 23:20:29 GMT (envelope-from gnats) Date: Mon, 8 Nov 2004 23:20:29 GMT Message-Id: <200411082320.iA8NKTNU099038@freefall.freebsd.org> To: x11@FreeBSD.org From: Christopher Rued Subject: Re: ports/70317: xvideo problems using XFree86-4.4.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Rued List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 23:20:29 -0000 The following reply was made to PR ports/70317; it has been noted by GNATS. From: Christopher Rued To: freebsd-gnats-submit@FreeBSD.org, c.lackas@fz-juelich.de Cc: Subject: Re: ports/70317: xvideo problems using XFree86-4.4.0 Date: Mon, 08 Nov 2004 18:19:52 -0500 Anyone working on upgrading this port to 6.8? According to http://freedesktop.org/bugzilla/show_bug.cgi?id=474, the problems were fixed in 6.8. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 23:32:16 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A8616A4CE for ; Mon, 8 Nov 2004 23:32:16 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C032A43D2F for ; Mon, 8 Nov 2004 23:32:15 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 0253F1DD502; Tue, 9 Nov 2004 00:32:15 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19101-10; Tue, 9 Nov 2004 00:32:05 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id A4A681DD495; Tue, 9 Nov 2004 00:32:05 +0100 (CET) From: Dejan Lesjak To: Christopher Rued Date: Tue, 9 Nov 2004 00:32:04 +0100 User-Agent: KMail/1.7.1 References: <200411082320.iA8NKTNU099038@freefall.freebsd.org> In-Reply-To: <200411082320.iA8NKTNU099038@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411090032.04458.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: x11@freebsd.org Subject: Re: ports/70317: xvideo problems using XFree86-4.4.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 23:32:16 -0000 On Tuesday 09 of November 2004 00:20, Christopher Rued wrote: > The following reply was made to PR ports/70317; it has been noted by GNATS. > > From: Christopher Rued > To: freebsd-gnats-submit@FreeBSD.org, c.lackas@fz-juelich.de > Cc: > Subject: Re: ports/70317: xvideo problems using XFree86-4.4.0 > Date: Mon, 08 Nov 2004 18:19:52 -0500 > > Anyone working on upgrading this port to 6.8? According to > http://freedesktop.org/bugzilla/show_bug.cgi?id=474, the problems were > fixed in 6.8. XFree86 6.8 has not yet been released :) But yes, the upgrade of X.Org port is being worked on - see the archives for x11@freebsd.org mailing list. I'll post a fixed patch for an upgade (I managed to mess up previous one: xorg-681-up-5.diff) a bit later for people who like to experiment to test it and see (and hopefully also report to this list) if everything works. Dejan From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 03:05:17 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6309716A4CE for ; Tue, 9 Nov 2004 03:05:17 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A457D43D49 for ; Tue, 9 Nov 2004 03:05:14 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 948F21DD5E0; Tue, 9 Nov 2004 04:05:10 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32574-15; Tue, 9 Nov 2004 04:05:00 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id E85B41DD49C; Tue, 9 Nov 2004 04:04:59 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 9 Nov 2004 04:04:57 +0100 User-Agent: KMail/1.7.1 References: <200411061928.00610.dejan.lesjak@ijs.si> In-Reply-To: <200411061928.00610.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411090404.58718.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 03:05:17 -0000 On Saturday 06 of November 2004 19:27, Dejan Lesjak wrote: > Due to recent changes to X11 ports, the previous patch doesn't apply any > more. So here's a new one that should: > http://www.ijs.si/~lesi/xorg-681-up-5.diff > It includes a fix for manpages dependency in XFree86 metaport I forgot last > time. I've left dri dependency in X.Org metaport commented out for now as > dri update is not yet included. As already mentioned on another thread, I've made some mistakes with above mentioned patch. The fixed one is here: http://www.ijs.si/~lesi/xorg-681-up-6.diff Also a note: before applying patch, the next two directories need to be created under ports tree: x11-fonts/xorg-fonts-100dpi/files x11-fonts/xorg-fonts-75dpi/files From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 03:22:56 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3372716A4CE for ; Tue, 9 Nov 2004 03:22:56 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9BB43D2F for ; Tue, 9 Nov 2004 03:22:55 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 1AE1A1DD4E8; Tue, 9 Nov 2004 04:22:55 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33935-09; Tue, 9 Nov 2004 04:22:46 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 363751DD461; Tue, 9 Nov 2004 04:22:46 +0100 (CET) From: Dejan Lesjak To: Matthias Buelow Date: Tue, 9 Nov 2004 04:22:45 +0100 User-Agent: KMail/1.7.1 References: <418E5824.3080908@mukappabeta.de> <200411082348.30264.dejan.lesjak@ijs.si> <418FFB91.4090003@mukappabeta.de> In-Reply-To: <418FFB91.4090003@mukappabeta.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411090422.45744.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-x11@freebsd.org Subject: Re: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 03:22:56 -0000 On Tuesday 09 of November 2004 00:04, Matthias Buelow wrote: > Dejan Lesjak wrote: > > Mhm I somehow managed to botch the last patch :( > > Here's the stuff I know were wrong: > > - forgot to bump portrevision in old xorg-clients/Makefile > > - forgot to modify xorg-server/files/patch-xorgconfig.c so it applies to > > new sources > > yes.. I encountered these two. These are fixed. > > - forgot to mention that directories x11-fonts/xorg-fonts-100dpi/files > > and x11-fonts/xorg-fonts-75dpi/files need to be created before applying > > patch > > hmm. didn't see any problems with that. If those directories are not there, one patch (patch-bug-1560; which are actually two patches with same name...) lands into /usr/ports instead. > > Could you tell if you remember if there were some other difficulties? > > I'll post fixed version a bit later. > > that was all the problems I noticed so far. Thanks! > [Xaw3d installs a different .so-version as needed by other ports, like > e.g. emacs, but I think that is unrelated to the xorg port (also happens > in unmodified, freshly checked out ports tree), unless it gets some > version hints from an installed X11 instead of bsd.ports.mk.] There should be 6, 7 and 8, are there not? From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 03:44:40 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAD116A4CE for ; Tue, 9 Nov 2004 03:44:40 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4357E43D31 for ; Tue, 9 Nov 2004 03:44:40 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 71A031DD573; Tue, 9 Nov 2004 04:44:39 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35205-06; Tue, 9 Nov 2004 04:44:28 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 32C0A1DD4F0; Tue, 9 Nov 2004 04:44:28 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 9 Nov 2004 04:44:27 +0100 User-Agent: KMail/1.7.1 References: <418E5824.3080908@mukappabeta.de> <418FFB91.4090003@mukappabeta.de> <200411090422.45744.dejan.lesjak@ijs.si> In-Reply-To: <200411090422.45744.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411090444.27726.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: xorg 6.8.1 + x800se X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 03:44:40 -0000 On Tuesday 09 of November 2004 04:22, Dejan Lesjak wrote: > On Tuesday 09 of November 2004 00:04, Matthias Buelow wrote: > > [Xaw3d installs a different .so-version as needed by other ports, like > > e.g. emacs, but I think that is unrelated to the xorg port (also happens > > in unmodified, freshly checked out ports tree), unless it gets some > > version hints from an installed X11 instead of bsd.ports.mk.] > > There should be 6, 7 and 8, are there not? Ah, I missed the 3d part. I see what you mean. Indeed there is a XAWVER variable in bsd.ports.mk that would need a bump. I'll see some more about this. From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 05:38:21 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F48B16A4CE for ; Tue, 9 Nov 2004 05:38:21 +0000 (GMT) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BE943D2F for ; Tue, 9 Nov 2004 05:38:21 +0000 (GMT) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id E38868A001; Tue, 9 Nov 2004 06:38:19 +0100 (CET) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 97340-04; Tue, 9 Nov 2004 06:38:17 +0100 (CET) Received: from localhost.localdomain (p4b23e3d4.np.schlund.de [212.227.35.75]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id CA4828A000; Tue, 9 Nov 2004 06:38:16 +0100 (CET) From: Sascha Holzleiter To: Dejan Lesjak In-Reply-To: <200411090404.58718.dejan.lesjak@ijs.si> References: <200411061928.00610.dejan.lesjak@ijs.si> <200411090404.58718.dejan.lesjak@ijs.si> Content-Type: text/plain Date: Tue, 09 Nov 2004 06:38:16 +0100 Message-Id: <1099978696.88799.6.camel@area51.cc-web.ma.schlund.de> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de cc: freebsd-x11@freebsd.org Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 05:38:21 -0000 On Tue, 2004-11-09 at 04:04 +0100, Dejan Lesjak wrote: > As already mentioned on another thread, I've made some mistakes with above > mentioned patch. The fixed one is here: > http://www.ijs.si/~lesi/xorg-681-up-6.diff > There seems to be still one left: Hunk #1 failed at 6. 1 out of 1 hunks failed--saving rejects to x11/xorg-clients/Makefile.rej The reason is that the portrevision of this port was bumped on 11/05. -- Sascha From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 15:23:26 2004 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E11816A4CE; Tue, 9 Nov 2004 15:23:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E5443D39; Tue, 9 Nov 2004 15:23:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) iA9FNPQ9076384; Tue, 9 Nov 2004 15:23:25 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA9FNPKg076380; Tue, 9 Nov 2004 15:23:25 GMT (envelope-from vs) Date: Tue, 9 Nov 2004 15:23:25 GMT From: Volker Stolz Message-Id: <200411091523.iA9FNPKg076380@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 15:23:26 -0000 Synopsis: x11-toolkits/Xaw3d installs wrongly versioned .so Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: vs Responsible-Changed-When: Tue Nov 9 15:22:53 GMT 2004 Responsible-Changed-Why: Over to x11-hell-desk http://www.freebsd.org/cgi/query-pr.cgi?pr=73698 From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 15:51:41 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E659C16A4CE for ; Tue, 9 Nov 2004 15:51:41 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0229F43D53 for ; Tue, 9 Nov 2004 15:51:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 1FF8B1DD605; Tue, 9 Nov 2004 16:51:40 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08039-01-3; Tue, 9 Nov 2004 16:51:27 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id B77501DD64D; Tue, 9 Nov 2004 16:49:43 +0100 (CET) Received: from [192.168.10.30] (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 5BB291C00720; Tue, 9 Nov 2004 16:49:43 +0100 (CET) From: Dejan Lesjak To: Sascha Holzleiter Date: Tue, 9 Nov 2004 16:49:42 +0100 User-Agent: KMail/1.7 References: <200411061928.00610.dejan.lesjak@ijs.si> <200411090404.58718.dejan.lesjak@ijs.si> <1099978696.88799.6.camel@area51.cc-web.ma.schlund.de> In-Reply-To: <1099978696.88799.6.camel@area51.cc-web.ma.schlund.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411091649.42361.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-x11@freebsd.org Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 15:51:42 -0000 On Tuesday 09 of November 2004 06:38, Sascha Holzleiter wrote: > On Tue, 2004-11-09 at 04:04 +0100, Dejan Lesjak wrote: > > As already mentioned on another thread, I've made some mistakes with > > above mentioned patch. The fixed one is here: > > http://www.ijs.si/~lesi/xorg-681-up-6.diff > > There seems to be still one left: > > Hunk #1 failed at 6. > 1 out of 1 hunks failed--saving rejects to x11/xorg-clients/Makefile.rej > > > The reason is that the portrevision of this port was bumped on 11/05. Yes, and the hunk in question has: --- x11/xorg-clients/Makefile 5 Nov 2004 02:46:04 -0000 1.13 +++ x11/xorg-clients/Makefile 8 Nov 2004 23:41:35 -0000 @@ -6,15 +6,13 @@ # PORTNAME= xorg-clients -PORTVERSION= 6.7.0 -PORTREVISION= 5 +PORTVERSION= 6.8.1 That's one of things where -5- patch was wrong and is fixed in -6-. I've just tried again applying on a fresh cvsup in clean chroot and it goes without errors. Are you sure you applied -6- patch to freshly cvsupped ports? From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 16:01:12 2004 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792EA16A4CF for ; Tue, 9 Nov 2004 16:01:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D6243D2F for ; Tue, 9 Nov 2004 16:01:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iA9G0xmH078498 for ; Tue, 9 Nov 2004 16:00:59 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA9G0xb6078497; Tue, 9 Nov 2004 16:00:59 GMT (envelope-from gnats) Date: Tue, 9 Nov 2004 16:00:59 GMT Message-Id: <200411091600.iA9G0xb6078497@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 16:01:12 -0000 The following reply was made to PR ports/73698; it has been noted by GNATS. From: Dejan Lesjak To: freebsd-gnats-submit@freebsd.org, mkb@mukappabeta.de Cc: Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so Date: Tue, 9 Nov 2004 16:53:22 +0100 That's with experimental, not yet commited upgrade to X.Org 6.8.1, right? It is connected with the upgrade and should be fixed when that is commited. From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 17:56:22 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F25E16A4CE for ; Tue, 9 Nov 2004 17:56:22 +0000 (GMT) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD6B43D3F for ; Tue, 9 Nov 2004 17:56:21 +0000 (GMT) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id 1E85F8A001; Tue, 9 Nov 2004 18:56:21 +0100 (CET) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99635-05; Tue, 9 Nov 2004 18:56:18 +0100 (CET) Received: from localhost.localdomain (pD9E399F5.dip.t-dialin.net [217.227.153.245]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id 7E0DB8A000; Tue, 9 Nov 2004 18:56:13 +0100 (CET) From: Sascha Holzleiter To: Dejan Lesjak In-Reply-To: <200411091649.42361.dejan.lesjak@ijs.si> References: <200411061928.00610.dejan.lesjak@ijs.si> <200411090404.58718.dejan.lesjak@ijs.si> <1099978696.88799.6.camel@area51.cc-web.ma.schlund.de> <200411091649.42361.dejan.lesjak@ijs.si> Content-Type: text/plain Date: Tue, 09 Nov 2004 18:56:00 +0100 Message-Id: <1100022960.898.4.camel@dreamland.chief.home> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de cc: freebsd-x11@freebsd.org Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 17:56:22 -0000 On Tue, 2004-11-09 at 16:49 +0100, Dejan Lesjak wrote: > That's one of things where -5- patch was wrong and is fixed in -6-. > I've just tried again applying on a fresh cvsup in clean chroot and it goes > without errors. Are you sure you applied -6- patch to freshly cvsupped ports? Actually I was sure but a new try proves me wrong: #> patch -p0 -E -C < xorg-681-up-6.diff 2>&1 | grep fail #> Sorry for the noise. One other thing, I'm also testing the xfce 4.2 beta experimental port with the new session manager which worked fine with the 6.7.0 but gives an error at start with 6.8.1: _IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be created. _IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2 If I create the directory manuelly with: mkdir -m 1777 /tmp/.ICE-unix it starts just fine. Has there anything been changed with the startx wrapper in 6.8.1? -- Sascha From owner-freebsd-x11@FreeBSD.ORG Wed Nov 10 00:05:52 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8817316A4CE; Wed, 10 Nov 2004 00:05:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B2C43D2D; Wed, 10 Nov 2004 00:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) iAA05qNG040038; Wed, 10 Nov 2004 00:05:52 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAA05qC6040034; Wed, 10 Nov 2004 00:05:52 GMT (envelope-from pav) Date: Wed, 10 Nov 2004 00:05:52 GMT From: Pav Lucistnik Message-Id: <200411100005.iAA05qC6040034@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/73743: XOrg/XFree xauth add/startx problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 00:05:52 -0000 Synopsis: XOrg/XFree xauth add/startx problem Responsible-Changed-From-To: freebsd-ports-bugs->x11 Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 10 00:05:38 GMT 2004 Responsible-Changed-Why: General X usage problem, it seems http://www.freebsd.org/cgi/query-pr.cgi?pr=73743 From owner-freebsd-x11@FreeBSD.ORG Wed Nov 10 02:05:25 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE0816A4CE for ; Wed, 10 Nov 2004 02:05:25 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BAF43D41 for ; Wed, 10 Nov 2004 02:05:25 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 47CEC1DD5DF; Wed, 10 Nov 2004 03:05:24 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51080-06; Wed, 10 Nov 2004 03:05:16 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 0BCFA1DD522; Wed, 10 Nov 2004 03:05:16 +0100 (CET) From: Dejan Lesjak To: Sascha Holzleiter Date: Wed, 10 Nov 2004 03:05:15 +0100 User-Agent: KMail/1.7.1 References: <200411061928.00610.dejan.lesjak@ijs.si> <200411091649.42361.dejan.lesjak@ijs.si> <1100022960.898.4.camel@dreamland.chief.home> In-Reply-To: <1100022960.898.4.camel@dreamland.chief.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411100305.15685.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-x11@freebsd.org Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 02:05:25 -0000 On Tuesday 09 of November 2004 18:56, Sascha Holzleiter wrote: > One other thing, I'm also testing the xfce 4.2 beta experimental port > with the new session manager which worked fine with the 6.7.0 but gives > an error at start with 6.8.1: > > _IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be > created. > _IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = > 2 > > If I create the directory manuelly with: > > mkdir -m 1777 /tmp/.ICE-unix > > it starts just fine. Has there anything been changed with the startx > wrapper in 6.8.1? Not that I would know. There was a patch for rc.d/cleartmp sent to current@ related to this: http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-November/042445.html From owner-freebsd-x11@FreeBSD.ORG Wed Nov 10 02:20:53 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D59116A4CE; Wed, 10 Nov 2004 02:20:53 +0000 (GMT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7B743D2D; Wed, 10 Nov 2004 02:20:52 +0000 (GMT) (envelope-from mkb@mukappabeta.de) Received: from [192.168.2.10] (p5485351F.dip.t-dialin.net [84.133.53.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moghedien.mukappabeta.net (Postfix) with ESMTP id AC4782D74; Wed, 10 Nov 2004 03:16:27 +0100 (CET) Message-ID: <41917B07.20909@mukappabeta.de> Date: Wed, 10 Nov 2004 03:20:55 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <200411091600.iA9G0xb6078497@freefall.freebsd.org> In-Reply-To: <200411091600.iA9G0xb6078497@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-x11@FreeBSD.org Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 02:20:53 -0000 Dejan Lesjak wrote: > That's with experimental, not yet commited upgrade to X.Org 6.8.1, right? It > is connected with the upgrade and should be fixed when that is commited. Ok, then the PR can be closed. I suspected something but couldn't find the connection between the port and the installed xorg. mkb. From owner-freebsd-x11@FreeBSD.ORG Wed Nov 10 02:30:30 2004 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCE516A4CE for ; Wed, 10 Nov 2004 02:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0C143D45 for ; Wed, 10 Nov 2004 02:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iAA2UUTs054752 for ; Wed, 10 Nov 2004 02:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAA2UUMt054751; Wed, 10 Nov 2004 02:30:30 GMT (envelope-from gnats) Date: Wed, 10 Nov 2004 02:30:30 GMT Message-Id: <200411100230.iAA2UUMt054751@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 02:30:30 -0000 The following reply was made to PR ports/73698; it has been noted by GNATS. From: Dejan Lesjak To: freebsd-gnats-submit@freebsd.org, mkb@mukappabeta.de Cc: Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so Date: Wed, 10 Nov 2004 03:17:38 +0100 --Boundary-00=_CpXkBp0GTDCOtpK Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline To clarify, the attached patch to bsd.port.mk should fix versions. --Boundary-00=_CpXkBp0GTDCOtpK Content-Type: text/x-diff; charset="us-ascii"; name="xawver.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xawver.patch" --- bsd.port.mk.orig Wed Nov 10 02:07:23 2004 +++ bsd.port.mk Wed Nov 10 02:08:20 2004 @@ -1481,7 +1481,11 @@ USE_XLIB= yes .endif +.if ${X_WINDOW_SYSTEM:L} == xorg +XAWVER= 8 +.else XAWVER= 7 +.endif PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' .endif --Boundary-00=_CpXkBp0GTDCOtpK-- From owner-freebsd-x11@FreeBSD.ORG Wed Nov 10 22:31:24 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEB016A4CE; Wed, 10 Nov 2004 22:31:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C55F43D31; Wed, 10 Nov 2004 22:31:24 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) iAAMVOI0033956; Wed, 10 Nov 2004 22:31:24 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAAMVOgc033950; Wed, 10 Nov 2004 22:31:24 GMT (envelope-from simon) Date: Wed, 10 Nov 2004 22:31:24 GMT From: "Simon L. Nielsen" Message-Id: <200411102231.iAAMVOgc033950@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/73767: xproto-6.6.2 conflicts with xorg-librairies-6.7.0_2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 22:31:24 -0000 Synopsis: xproto-6.6.2 conflicts with xorg-librairies-6.7.0_2 Responsible-Changed-From-To: freebsd-bugs->x11 Responsible-Changed-By: simon Responsible-Changed-When: Wed Nov 10 22:30:55 GMT 2004 Responsible-Changed-Why: Over to xproto maintainer group. http://www.freebsd.org/cgi/query-pr.cgi?pr=73767 From owner-freebsd-x11@FreeBSD.ORG Thu Nov 11 20:20:35 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A32C16A4E4 for ; Thu, 11 Nov 2004 20:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CFF43D41 for ; Thu, 11 Nov 2004 20:20:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iABKKZJw022479 for ; Thu, 11 Nov 2004 20:20:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iABKKYtt022478; Thu, 11 Nov 2004 20:20:34 GMT (envelope-from gnats) Date: Thu, 11 Nov 2004 20:20:34 GMT Message-Id: <200411112020.iABKKYtt022478@freefall.freebsd.org> To: x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/73767: xproto-6.6.2 conflicts with xorg-librairies-6.7.0_2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 20:20:35 -0000 The following reply was made to PR ports/73767; it has been noted by GNATS. From: Dejan Lesjak To: freebsd-gnats-submit@freebsd.org, marc.plumet@edpnet.be Cc: Subject: Re: ports/73767: xproto-6.6.2 conflicts with xorg-librairies-6.7.0_2 Date: Thu, 11 Nov 2004 21:19:13 +0100 xorg-libraries already include libICE. They also include files installed by xproto, that is why they conflict. Any specific reason for installing libICE with xorg-libraries already installed? From owner-freebsd-x11@FreeBSD.ORG Thu Nov 11 20:48:17 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B4116A4CE for ; Thu, 11 Nov 2004 20:48:17 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8040C43D1F for ; Thu, 11 Nov 2004 20:48:16 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CSLrZ-0002ap-00 for freebsd-x11@freebsd.org Thu, 11 Nov 2004 21:48:13 +0100 Received: from [212.106.238.191] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CSLrV-0002Z5-00 for freebsd-x11@freebsd.org Thu, 11 Nov 2004 21:48:12 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iABKm9V2001736 for ; Thu, 11 Nov 2004 21:48:09 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id iABKm7S5087897 for freebsd-x11@freebsd.org; Thu, 11 Nov 2004 21:48:07 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-x11@freebsd.org Date: Thu, 11 Nov 2004 21:48:07 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411112148.07418.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.12; VDF: 6.28.0.59; host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: /tmp/.ICE-unix, /tmp/.X11-unix and xorg-6.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 20:48:17 -0000 Seems that Xorg 6.8.1 no longer tweak /tmp entries. I know about some PRs to do this from /etc/rc.d/, but I think that a ${PREFIX}/etc/rc.d/000.x11tmp.sh installed from Xorg server must do the work even on RELENG_4 'out of the box' -- josemi From owner-freebsd-x11@FreeBSD.ORG Sat Nov 13 22:54:24 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF8616A4CE; Sat, 13 Nov 2004 22:54:24 +0000 (GMT) Received: from dungeon.franksworld.org (pcp01939978pcs.waldlk01.mi.comcast.net [68.32.91.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0862643D31; Sat, 13 Nov 2004 22:54:24 +0000 (GMT) (envelope-from laszlof@dungeon.franksworld.org) Received: from dungeon.franksworld.org (localhost [127.0.0.1]) iADMsDMS059871; Sat, 13 Nov 2004 17:54:18 -0500 (EST) (envelope-from laszlof@dungeon.franksworld.org) Received: (from laszlof@localhost) by dungeon.franksworld.org (8.13.1/8.13.1/Submit) id iADMsC3P059501; Sat, 13 Nov 2004 17:54:13 -0500 (EST) (envelope-from laszlof) Date: Sat, 13 Nov 2004 17:54:13 -0500 (EST) Message-Id: <200411132254.iADMsC3P059501@dungeon.franksworld.org> To: FreeBSD-gnats-submit@freebsd.org From: "Frank J. Laszlo" X-send-pr-version: 3.113 X-GNATS-Notify: cc: x11@freebsd.org Subject: xorg.conf(5) references a missing xorg.conf.eg X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Frank J. Laszlo" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 22:54:24 -0000 >Submitter-Id: current-users >Originator: Frank J. Laszlo >Organization: >Confidential: no >Synopsis: xorg.conf(5) references a missing xorg.conf.eg >Severity: non-critical >Priority: low >Category: misc >Class: sw-bug >Release: FreeBSD 5.3-RELEASE i386 >Environment: System: FreeBSD dungeon.franksworld.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: xorg.conf(5) has a references to /usr/X11R6/lib/X11/xorg.conf.eg. Which does not exist, nor gets installed from the ports/packages. XF86Config.eg exists within the same directory, which should possibly be renamed to xorg.conf.eg. I believe this to be more of a problem with the xorg distribution rather than then manpage itself, which is why I did not file it as a 'docs' problem. I have CC'd the Xorg maintainer(s). >How-To-Repeat: man 5 xorg.conf ls -l /usr/X11R6/lib/X11/* >Fix: