From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 05:38:14 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 661B816A4CE for ; Sun, 19 Sep 2004 05:38:14 +0000 (GMT) Received: from ums507.nifty.ne.jp (ums507.nifty.ne.jp [202.248.20.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8B143D5C for ; Sun, 19 Sep 2004 05:38:13 +0000 (GMT) (envelope-from KFB03633@nifty.ne.jp) Received: (from root@localhost) by ums507.nifty.ne.jp id OAA10221; Sun, 19 Sep 2004 14:38:12 +0900 (JST) Message-Id: <200409190538.OAA10221@ums507.nifty.ne.jp> Date: Sun, 19 Sep 2004 14:37:57 +0900 From: Satoshi Kimura To: x11@FreeBSD.org MIME-Version: 1.0 Content-type: text/plain; charset="iso-2022-jp" Subject: patch on X.Org for NEC PC98 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, 19 Sep 2004 05:38:14 -0000 Hello. This is Satoshi Kimura. I will send you some informations about X.Org for NEC PC98. 1. All patches needed for X.Org are the same as for XFree86 4.4.0, which I already sent yesterday. (In spite of some warnings about offset.) 2. To make and install japanese documents, please modify Makefile in /usr/ports/x11/XFree86-4-documents/ like following example. ^^^^^^^^^^^^^^^^^^^^^^^^ (This directory is for FreeBSD 4.10 and XFree86 4.3.0. Please replace proper name for X.Org and XFree86 4.4.0.) --- Makefile.org Wed Mar 12 08:38:06 2003 +++ Makefile Tue May 18 21:26:26 2004 @@ -30,6 +30,7 @@ ${ECHO_CMD} "#define BuildLinuxDocPS NO" >> host.def ; \ ${ECHO_CMD} "#define InstallHardcopyDocs YES" >> host.def ; \ ${ECHO_CMD} "#define FreeBSDBuildXdoc YES" >> host.def ; \ + ${ECHO_CMD} "#define InstallJapaneseDocs YES" >> host.def ; \ imake -DUseInstalled ${PROJECTROOT} -I. -I${PREFIX}/lib/X11/config \ -DTOPDIR=../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 09:08:27 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 E93F116A4CE; Sun, 19 Sep 2004 09:08:27 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E10F43D1F; Sun, 19 Sep 2004 09:08:27 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id D7A293E9CFD; Sun, 19 Sep 2004 17:08:26 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26070-01; Sun, 19 Sep 2004 17:08:15 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id A449D3E9CFC; Sun, 19 Sep 2004 17:08:12 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Yen-Ming Lee X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20040919090812.A449D3E9CFC@utopia.leeym.com> Date: Sun, 19 Sep 2004 17:08:12 +0800 (CST) X-Virus-Scanned: by amavisd-new at leeym.com cc: x11@FreeBSD.org Subject: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX 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, 19 Sep 2004 09:08:28 -0000 >Submitter-Id: current-users >Originator: Yen-Ming Lee >Organization: FreeBSD Taiwan >Confidential: no >Synopsis: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.3-BETA4 i386 >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - define MKHTMLINDEX to make this port PREFIX clean. - add manindex1.html into PLIST (manindex1.html is generated by mkhtmlindex, so it should be consider as a part of imake-6, otherwise all ports defined USE_IMAKE will be listed in EXTRA report for "usr/X11R6/lib/X11/doc/html/manindex1.html") Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html >Fix: --- imake-6.7.0_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/imake-6/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 23 Jul 2004 23:45:10 -0000 1.5 +++ Makefile 19 Sep 2004 08:59:44 -0000 @@ -51,6 +51,7 @@ xmkmf.1 MANCOMPRESSED= yes INSTALL_TARGET= install install.man +MKHTMLINDEX= ${PREFIX}/bin/mkhtmlindex pre-configure: @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/imake-6/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 19 Jun 2004 05:36:37 -0000 1.1 +++ pkg-plist 19 Sep 2004 08:59:44 -0000 @@ -130,6 +130,7 @@ lib/X11/doc/html/makedepend.1.html lib/X11/doc/html/makeg.1.html lib/X11/doc/html/makestrs.1.html +lib/X11/doc/html/manindex1.html lib/X11/doc/html/mergelib.1.html lib/X11/doc/html/mkdirhier.1.html lib/X11/doc/html/mkhtmlindex.1.html @@ -137,3 +138,4 @@ lib/X11/doc/html/revpath.1.html lib/X11/doc/html/rman.1.html lib/X11/doc/html/xmkmf.1.html +@dirrm lib/X11/doc/html --- imake-6.7.0_2.patch ends here --- From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 14:46:04 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 5493516A4CE; Sun, 19 Sep 2004 14:46:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3413043D49; Sun, 19 Sep 2004 14:46:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8JEk4s4026910; Sun, 19 Sep 2004 14:46:04 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8JEk4NZ026906; Sun, 19 Sep 2004 14:46:04 GMT (envelope-from pav) Date: Sun, 19 Sep 2004 14:46:04 GMT From: Pav Lucistnik Message-Id: <200409191446.i8JEk4NZ026906@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71903: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX 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, 19 Sep 2004 14:46:04 -0000 Synopsis: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX Responsible-Changed-From-To: freebsd-ports-bugs->x11 Responsible-Changed-By: pav Responsible-Changed-When: Sun Sep 19 14:45:54 GMT 2004 Responsible-Changed-Why: Assign to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=71903 From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 17:50: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 0491816A58C for ; Sun, 19 Sep 2004 17:50:25 +0000 (GMT) Received: from post-relay.olivant.fo (post.olivant.fo [212.55.32.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8BE43D2D for ; Sun, 19 Sep 2004 17:50:24 +0000 (GMT) (envelope-from ice2000@post.olivant.fo) Received: from localhost (localhost [127.0.0.1]) by antivirus.post.olivant.fo (Postfix) with ESMTP id 9B285268199 for ; Sun, 19 Sep 2004 18:50:22 +0100 (WEST) Received: from post-relay.olivant.fo (post.olivant.fo [212.55.32.101]) by localhost (VaMailArmor-2.0.1.16) id 24742-0EAE3F25; Sun, 19 Sep 2004 18:50:22 +0100 Received: from [192.168.0.33] (gateway.ft.fo [212.55.40.1]) by post-relay.olivant.fo (Postfix) with ESMTP id 7D098268199 for ; Sun, 19 Sep 2004 18:50:22 +0100 (WEST) Message-ID: <414DC6DD.7070306@post.olivant.fo> Date: Sun, 19 Sep 2004 18:50:21 +0100 From: Ice User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.27.0.11; VDF: 6.27.0.67; host: post-relay) Subject: Missing Keyboardlayout (FO) 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, 19 Sep 2004 17:50:25 -0000 I=B4m missing keyboard layout in kde see error output below: Errors from xkbcomp are not fatal to the X server (EE) Error loading keymap /usr/X11R6/lib/X11/xkb/compiled/server-0.xkm The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc/fo" for symbols include > Exiting > Abandoning symbols file "default" I had a look at the Makefile in=20 /usr/ports/x11/xorg-clients/work/xc/programs/xkbcomp/symbols and it looks like the fo keyboard does not get compiled. I hope you can patch the problem. Thanks From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 20:42:00 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 4096016A4CE for ; Sun, 19 Sep 2004 20:42:00 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB2F43D49 for ; Sun, 19 Sep 2004 20:41:59 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 369ED167501 for ; Sun, 19 Sep 2004 22:41:58 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i8JKfnkG059774 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 19 Sep 2004 22:41:50 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-x11@freebsd.org Date: Sun, 19 Sep 2004 22:41:47 +0200 User-Agent: KMail/1.7 References: <414DC6DD.7070306@post.olivant.fo> In-Reply-To: <414DC6DD.7070306@post.olivant.fo> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart21485871.0ukoGrO0D8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200409192241.48103.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new Subject: Re: Missing Keyboardlayout (FO) 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, 19 Sep 2004 20:42:00 -0000 --nextPart21485871.0ukoGrO0D8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 19 September 2004 19:50, Ice wrote: > I=B4m missing keyboard layout in kde see error output below: > > Errors from xkbcomp are not fatal to the X server > (EE) Error loading keymap /usr/X11R6/lib/X11/xkb/compiled/server-0.xkm > > The XKEYBOARD keymap compiler (xkbcomp) reports: > > Error: Can't find file "pc/fo" for symbols include > > Exiting > > Abandoning symbols file "default" Just to confirm this is not a kde problem, setxkbmap fo doesn't work either. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart21485871.0ukoGrO0D8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBTe8MXhc68WspdLARAvGAAJ96u+IlmhAp/YU9Ox9aDqOPbc3pCgCbBDFh 1pBRLPxLJxBQaOtou/GqxB4= =WuO3 -----END PGP SIGNATURE----- --nextPart21485871.0ukoGrO0D8-- From owner-freebsd-x11@FreeBSD.ORG Sun Sep 19 22:06: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 2EB2816A4CE for ; Sun, 19 Sep 2004 22:06:29 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542FD43D39 for ; Sun, 19 Sep 2004 22:06:28 +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 015641DD4CD; Mon, 20 Sep 2004 00:06:26 +0200 (CEST) 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 80751-18; Mon, 20 Sep 2004 00:06:24 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id B99841DD4C0; Mon, 20 Sep 2004 00:06:23 +0200 (CEST) From: Dejan Lesjak To: x11@freebsd.org Date: Mon, 20 Sep 2004 00:06:22 +0200 User-Agent: KMail/1.7 References: <414DC6DD.7070306@post.olivant.fo> In-Reply-To: <414DC6DD.7070306@post.olivant.fo> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_eLgTB4K/x6m6iK2" Message-Id: <200409200006.22976.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at ijs.si X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: Ice Subject: Re: Missing Keyboardlayout (FO) 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, 19 Sep 2004 22:06:29 -0000 --Boundary-00=_eLgTB4K/x6m6iK2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 19 of September 2004 19:50, Ice wrote: > I=B4m missing keyboard layout in kde see error output below: > > Errors from xkbcomp are not fatal to the X server > (EE) Error loading keymap /usr/X11R6/lib/X11/xkb/compiled/server-0.xkm > > The XKEYBOARD keymap compiler (xkbcomp) reports: > > Error: Can't find file "pc/fo" for symbols include > > Exiting > > Abandoning symbols file "default" > > I had a look at the Makefile in > /usr/ports/x11/xorg-clients/work/xc/programs/xkbcomp/symbols > and it looks like the fo keyboard does not get compiled. Can you try dropping the two attached patches=20 in /usr/ports/x11/xorg-clients/files directory and recompiling the port. Dejan --Boundary-00=_eLgTB4K/x6m6iK2-- From owner-freebsd-x11@FreeBSD.ORG Mon Sep 20 06:31:46 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 224A616A4CE for ; Mon, 20 Sep 2004 06:31:46 +0000 (GMT) Received: from zebra.ini.unizh.ch (zebra.ini.unizh.ch [130.60.71.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E68543D49 for ; Mon, 20 Sep 2004 06:31:45 +0000 (GMT) (envelope-from stephan@ini.phys.ethz.ch) Received: from ini.phys.ethz.ch (stephan.lan.ini.unizh.ch [172.16.3.99]) (authenticated bits=0) by zebra.ini.unizh.ch (8.12.8/8.12.8) with ESMTP id i8K6Vh0q013337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Sep 2004 08:31:44 +0200 Message-ID: <414E7950.8040701@ini.phys.ethz.ch> Date: Mon, 20 Sep 2004 08:31:44 +0200 From: "Stephan A. Rickauer" Organization: ETH/University ZH, Institute of Neuroinformatics User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040114 X-Accept-Language: de-at, en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: XFree86-libraries-4.4.0_1 (xpm) 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, 20 Sep 2004 06:31:46 -0000 Hi list, i am having difficulties in installing the XFree86-libraries-4.4.0_1 port on FreeBSD-4.10: aragorn# make ===> XFree86-libraries-4.4.0_1 has known vulnerabilities: >> xpm --- image decoding vulnerabilities. Reference: >> Please update your ports tree and try again. *** Error code 1 So I updated the ports tree via cvsup and checked the version of the Makefile which is 1.143, the latest one. Also the patch-xpm-sec.patch4 file is included in the files/ dir. Everything seems to be up to date. What I am doing wrong? Thanks for any help! -- Stephan A. Rickauer ---------------------------- Institut für Neuroinformatik IT-Koordinator Universität / ETH Zürich Winterthurerstr. 190 CH-8057 Zürich Tel: +41 1 635 30 50 Sek: +41 1 635 30 52 Fax: +41 1 635 30 53 http://www.ini.unizh.ch stephan@ini.phys.ethz.ch ------------------------ From owner-freebsd-x11@FreeBSD.ORG Mon Sep 20 11:02:31 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 4B61916A512 for ; Mon, 20 Sep 2004 11:02:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C41143D49 for ; Mon, 20 Sep 2004 11:02:31 +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 i8KB2VUj001568 for ; Mon, 20 Sep 2004 11:02:31 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8KB2Toj001562 for freebsd-x11@freebsd.org; Mon, 20 Sep 2004 11:02:29 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Sep 2004 11:02:29 GMT Message-Id: <200409201102.i8KB2Toj001562@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-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, 20 Sep 2004 11:02:31 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/09/14] ports/71747 x11 xorg-clients broken 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/09/14] ports/71724 x11 x11/XFree86-4-clients: luit does not reco 1 problem total. From owner-freebsd-x11@FreeBSD.ORG Mon Sep 20 11:05:27 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 2BAA916A4CF for ; Mon, 20 Sep 2004 11:05:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2143F43D2D for ; Mon, 20 Sep 2004 11:05:27 +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 i8KB5Qne005546 for ; Mon, 20 Sep 2004 11:05:26 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8KB5OJm005291 for x11@freebsd.org; Mon, 20 Sep 2004 11:05:24 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Sep 2004 11:05:24 GMT Message-Id: <200409201105.i8KB5OJm005291@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, 20 Sep 2004 11:05:27 -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 f [2004/02/27] ports/63443 x11 intermittent XFree86 'system hang' on sta 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 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 o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no f [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2004/03/02] ports/63637 x11 [patch] x11-servers/XFree86-4-Server-snap 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/09] ports/71512 x11 vncserver problems on amd64 and x.org o [2004/09/19] ports/71903 x11 [PATCH] devel/imake: fix PLIST for MKHTML 10 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Sep 20 13:41:08 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 C1B8316A4CE for ; Mon, 20 Sep 2004 13:41:08 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C0343D31 for ; Mon, 20 Sep 2004 13:41:07 +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 2616F1DD585; Mon, 20 Sep 2004 15:41:07 +0200 (CEST) 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 65123-08; Mon, 20 Sep 2004 15:41:04 +0200 (CEST) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 375771DD57A; Mon, 20 Sep 2004 15:41:03 +0200 (CEST) Received: from idefix.ijs.si (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 9584C1C03592; Mon, 20 Sep 2004 15:41:03 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 20 Sep 2004 15:41:01 +0200 User-Agent: KMail/1.7 References: <414E7950.8040701@ini.phys.ethz.ch> In-Reply-To: <414E7950.8040701@ini.phys.ethz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409201541.02068.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at ijs.si Subject: Re: XFree86-libraries-4.4.0_1 (xpm) 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, 20 Sep 2004 13:41:08 -0000 On Monday 20 of September 2004 08:31, Stephan A. Rickauer wrote: > Hi list, > > i am having difficulties in installing the XFree86-libraries-4.4.0_1 > port on FreeBSD-4.10: > > aragorn# make > > ===> XFree86-libraries-4.4.0_1 has known vulnerabilities: > >> xpm --- image decoding vulnerabilities. > > Reference: > d.html> > > >> Please update your ports tree and try again. > > *** Error code 1 > > So I updated the ports tree via cvsup and checked the version of the > Makefile which is 1.143, the latest one. Also the patch-xpm-sec.patch4 > file is included in the files/ dir. Everything seems to be up to date. > > What I am doing wrong? > Thanks for any help! Update portaudit database with 'portaudit -F', then try installing again. Dejan From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 05:02:15 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 0D70F16A4CE; Tue, 21 Sep 2004 05:02:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EEF43D39; Tue, 21 Sep 2004 05:02:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8L52E24067715; Tue, 21 Sep 2004 05:02:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8L52E1k067711; Tue, 21 Sep 2004 05:02:14 GMT (envelope-from linimon) Date: Tue, 21 Sep 2004 05:02:14 GMT From: Mark Linimon Message-Id: <200409210502.i8L52E1k067711@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 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, 21 Sep 2004 05:02:15 -0000 Synopsis: x11-servers/XFree86-4-Server has keyboard problem on pc98 Responsible-Changed-From-To: freebsd-ports-bugs->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 21 05:01:58 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=71937 From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 05:02: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 91D5416A4CE; Tue, 21 Sep 2004 05:02:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C2F43D53; Tue, 21 Sep 2004 05:02:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8L52qdd067794; Tue, 21 Sep 2004 05:02:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8L52q1V067790; Tue, 21 Sep 2004 05:02:52 GMT (envelope-from linimon) Date: Tue, 21 Sep 2004 05:02:52 GMT From: Mark Linimon Message-Id: <200409210502.i8L52q1V067790@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-x11@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71724: x11/XFree86-4-clients: luit does not recognize KOI8-U locale 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, 21 Sep 2004 05:02:52 -0000 Synopsis: x11/XFree86-4-clients: luit does not recognize KOI8-U locale Responsible-Changed-From-To: freebsd-x11->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 21 05:02:37 GMT 2004 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=71724 From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 05:02:52 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 91D5416A4CE; Tue, 21 Sep 2004 05:02:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C2F43D53; Tue, 21 Sep 2004 05:02:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8L52qdd067794; Tue, 21 Sep 2004 05:02:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8L52q1V067790; Tue, 21 Sep 2004 05:02:52 GMT (envelope-from linimon) Date: Tue, 21 Sep 2004 05:02:52 GMT From: Mark Linimon Message-Id: <200409210502.i8L52q1V067790@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-x11@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71724: x11/XFree86-4-clients: luit does not recognize KOI8-U locale 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, 21 Sep 2004 05:02:52 -0000 Synopsis: x11/XFree86-4-clients: luit does not recognize KOI8-U locale Responsible-Changed-From-To: freebsd-x11->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 21 05:02:37 GMT 2004 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=71724 From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 06:42:51 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 2B3D516A4CE for ; Tue, 21 Sep 2004 06:42:51 +0000 (GMT) Received: from zebra.ini.unizh.ch (zebra.ini.unizh.ch [130.60.71.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E5843D5D for ; Tue, 21 Sep 2004 06:42:49 +0000 (GMT) (envelope-from stephan@ini.phys.ethz.ch) Received: from ini.phys.ethz.ch (stephan.lan.ini.unizh.ch [172.16.3.99]) (authenticated bits=0) by zebra.ini.unizh.ch (8.12.8/8.12.8) with ESMTP id i8L6gleV022503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Sep 2004 08:42:48 +0200 Message-ID: <414FCD67.504@ini.phys.ethz.ch> Date: Tue, 21 Sep 2004 08:42:47 +0200 From: "Stephan A. Rickauer" Organization: ETH/University ZH, Institute of Neuroinformatics User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040114 X-Accept-Language: de-at, en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <414E7950.8040701@ini.phys.ethz.ch> <200409201541.02068.dejan.lesjak@ijs.si> In-Reply-To: <200409201541.02068.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-x11@freebsd.org Subject: Re: XFree86-libraries-4.4.0_1 (xpm) 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, 21 Sep 2004 06:42:51 -0000 Dejan Lesjak wrote: >>So I updated the ports tree via cvsup and checked the version of the >>Makefile which is 1.143, the latest one. Also the patch-xpm-sec.patch4 >>file is included in the files/ dir. Everything seems to be up to date. >> >>What I am doing wrong? >>Thanks for any help! > > > Update portaudit database with 'portaudit -F', then try installing again. > > Dejan Thanks, that helped. Stephan A. Rickauer ---------------------------- Institut für Neuroinformatik IT-Koordinator Universität / ETH Zürich Winterthurerstr. 190 CH-8057 Zürich Tel: +41 1 635 30 50 Sek: +41 1 635 30 52 Fax: +41 1 635 30 53 http://www.ini.unizh.ch stephan@ini.phys.ethz.ch ------------------------ From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 14:50: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 16E5A16A4CE for ; Tue, 21 Sep 2004 14:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CAE43D2D for ; Tue, 21 Sep 2004 14:50:24 +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 i8LEoOMk072706 for ; Tue, 21 Sep 2004 14:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8LEoOsJ072705; Tue, 21 Sep 2004 14:50:24 GMT (envelope-from gnats) Date: Tue, 21 Sep 2004 14:50:24 GMT Message-Id: <200409211450.i8LEoOsJ072705@freefall.freebsd.org> To: x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 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, 21 Sep 2004 14:50:25 -0000 The following reply was made to PR ports/71937; it has been noted by GNATS. From: Dejan Lesjak To: freebsd-gnats-submit@freebsd.org, nakaji@jp.freebsd.org Cc: Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 Date: Tue, 21 Sep 2004 16:46:54 +0200 --Boundary-00=_f7DUB0wgCsCC0pH Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline The patch by Satoshi Kimura has already been commited to XFree86 CVS, so I've taken diffs from there (also for other patches he sent). Since there is a slight modification, could you please confirm that this one also works as expected. --Boundary-00=_f7DUB0wgCsCC0pH Content-Type: text/x-csrc; charset="us-ascii"; name="patch-programs::Xserver::hw::xfree86::common::xf86Events.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-programs::Xserver::hw::xfree86::common::xf86Events.c" Index: programs/Xserver/hw/xfree86/common/xf86Events.c =================================================================== RCS file: /cvs/xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v retrieving revision 3.162 retrieving revision 3.163 diff -u -r3.162 -r3.163 --- programs/Xserver/hw/xfree86/common/xf86Events.c 3 Apr 2004 22:31:23 -0000 3.162 +++ programs/Xserver/hw/xfree86/common/xf86Events.c 8 Jun 2004 01:28:56 -0000 3.163 @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v 3.162 2004/04/03 22:31:23 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Events.c,v 3.163 2004/06/08 01:28:56 dawes Exp $ */ /* * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * @@ -543,7 +543,7 @@ } } else #endif /* i386 && SVR4 */ - { + if (!xf86IsPc98()) { switch (scanCode) { case 0x59: scanCode = KEY_0x59; break; case 0x5a: scanCode = KEY_0x5A; break; @@ -655,10 +655,12 @@ * they need to get the same key code as the base key on the same * physical keyboard key. */ - if (scanCode == KEY_SysReqest) - scanCode = KEY_Print; - else if (scanCode == KEY_Break) - scanCode = KEY_Pause; + if (xf86IsPc98()) { + if (scanCode == KEY_SysReqest) + scanCode = KEY_Print; + else if (scanCode == KEY_Break) + scanCode = KEY_Pause; + } #endif /* --Boundary-00=_f7DUB0wgCsCC0pH-- From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 15:29: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 907C816A4CE; Tue, 21 Sep 2004 15:29:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F48443D39; Tue, 21 Sep 2004 15:29:42 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) i8LFTg4b079327; Tue, 21 Sep 2004 15:29:42 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8LFTgPA079323; Tue, 21 Sep 2004 15:29:42 GMT (envelope-from lesi) Date: Tue, 21 Sep 2004 15:29:42 GMT From: Dejan Lesjak Message-Id: <200409211529.i8LFTgPA079323@freefall.freebsd.org> To: nakaji@jp.freebsd.org, lesi@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 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, 21 Sep 2004 15:29:42 -0000 Synopsis: x11-servers/XFree86-4-Server has keyboard problem on pc98 State-Changed-From-To: open->feedback State-Changed-By: lesi State-Changed-When: Tue Sep 21 15:27:43 GMT 2004 State-Changed-Why: I've just reread the patch from CVS. The second part is most probably wrong as the line: + if (xf86IsPc98()) { should be + if (!xf86IsPc98()) { instead. Could you please confirm this. http://www.freebsd.org/cgi/query-pr.cgi?pr=71937 From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 18:58:04 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 6713A16A4CE for ; Tue, 21 Sep 2004 18:58:04 +0000 (GMT) Received: from g2host.com (mail1.mn.g2host.com [66.45.10.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D87C43D39 for ; Tue, 21 Sep 2004 18:58:03 +0000 (GMT) (envelope-from gypsy@freeq.com) Received: from [12.33.166.9] (account gypsy@freeq.com) by g2host.com (CommuniGate Pro WebUser 4.2) with HTTP id 18867205 for x11@FreeBSD.org; Tue, 21 Sep 2004 13:58:00 -0500 From: "Gypsy Rogers" To: x11@FreeBSD.org X-Mailer: CommuniGate Pro WebUser Interface v.4.2 Date: Tue, 21 Sep 2004 13:58:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: problems with the XFree86-4-libraries Port on FreeBSD 4.9 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, 21 Sep 2004 18:58:04 -0000 Having trouble building XFree86-4-libraries using the ports tree on FreeBSD 4.9, any help would be great. Thanks.... I did a cvsup just before I built the port and still having troubles: # $FreeBSD: ports/x11/XFree86-4-libraries/Makefile,v 1.143 2004/09/16 02:14:08 anholt Exp $ # PORTNAME= libraries PORTVERSION= 4.4.0 PORTREVISION= 1 CATEGORIES= x11 Problems in compile start here: cd ./config/imake && make -f Makefile.proto imakeonly LD_LIBRARY_PATH=../../exports/lib cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -Wundef -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if LD_LIBRARY_PATH=../../exports/lib cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -c imake.c In file included from /usr/include/sys/types.h:45, from /usr/include/sys/param.h:64, from imake.c:150: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined rm -f imake LD_LIBRARY_PATH=../../exports/lib cc -o imake -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -Wundef imake.o -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../exports/lib make xmakefile rm -f xmakefile ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=. rm -f ./config/imake/Makefile.proto making Makefiles in include/bitmaps... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/extensions... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/fonts... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/GL... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/DPS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in lib/xtrans... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xau... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xdmcp... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XThrStub... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/X11... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/oldX... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/ICE... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/SM... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xext... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xt... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xss... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86misc... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86vm... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86dga... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xmu... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xmuu... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xpm... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xaw6... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xaw... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xi... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xtst... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/FS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/xkbfile... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/xkbui... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/lbxutil... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xp... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xv... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GL... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GLU... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GLw... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/dps... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/dpstk... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/psres... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xinerama... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xrender... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XvMC... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xrandr... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XTrap... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XRes... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xcursor... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/font... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/fontenc... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xfontcache... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in nls/XLC_LOCALE... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop making Makefiles in nls/Compose... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop making Makefiles in nls/XI18N_OBJS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop + mkdir -p /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11 + cd /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11 + rm -f DECkeysym.h + ln -s ../../../include/DECkeysym.h . + rm -f HPkeysym.h + ln -s ../../../include/HPkeysym.h . + rm -f Sunkeysym.h + ln -s ../../../include/Sunkeysym.h . + rm -f X.h + ln -s ../../../include/X.h . + rm -f XF86keysym.h + ln -s ../../../include/XF86keysym.h . + rm -f XWDFile.h + ln -s ../../../include/XWDFile.h . + rm -f Xalloca.h + ln -s ../../../include/Xalloca.h . + rm -f Xarch.h + ln -s ../../../include/Xarch.h . + rm -f Xatom.h + ln -s ../../../include/Xatom.h . + rm -f Xdefs.h + ln -s ../../../include/Xdefs.h . + rm -f Xfuncproto.h + ln -s ../../../include/Xfuncproto.h . + rm -f Xfuncs.h + ln -s ../../../include/Xfuncs.h . + rm -f Xmd.h + ln -s ../../../include/Xmd.h . + rm -f Xos.h + ln -s ../../../include/Xos.h . + rm -f Xos_r.h + ln -s ../../../include/Xos_r.h . + rm -f Xosdefs.h + ln -s ../../../include/Xosdefs.h . + rm -f Xpoll.h + ln -s ../../../include/Xpoll.h . + rm -f Xproto.h + ln -s ../../../include/Xproto.h . + rm -f Xprotostr.h + ln -s ../../../include/Xprotostr.h . + rm -f Xthreads.h + ln -s ../../../include/Xthreads.h . + rm -f ap_keysym.h + ln -s ../../../include/ap_keysym.h . + rm -f keysym.h + ln -s ../../../include/keysym.h . + rm -f keysymdef.h + ln -s ../../../include/keysymdef.h . including in include/bitmaps... make: don't know how to make includes. Stop *** Error code 2 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. From owner-freebsd-x11@FreeBSD.ORG Tue Sep 21 19:05: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 943FB16A4CE for ; Tue, 21 Sep 2004 19:05:29 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB56D43D5D for ; Tue, 21 Sep 2004 19:05:26 +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 1DB801DD562; Tue, 21 Sep 2004 21:05:26 +0200 (CEST) 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 05855-03; Tue, 21 Sep 2004 21:05:24 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 937441DD4BE; Tue, 21 Sep 2004 21:05:23 +0200 (CEST) From: Dejan Lesjak To: x11@freebsd.org Date: Tue, 21 Sep 2004 21:05:21 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409212105.22343.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at ijs.si cc: Gypsy Rogers Subject: Re: problems with the XFree86-4-libraries Port on FreeBSD 4.9 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, 21 Sep 2004 19:05:29 -0000 On Tuesday 21 of September 2004 20:58, Gypsy Rogers wrote: > Having trouble building XFree86-4-libraries using the ports > tree on FreeBSD 4.9, any help would be great. [snip] > making Makefiles in include/bitmaps... > imake: not found > *** Error code 127 Do you have imake port installed. If yes, what version? From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 10:46:39 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 10E6216A4CE; Wed, 22 Sep 2004 10:46:39 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A8D43D2F; Wed, 22 Sep 2004 10:46:38 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CA4ds-0001Um-00 Wed, 22 Sep 2004 12:46:32 +0200 Received: from [212.106.207.12] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CA4dr-0001UM-00 Wed, 22 Sep 2004 12:46:32 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8MAkZxK007936; Wed, 22 Sep 2004 12:46:36 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Wed, 22 Sep 2004 12:46:35 +0200 To: x11@freebsd.org From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/7.54 (FreeBSD, build 751) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.67 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: gnome@freebsd.org cc: kde@freebsd.org cc: current@freebsd.org Subject: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 10:46:39 -0000 Hi, After test FreeBSD-5.3-BETA5 + current ports, I'm very glad with how it's worked out. But I'm not convince about how X11, gnome and kde works together. I've to develop a NetWS / Kiosk for a customer and need to work on this. Is anyone interested on that? My TODO List is now by that: - Plans for moving/merging X11 config form /usr/X11R6/lib/X11/ to /etc/X11/ + seems to be most Linux/Unix trends + easier WS setup. - Plans to work and standard FreeBSD way to X11 + An implementation guide common to x11/gnome/kde (document -> article | handbook) + FreeBSD specific support for xinit/xdm config (~/.xinitrc ...) + rcNG support for x11 * /etc/rc.d/xdm. operative and valid for gdm/kdm/xdm * /etc/rc.d/xfs? we need a font server with libXFT trends? * /etc/rc.d/xserver. Xserver init for XDMCP (XTerminal) * /etc/rc.d/xinit. Special init via xinit. - Plans to work on a FreeBSD 'feeling'. Same fonts, ... + tweaks to apps-defaults, gnome and kde config. + common process of resources. Xresources , Xmodmap, ... - Plans to specific support for NetBooting. NetWS, XTerminals, Kiosk - Plans to specific support easy thenmeing 'a la FreeBSD'. Any sugestion on this is welcome. -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 11:18: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 0FB7116A4CE; Wed, 22 Sep 2004 11:18:45 +0000 (GMT) Received: from ares.wolfpond.org (ns1.wolfpond.org [62.212.96.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C2043D49; Wed, 22 Sep 2004 11:18:43 +0000 (GMT) (envelope-from ftigeot@wolfpond.org) Received: from aoi.wolfpond.org (aoi.wolfpond.org [IPv6:2001:7a8:24db:1:20c:76ff:feb4:27e1]) by ares.wolfpond.org (8.13.1/8.13.1) with ESMTP id i8MBIXco008602; Wed, 22 Sep 2004 13:18:33 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.13.1/8.13.1) with ESMTP id i8MBIfOn011080; Wed, 22 Sep 2004 13:18:41 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.13.1/8.13.1/Submit) id i8MBIfaa011079; Wed, 22 Sep 2004 13:18:41 +0200 (CEST) (envelope-from ftigeot) Date: Wed, 22 Sep 2004 13:18:41 +0200 From: Francois Tigeot To: Jose M Rodriguez Message-ID: <20040922111841.GA9943@aoi.wolfpond.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: gnome@freebsd.org cc: kde@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org cc: thinbsd@cogidis.com Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 11:18:45 -0000 On Wed, Sep 22, 2004 at 12:46:35PM +0200, Jose M Rodriguez wrote: > > After test FreeBSD-5.3-BETA5 + current ports, I'm very glad with how it's > worked out. > > But I'm not convince about how X11, gnome and kde works together. > > I've to develop a NetWS / Kiosk for a customer and need to work on this. > > Is anyone interested on that? > > My TODO List is now by that: [...] > - Plans to specific support for NetBooting. NetWS, XTerminals, Kiosk You should be interested in this little project then: http://www.thinbsd.org/ It is a FreeBSD-based system you can netboot and use as a X-terminal. It is still quite VIA-Epia centric but runs on more hardware nowadays, contrary to what the documentation says. I just haven't had enough time to rewrite it properly... -- Francois Tigeot From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 12:56:00 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 40DB116A4CE for ; Wed, 22 Sep 2004 12:56:00 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id F036A43D31 for ; Wed, 22 Sep 2004 12:55:58 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with ESMTP id i8MCtuEg044556 for ; Wed, 22 Sep 2004 14:55:57 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <4151765C.4030500@withagen.nl> Date: Wed, 22 Sep 2004 14:55:56 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Xorg and WRKDIRPREFIX 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, 22 Sep 2004 12:56:00 -0000 Hi, Just as an informational note, since I can work around it. Building Xorg with WRKDIRPREFIX=work-amd64-5.2.1 set, does not really work.... unsetting WRKDIRPREFIX builds in the regular workdir. log of outout appended. --WjW [/usr/ports/x11/xorg-libraries] root@opteron> make ===> Vulnerability check disabled, database not found ===> Extracting for xorg-libraries-6.7.0_2 >> Checksum OK for xorg/X11R6.7.0-src1.tar.gz. >> Checksum OK for xorg/X11R6.7.0-src3.tar.gz. >> Checksum OK for xorg/Wraphelp2.gz. /usr/bin/gunzip -f -c /usr/ports/distfiles/xorg/Wraphelp2.gz > work-amd64-5.2.1/home2/ports/x11/xorg-libraries/work/xc/lib/Xdmcp/Wraphelp.c ===> Patching for xorg-libraries-6.7.0_2 ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-FreeBSD.cf ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Imake.rules ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Imake.tmpl ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Library.tmpl ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-X11.rules ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-X11.tmpl ===> Applying FreeBSD patches for xorg-libraries-6.7.0_2 /bin/cp /home2/ports/x11/xorg-libraries/files/nls-Compose-microsoft-cp1251 work-amd64-5.2.1/home2/ports/x11/xorg-libraries/work/xc/nls/Compose/microsoft-cp1251 ===> xorg-libraries-6.7.0_2 depends on executable: imake - found ===> xorg-libraries-6.7.0_2 depends on shared library: freetype.9 - found ===> xorg-libraries-6.7.0_2 depends on shared library: fontconfig.1 - found ===> Configuring for xorg-libraries-6.7.0_2 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c if [ -n "" ] ; then /cc -E `./ccimake` -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; else touch imakemdep_cpp.h; fi cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap cd ./config/makedepend && make -f Makefile.proto bootstrap ./config/imake/imake -I./config/cf -s ./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap cd ./config/imake && make -f Makefile.proto bootstrapdepend cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap + mkdir bootstrap mv *.o bootstrap + mv imake bootstrap cd ./config/imake && make -f Makefile.proto imakeonly cc -O -g -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c imake.c rm -f imake cc -o imake -O -g -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef imake.o -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../exports/lib make xmakefile rm -f xmakefile ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=. rm -f ./config/imake/Makefile.proto work-amd64-5.2.1/home2/ports/x11/xorg-libraries/work/xc/config/imake/imake: not found *** Error code 127 Stop in /home2/ports/x11/xorg-libraries. From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 12:57:05 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 8D59B16A4CE; Wed, 22 Sep 2004 12:57:05 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BE043D46; Wed, 22 Sep 2004 12:57:04 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CA6g6-0005O3-00 Wed, 22 Sep 2004 14:56:58 +0200 Received: from [212.106.207.12] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CA6g6-0005N4-00 Wed, 22 Sep 2004 14:56:58 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8MCv1qO053650; Wed, 22 Sep 2004 14:57:02 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Wed, 22 Sep 2004 14:57:00 +0200 To: "Francois Tigeot" References: <20040922111841.GA9943@aoi.wolfpond.org> From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040922111841.GA9943@aoi.wolfpond.org> User-Agent: Opera M2/7.54 (FreeBSD, build 751) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.67 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: gnome@freebsd.org cc: kde@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 12:57:05 -0000 On Wed, 22 Sep 2004 13:18:41 +0200, Francois Tigeot wrote: > On Wed, Sep 22, 2004 at 12:46:35PM +0200, Jose M Rodriguez wrote: >> >> After test FreeBSD-5.3-BETA5 + current ports, I'm very glad with how >> it's >> worked out. >> >> But I'm not convince about how X11, gnome and kde works together. >> >> I've to develop a NetWS / Kiosk for a customer and need to work on this. >> >> Is anyone interested on that? >> >> My TODO List is now by that: > > [...] > >> - Plans to specific support for NetBooting. NetWS, XTerminals, Kiosk > > You should be interested in this little project then: > > http://www.thinbsd.org/ > Thanks for the point, but we are happy with our actual setup. EPIA MII servers (c3 1,2 GHz). EPIA VE500 Clients (now to ME600 and up). PXE Booting with shared /, /usr, /home FreeBSD 4.10 (going to 5.3) KDE 3.2.3 (going to 3.3), semi-kiosk setup. ... YP/NIS ... Our main problem is that we need to do some tweaks to FreeBSD that can go to ports and base. We prefer share them that making local patches. Our main objection is that x11, gnome and kde are heavy (and happy) maintained. Our ask is about comments, notes and approvals to: - patchs against src for /etc/rc.d/xdm and so. - patchs against xorg-clients (and sim) to move xinit/xdm config to /etc/X11 - patchs to get an uniform processing of Xresources, Xprofile, ... - patchs against gnome (mainly gdm) to share as much config as posible with X11 - patchs against kde (mainly kdm in kdebase) with same purpose. ... We think that the path form 5.3 to 5.4 maybe short. So we want work on this ASAP, but whithout interfering in 5.3 release cicle. > It is a FreeBSD-based system you can netboot and use as a X-terminal. > > It is still quite VIA-Epia centric but runs on more hardware nowadays, > contrary to what the documentation says. > I just haven't had enough time to rewrite it properly... > -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 13:03:15 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 B82E216A4CE; Wed, 22 Sep 2004 13:03:15 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0811B43D39; Wed, 22 Sep 2004 13:03:15 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 38C581674E8; Wed, 22 Sep 2004 15:03:13 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i8MD3B5K094335 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 22 Sep 2004 15:03:12 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-x11@freebsd.org Date: Wed, 22 Sep 2004 15:03:08 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1805224.eepsnG0JhH"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200409221503.10247.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: gnome@freebsd.org cc: kde@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 13:03:16 -0000 --nextPart1805224.eepsnG0JhH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 22 September 2004 12:46, Jose M Rodriguez wrote: > - Plans to work and standard FreeBSD way to X11 > =A0=A0=A0=A0=A0=A0=A0=A0+ An implementation guide common to x11/gnome/kde= (document -> > =A0=A0=A0=A0=A0=A0=A0=A0article | handbook) > - Plans to work on a FreeBSD 'feeling'. Same fonts, ... > + tweaks to apps-defaults, gnome and kde config. > + common process of resources. Xresources , Xmodmap, ... > - Plans to specific support easy thenmeing 'a la FreeBSD'. I'm rather sceptical about those. You need to remember that FreeBSD isn't a= =20 commercial linux distribution with their own art department and people who= =20 specialise in enforcing a common look'n'feel.=20 If this should really happen, we'd need more than just a few new scripts -= =20 we'd need a team of people dedicated to make it work, keep it working and=20 deal with the constant flaming of users that don't like the new common=20 look'n'feel. My own humble opinion is that it is probably more realistic to do those thi= ngs=20 in your specific project where you're in control anyway. Unifying the big=20 desktop environments is a big task, and so far I'm not aware of any project= =20 which managed to do it without more or less taking the look&feel of one and= =20 stomping it on the other (for example, Redhat went mostly for GNOME, SuSE=20 mostly went for KDE). > =A0=A0=A0=A0=A0=A0=A0=A0+ rcNG support for x11 > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xdm. =A0opera= tive and valid for gdm/kdm/xdm > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xfs? =A0we ne= ed a font server with libXFT trends? > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xserver. =A0X= server init for XDMCP (XTerminal) > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xinit. =A0Spe= cial init via xinit. Those things are probably doable. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1805224.eepsnG0JhH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBUXgOXhc68WspdLARAq7wAJwO3T1Vsu7Mkyl0m1mOkrXb9KbjWwCfV/MG CqynLjzuPhb59UjAFKVTDtA= =y8os -----END PGP SIGNATURE----- --nextPart1805224.eepsnG0JhH-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 13:03: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 B82E216A4CE; Wed, 22 Sep 2004 13:03:15 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0811B43D39; Wed, 22 Sep 2004 13:03:15 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 38C581674E8; Wed, 22 Sep 2004 15:03:13 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i8MD3B5K094335 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 22 Sep 2004 15:03:12 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-x11@freebsd.org Date: Wed, 22 Sep 2004 15:03:08 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1805224.eepsnG0JhH"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200409221503.10247.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: gnome@freebsd.org cc: kde@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 13:03:16 -0000 --nextPart1805224.eepsnG0JhH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 22 September 2004 12:46, Jose M Rodriguez wrote: > - Plans to work and standard FreeBSD way to X11 > =A0=A0=A0=A0=A0=A0=A0=A0+ An implementation guide common to x11/gnome/kde= (document -> > =A0=A0=A0=A0=A0=A0=A0=A0article | handbook) > - Plans to work on a FreeBSD 'feeling'. Same fonts, ... > + tweaks to apps-defaults, gnome and kde config. > + common process of resources. Xresources , Xmodmap, ... > - Plans to specific support easy thenmeing 'a la FreeBSD'. I'm rather sceptical about those. You need to remember that FreeBSD isn't a= =20 commercial linux distribution with their own art department and people who= =20 specialise in enforcing a common look'n'feel.=20 If this should really happen, we'd need more than just a few new scripts -= =20 we'd need a team of people dedicated to make it work, keep it working and=20 deal with the constant flaming of users that don't like the new common=20 look'n'feel. My own humble opinion is that it is probably more realistic to do those thi= ngs=20 in your specific project where you're in control anyway. Unifying the big=20 desktop environments is a big task, and so far I'm not aware of any project= =20 which managed to do it without more or less taking the look&feel of one and= =20 stomping it on the other (for example, Redhat went mostly for GNOME, SuSE=20 mostly went for KDE). > =A0=A0=A0=A0=A0=A0=A0=A0+ rcNG support for x11 > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xdm. =A0opera= tive and valid for gdm/kdm/xdm > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xfs? =A0we ne= ed a font server with libXFT trends? > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xserver. =A0X= server init for XDMCP (XTerminal) > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0* /etc/rc.d/xinit. =A0Spe= cial init via xinit. Those things are probably doable. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1805224.eepsnG0JhH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBUXgOXhc68WspdLARAq7wAJwO3T1Vsu7Mkyl0m1mOkrXb9KbjWwCfV/MG CqynLjzuPhb59UjAFKVTDtA= =y8os -----END PGP SIGNATURE----- --nextPart1805224.eepsnG0JhH-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 13:33:54 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 CF93C16A4CE; Wed, 22 Sep 2004 13:33:54 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510EA43D53; Wed, 22 Sep 2004 13:33:54 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CA7G5-000539-00 Wed, 22 Sep 2004 15:34:09 +0200 Received: from [212.106.207.12] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CA7G2-00052d-00 Wed, 22 Sep 2004 15:34:06 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8MDUfJA073252; Wed, 22 Sep 2004 15:30:42 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Wed, 22 Sep 2004 15:30:41 +0200 To: "Michael Nottebrock" , freebsd-x11@freebsd.org References: <200409221503.10247.michaelnottebrock@gmx.net> From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200409221503.10247.michaelnottebrock@gmx.net> User-Agent: Opera M2/7.54 (FreeBSD, build 751) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.67 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 13:33:55 -0000 On Wed, 22 Sep 2004 15:03:08 +0200, Michael Nottebrock wrote: > On Wednesday 22 September 2004 12:46, Jose M Rodriguez wrote: > >> - Plans to work and standard FreeBSD way to X11 >>         + An implementation guide common to x11/gnome/kde (document -> >>         article | handbook) >> - Plans to work on a FreeBSD 'feeling'. Same fonts, ... >> + tweaks to apps-defaults, gnome and kde config. >> + common process of resources. Xresources , Xmodmap, ... >> - Plans to specific support easy thenmeing 'a la FreeBSD'. > > I'm rather sceptical about those. You need to remember that FreeBSD > isn't a > commercial linux distribution with their own art department and people > who > specialise in enforcing a common look'n'feel. > I don't think so. And we doesn't have the resources of, let say, Mandrakesoft. Also, FreeBSD gnome, kde and x11 projects are, more o less, independent. > If this should really happen, we'd need more than just a few new scripts > - > we'd need a team of people dedicated to make it work, keep it working and > deal with the constant flaming of users that don't like the new common > look'n'feel. And, as we haven't a splendit car, we can't even walk. I'm talking about simple and reallistik thinks like: - Have a simple document about how xinit, xdm, and so must work. - What to put in ~/.login or /.profile, and what in ~/.xprofile - who to use ~/.xinitrc and know when gdm/kdm/xdm must use it. - Try to reuse the basic xinit/xdm config from gdm/kdm. - Try to get a real failsafe X login. - Try to get the same defaults colours and font on xterms ... > > My own humble opinion is that it is probably more realistic to do those > things > in your specific project where you're in control anyway. Unifying the big > desktop environments is a big task, and so far I'm not aware of any > project > which managed to do it without more or less taking the look&feel of one > and > stomping it on the other (for example, Redhat went mostly for GNOME, SuSE > mostly went for KDE). > Agree. This is not the point. >>         + rcNG support for x11 >>                 * /etc/rc.d/xdm.  operative and valid for gdm/kdm/xdm >>                 * /etc/rc.d/xfs?  we need a font server with libXFT >> trends? >>                 * /etc/rc.d/xserver.  Xserver init for XDMCP (XTerminal) >>                 * /etc/rc.d/xinit.  Special init via xinit. > > Those things are probably doable. > -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 14:43:28 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 C4EC216A4CE; Wed, 22 Sep 2004 14:43:28 +0000 (GMT) Received: from www.heimat.gr.jp (catv-118-241.tees.ne.jp [203.141.118.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036F043D31; Wed, 22 Sep 2004 14:43:28 +0000 (GMT) (envelope-from nakaji@tutrp.tut.ac.jp) Received: from xa12.heimat.gr.jp (xa12.heimat.gr.jp [202.216.136.35]) by www.heimat.gr.jp (8.12.11/8.12.11) with ESMTP id i8MEhMGH053827; Wed, 22 Sep 2004 23:43:22 +0900 (JST) (envelope-from nakaji@tutrp.tut.ac.jp) Sender: nakaji@tutrp.tut.ac.jp To: Dejan Lesjak References: <200409211646.55117.dejan.lesjak@ijs.si> From: NAKAJI Hiroyuki MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Date: Wed, 22 Sep 2004 23:43:22 +0900 In-Reply-To: <200409211646.55117.dejan.lesjak@ijs.si> (Dejan Lesjak's message of "Tue, 21 Sep 2004 16:46:54 +0200") Message-ID: <864qlqpdo5.fsf@xa12.heimat.gr.jp> User-Agent: T-gnus/6.17.3 (based on No Gnus v0.3) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) cc: freebsd-gnats-submit@freebsd.org cc: x11@freebsd.org Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 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, 22 Sep 2004 14:43:29 -0000 My keyboard problem has gone. Thanks! -- NAKAJI Hiroyuki From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 14:50: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 ADE7616A4CE for ; Wed, 22 Sep 2004 14:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE7043D1D for ; Wed, 22 Sep 2004 14:50: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 i8MEoTJI079907 for ; Wed, 22 Sep 2004 14:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8MEoTDn079906; Wed, 22 Sep 2004 14:50:29 GMT (envelope-from gnats) Date: Wed, 22 Sep 2004 14:50:29 GMT Message-Id: <200409221450.i8MEoTDn079906@freefall.freebsd.org> To: x11@FreeBSD.org From: NAKAJI Hiroyuki Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: NAKAJI Hiroyuki List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 14:50:29 -0000 The following reply was made to PR ports/71937; it has been noted by GNATS. From: NAKAJI Hiroyuki To: Dejan Lesjak Cc: freebsd-gnats-submit@freebsd.org, x11@freebsd.org Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 Date: Wed, 22 Sep 2004 23:43:22 +0900 My keyboard problem has gone. Thanks! -- NAKAJI Hiroyuki From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 17:54: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 3D9FB16A4D0 for ; Wed, 22 Sep 2004 17:54:58 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E5A43D41 for ; Wed, 22 Sep 2004 17:54:57 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so2698602rnl for ; Wed, 22 Sep 2004 10:54:57 -0700 (PDT) Received: by 10.38.99.13 with SMTP id w13mr5135546rnb; Wed, 22 Sep 2004 10:54:33 -0700 (PDT) Received: by 10.38.75.49 with HTTP; Wed, 22 Sep 2004 10:54:33 -0700 (PDT) Message-ID: <790a9fff040922105436d139f6@mail.gmail.com> Date: Wed, 22 Sep 2004 12:54:33 -0500 From: Scot Hetzel To: Jose M Rodriguez In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040922111841.GA9943@aoi.wolfpond.org> cc: gnome@freebsd.org cc: x11@freebsd.org cc: kde@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 17:54:58 -0000 On Wed, 22 Sep 2004 14:57:00 +0200, Jose M Rodriguez wrote: > Our main problem is that we need to do some tweaks to FreeBSD that > can go to ports and base. We prefer share them that making local patches. > > Our main objection is that x11, gnome and kde are heavy (and happy) > maintained. > > Our ask is about comments, notes and approvals to: > > - patchs against src for /etc/rc.d/xdm and so. > - patchs against xorg-clients (and sim) to move xinit/xdm config to > /etc/X11 The rc.d scripts would still need to be installed into ${PREFIX}/etc/rc.d You should ask on the ports mailing list as these changes would affect more than just 5.3+ and -CURRENT. From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 18:21:48 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 0FC9A16A4CE; Wed, 22 Sep 2004 18:21:48 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507EF43D58; Wed, 22 Sep 2004 18:21:47 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) i8MILAWd051660; Wed, 22 Sep 2004 14:21:11 -0400 (EDT) (envelope-from marcus@marcuscom.com) Message-ID: <4151C2B8.2020707@marcuscom.com> Date: Wed, 22 Sep 2004 14:21:44 -0400 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose M Rodriguez References: In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: gnome@freebsd.org cc: kde@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 18:21:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jose M Rodriguez wrote: | | Hi, | | After test FreeBSD-5.3-BETA5 + current ports, I'm very glad with how | it's worked out. | | But I'm not convince about how X11, gnome and kde works together. | | I've to develop a NetWS / Kiosk for a customer and need to work on this. GNOME has been adding quite a few lock-down features to aid in these types of deployments. I would be very interested in knowing how they work out for you. | | Is anyone interested on that? I have always thought FreeBSD needed for desktop loving. I would be interested in helping with any project that makes FreeBSD more desktop-friendly. | | My TODO List is now by that: | | - Plans for moving/merging X11 config form /usr/X11R6/lib/X11/ to | /etc/X11/ | + seems to be most Linux/Unix trends | + easier WS setup. This is a mistake, IMHO. FreeBSD's model is not to put ports configuration files in /etc. In fact, the PAM files in /etc/pam.d now are rumored to me moving out to ${LOCALBASE} and ${X11BASE}. | | - Plans to work and standard FreeBSD way to X11 | + An implementation guide common to x11/gnome/kde (document -> | article | handbook) | + FreeBSD specific support for xinit/xdm config (~/.xinitrc ...) | + rcNG support for x11 | * /etc/rc.d/xdm. operative and valid for gdm/kdm/xdm | * /etc/rc.d/xfs? we need a font server with libXFT trends? | * /etc/rc.d/xserver. Xserver init for XDMCP (XTerminal) | * /etc/rc.d/xinit. Special init via xinit. I have a patch for rcNG support for gdm that will be going in after the freeze. | | - Plans to work on a FreeBSD 'feeling'. Same fonts, ... | + tweaks to apps-defaults, gnome and kde config. | + common process of resources. Xresources , Xmodmap, ... | | - Plans to specific support for NetBooting. NetWS, XTerminals, Kiosk | | - Plans to specific support easy thenmeing 'a la FreeBSD'. This sounds like a good project in and of itself (i.e. FreeBSD Desktop Project). Joe | | Any sugestion on this is welcome. | | -- | josemi | - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBUcK3b2iPiv4Uz4cRArgWAJ4rJYgRbcexKl/gCSbwzHD6SqXDFQCghOFY FYsKpvKeokyODOtJUE9NuWs= =BcG4 -----END PGP SIGNATURE----- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 18:43:04 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 8584516A4CE; Wed, 22 Sep 2004 18:43:04 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B445F43D48; Wed, 22 Sep 2004 18:43:03 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CAC4v-0001ZQ-00 Wed, 22 Sep 2004 20:42:57 +0200 Received: from [212.106.207.12] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CAC4v-0001ZD-00 Wed, 22 Sep 2004 20:42:57 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8MIh0JI025747; Wed, 22 Sep 2004 20:43:00 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Wed, 22 Sep 2004 20:42:59 +0200 To: "Scot Hetzel" References: <20040922111841.GA9943@aoi.wolfpond.org> <790a9fff040922105436d139f6@mail.gmail.com> From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <790a9fff040922105436d139f6@mail.gmail.com> User-Agent: Opera M2/7.60 (FreeBSD, build 793) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.67 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: gnome@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 18:43:04 -0000 On Wed, 22 Sep 2004 12:54:33 -0500, Scot Hetzel wrote: > On Wed, 22 Sep 2004 14:57:00 +0200, Jose M Rodriguez > wrote: >> Our main problem is that we need to do some tweaks to FreeBSD that >> can go to ports and base. We prefer share them that making local >> patches. >> >> Our main objection is that x11, gnome and kde are heavy (and happy) >> maintained. >> >> Our ask is about comments, notes and approvals to: >> >> - patchs against src for /etc/rc.d/xdm and so. >> - patchs against xorg-clients (and sim) to move xinit/xdm config to >> /etc/X11 > > The rc.d scripts would still need to be installed into ${PREFIX}/etc/rc.d > No. I'm talking about /usr/src/etc/rc.d/xdm This script is inherit from NetBSD rcNG, but is not active on FreeBSD. I think is a better option that: ${PREFIX}/etc/rc.d{gdm.sh|kdm.sh|xdm.sh} And more in the way of launch xdm/kdm from init via /etc/ttys So, any "xdm" you choose, allways make the config on /etc - via /etc/ttys -> classic FreeBSD method to launch xdm/kdm - via /etc/rc.conf -> new method I want to try /etc/defaults/rc.conf + xdm_enble="NO" + xdm_program="/usr/X11R6/bin/xdm" /etc/rc.conf (xdm) xdm_enable="YES" /etc/rc.conf (gdm) xdm_program="/usr/X11R6/bin/gdm" xdm_enable="YES" ... > You should ask on the ports mailing list as these changes would affect > more than just 5.3+ and -CURRENT. > Yes, of course. But I want some ack that maybe possible. I no issues by x11 and gnome, my initial workplan about this is: - make /etc/rc.d/xdm usable on CURRENT - convert gdm2 ${PREFIX}/etc/rc.d/gdm.sh.sample in a rcNG gdm.sh script - make gdm2 depend on sysutils/rc_subr on non 5.x systems - after some point of CURRENT/RELENG_5, use xdm_enable instead of gdm_enable - in the same moment or afer that make gmd2 not install ${PREFIX}/etc/rc.d/gdm.sh Any comments about that are welcome Also, on making this or other script capable of launch a Xserver for XDMCP (Xterminal). -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Wed Sep 22 18:58: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 4ED8316A4CE for ; Wed, 22 Sep 2004 18:58:35 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C06F743D53 for ; Wed, 22 Sep 2004 18:58:34 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CACJx-0002DQ-00 Wed, 22 Sep 2004 20:58:29 +0200 Received: from [212.106.207.12] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CACJw-0002DE-00 Wed, 22 Sep 2004 20:58:28 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8MIwWNe045647; Wed, 22 Sep 2004 20:58:32 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Wed, 22 Sep 2004 20:58:31 +0200 To: "Joe Marcus Clarke" References: <4151C2B8.2020707@marcuscom.com> From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <4151C2B8.2020707@marcuscom.com> User-Agent: Opera M2/7.60 (FreeBSD, build 793) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.67 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: x11@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 22 Sep 2004 18:58:35 -0000 On Wed, 22 Sep 2004 14:21:44 -0400, Joe Marcus Clarke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jose M Rodriguez wrote: > | > | Hi, > | > | After test FreeBSD-5.3-BETA5 + current ports, I'm very glad with how > | it's worked out. > | > | But I'm not convince about how X11, gnome and kde works together. > | > | I've to develop a NetWS / Kiosk for a customer and need to work on > this. > > GNOME has been adding quite a few lock-down features to aid in these > types of deployments. I would be very interested in knowing how they > work out for you. First giving some help at request. I'm pretty familiar KDE, but and sporadic gnome user. > > | > | Is anyone interested on that? > > I have always thought FreeBSD needed for desktop loving. I would be > interested in helping with any project that makes FreeBSD more > desktop-friendly. > > | > | My TODO List is now by that: > | > | - Plans for moving/merging X11 config form /usr/X11R6/lib/X11/ to > | /etc/X11/ > | + seems to be most Linux/Unix trends > | + easier WS setup. > > This is a mistake, IMHO. FreeBSD's model is not to put ports > configuration files in /etc. In fact, the PAM files in /etc/pam.d now > are rumored to me moving out to ${LOCALBASE} and ${X11BASE}. > As a general rule, I agree, but for sharing /usr ia a little nigthmare. Taking XINITDIR and XDMDIR from ${PREFIX}/lib/X11 to /etc/X11 is not so bad idea. I'm not so sure about other thinks that live under ${PREFIX}/lib/X11/ I think having Xorg, XDM and xinit conf, Xresources ... under /etc/X11/ is really a good idea. > | > | - Plans to work and standard FreeBSD way to X11 > | + An implementation guide common to x11/gnome/kde (document -> > | article | handbook) > | + FreeBSD specific support for xinit/xdm config (~/.xinitrc ...) > | + rcNG support for x11 > | * /etc/rc.d/xdm. operative and valid for gdm/kdm/xdm > | * /etc/rc.d/xfs? we need a font server with libXFT trends? > | * /etc/rc.d/xserver. Xserver init for XDMCP (XTerminal) > | * /etc/rc.d/xinit. Special init via xinit. > > I have a patch for rcNG support for gdm that will be going in after the > freeze. > I just made a post on this. I think that making /etc/rc.d/xdm operative is a better idea. > | > | - Plans to work on a FreeBSD 'feeling'. Same fonts, ... > | + tweaks to apps-defaults, gnome and kde config. > | + common process of resources. Xresources , Xmodmap, ... > | > | - Plans to specific support for NetBooting. NetWS, XTerminals, Kiosk > | > | - Plans to specific support easy thenmeing 'a la FreeBSD'. > > This sounds like a good project in and of itself (i.e. FreeBSD Desktop > Project). > > Joe > Thanks for your comments, -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Thu Sep 23 15:51: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 B4BF316A4CE; Thu, 23 Sep 2004 15:51:21 +0000 (GMT) Received: from maxlor.mine.nu (c-213-160-32-54.customer.ggaweb.ch [213.160.32.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBBD43D2F; Thu, 23 Sep 2004 15:51:21 +0000 (GMT) (envelope-from benlutz@datacomm.ch) Received: from localhost (localhost [127.0.0.1]) by maxlor.mine.nu (Postfix) with ESMTP id 5317F20B; Thu, 23 Sep 2004 17:51:19 +0200 (CEST) Received: from maxlor.mine.nu ([127.0.0.1]) by localhost (midgard [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88253-04; Thu, 23 Sep 2004 17:51:18 +0200 (CEST) Received: from merlin.intranet (merlin.intranet [10.0.0.16]) by maxlor.mine.nu (Postfix) with SMTP id 7243CCF; Thu, 23 Sep 2004 17:51:18 +0200 (CEST) Date: Thu, 23 Sep 2004 17:51:17 +0200 From: Benjamin Lutz To: "Jose M Rodriguez" Message-Id: <20040923175117.41f013c5.benlutz@datacomm.ch> In-Reply-To: References: <20040922111841.GA9943@aoi.wolfpond.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn." X-Virus-Scanned: by amavisd-new at maxlor.mine.nu cc: gnome@freebsd.org cc: x11@freebsd.org cc: kde@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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, 23 Sep 2004 15:51:22 -0000 --Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn. Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit Hello, > Our ask is about comments, notes and approvals to: > > - patchs against src for /etc/rc.d/xdm and so. I would really like this. rcNG has greaty simplyfied many things, and the /etc/ttys way of starting display managers is unintuitive. > - patchs against xorg-clients (and sim) to move xinit/xdm config to > /etc/X11 Hm... I really like FreeBSD's way of keeping / as clean as possible, only adding 3rd party files to /usr/X11R6 an /usr/local. What about /usr/X11R6/etc? Btw, this is one area where I think it's a bad idea to emulate Linux, most Linux's /etc dirs are a mess. > - patchs to get an uniform processing of Xresources, Xprofile, ... Sounds good, but what exactly are you planning to change? > - patchs against gnome (mainly gdm) to share as much config as posible > with X11 > - patchs against kde (mainly kdm in kdebase) with same purpose. Isn't this what freedesktop is doing anyway? If you can get Gnome and KDE to accept your patches, that's great. If it means maintaining (yet another) FreeBSD-specific set of Gnome and KDE patches, I don't think that's a good idea. As for making KDE and Gnome into more of a "FreeBSD Desktop" (you've mentioned themes), I think it's a great idea. However, I'm sure I'm not the only one who likes the fact that FreeBSD provides the "vanilla version" of those two Desktop Environments, as opposed, for example, to the heavily modified KDE that SuSE ships. So may I suggest that you make your efforts here optional? Something like this maybe: cd /usr/ports/x11/kde; make install # Installs "FreeBSD Desktop" cd /usr/ports/x11/kde; make install -DWITH_VANILLA # Installs Vanilla KDE Benjamin --Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn. Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBUvD4gShs4qbRdeQRAlc7AJ4mYWtPPAs9IXQ6vjACeFCncG1XYQCggNh3 LqIX+t+sUJYc2KOw2ld4uS4= =y7ub -----END PGP SIGNATURE----- --Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn.-- From owner-freebsd-x11@FreeBSD.ORG Thu Sep 23 16:23:10 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 88DA716A4CE; Thu, 23 Sep 2004 16:23:10 +0000 (GMT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3033443D5C; Thu, 23 Sep 2004 16:23:10 +0000 (GMT) (envelope-from andy@athame.co.uk) Received: from vimes.int.athame.co.uk ([192.168.1.3]) by hex.athame.co.uk with esmtp (Exim 4.42 (FreeBSD)) id 1CAWN8-0002vY-DT; Thu, 23 Sep 2004 19:23:06 +0300 From: Andy Fawcett Organization: Being Lazy At Home (BLAH!) To: kde-freebsd@freebsd.kde.org Date: Thu, 23 Sep 2004 19:23:17 +0300 User-Agent: KMail/1.7 References: <20040923175117.41f013c5.benlutz@datacomm.ch> In-Reply-To: <20040923175117.41f013c5.benlutz@datacomm.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409231923.19210.andy@athame.co.uk> cc: kde@freebsd.org cc: current@freebsd.org cc: gnome@freebsd.org cc: x11@freebsd.org cc: Benjamin Lutz Subject: Re: [kde-freebsd] Re: Plans for after FreeBSD-5.3-RELEASE. 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, 23 Sep 2004 16:23:10 -0000 On Thursday 23 September 2004 18:51, Benjamin Lutz wrote: > Something like this maybe: > > cd /usr/ports/x11/kde; make install # Installs "FreeBSD Desktop" > > cd /usr/ports/x11/kde; make install -DWITH_VANILLA # Installs Vanilla > KDE _if_ kde@ decide to go along with it, I think the default should be vanilla, not the other way round. One of the comments we hear most when people first come to FreeBSD and KDE is that they much prefer the way we do not modify the KDE installation very far from the default KDE ships with. Andy (just one of kde@) -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-x11@FreeBSD.ORG Fri Sep 24 05:18:11 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 5EF0F16A4CE; Fri, 24 Sep 2004 05:18:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB3743D2F; Fri, 24 Sep 2004 05:18:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8O5IB1m035097; Fri, 24 Sep 2004 05:18:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8O5IBVk035093; Fri, 24 Sep 2004 05:18:11 GMT (envelope-from linimon) Date: Fri, 24 Sep 2004 05:18:11 GMT From: Mark Linimon Message-Id: <200409240518.i8O5IBVk035093@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-x11@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71747: xorg-clients broken 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: Fri, 24 Sep 2004 05:18:11 -0000 Synopsis: xorg-clients broken Responsible-Changed-From-To: freebsd-x11->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 24 05:17:58 GMT 2004 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=71747 From owner-freebsd-x11@FreeBSD.ORG Fri Sep 24 05:18:11 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 5EF0F16A4CE; Fri, 24 Sep 2004 05:18:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB3743D2F; Fri, 24 Sep 2004 05:18:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8O5IB1m035097; Fri, 24 Sep 2004 05:18:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8O5IBVk035093; Fri, 24 Sep 2004 05:18:11 GMT (envelope-from linimon) Date: Fri, 24 Sep 2004 05:18:11 GMT From: Mark Linimon Message-Id: <200409240518.i8O5IBVk035093@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-x11@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/71747: xorg-clients broken 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: Fri, 24 Sep 2004 05:18:11 -0000 Synopsis: xorg-clients broken Responsible-Changed-From-To: freebsd-x11->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 24 05:17:58 GMT 2004 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=71747 From owner-freebsd-x11@FreeBSD.ORG Fri Sep 24 06:51: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 4607716A4CE for ; Fri, 24 Sep 2004 06:51:17 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911EA43D2D for ; Fri, 24 Sep 2004 06:51:16 +0000 (GMT) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CAjvH-0005Z3-00 for ; Fri, 24 Sep 2004 08:51:15 +0200 Received: from dhcp193.ifado.de ([195.253.22.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2004 08:51:15 +0200 Received: from wb by dhcp193.ifado.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2004 08:51:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: "Wilhelm B. Kloke" Date: Thu, 23 Sep 2004 16:18:47 +0000 (UTC) Organization: InstArbPhysUniDo Lines: 17 Message-ID: References: <20040922111841.GA9943@aoi.wolfpond.org> <20040923175117.41f013c5.benlutz__7263.99958734891$1095954768$gmane$org@datacomm.ch> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dhcp193.ifado.de User-Agent: slrn/0.9.8.0 (FreeBSD) Cache-Post-Path: vestein!unknown@yorikke X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Sender: news Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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: Fri, 24 Sep 2004 06:51:17 -0000 Benjamin Lutz schrieb: > --Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn. > Content-Type: text/plain; charset=US-ASCII > Content-Disposition: inline > Content-Transfer-Encoding: 7bit > > Hm... I really like FreeBSD's way of keeping / as clean as possible, only > adding 3rd party files to /usr/X11R6 an /usr/local. What about > /usr/X11R6/etc? Btw, this is one area where I think it's a bad idea to > emulate Linux, most Linux's /etc dirs are a mess. I like /etc/X11. If you have problem putting it into root fs, make a symlink, to /usr/X11R6/etc, perhaps. -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 From owner-freebsd-x11@FreeBSD.ORG Fri Sep 24 07:43:57 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 B583716A4CE; Fri, 24 Sep 2004 07:43:57 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7410C43D2D; Fri, 24 Sep 2004 07:43:57 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id CBCAD392C; Fri, 24 Sep 2004 09:44:32 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id D2EFCB85E; Fri, 24 Sep 2004 09:43:50 +0200 (CEST) To: "Jose M Rodriguez" References: <20040922111841.GA9943@aoi.wolfpond.org> <790a9fff040922105436d139f6@mail.gmail.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 24 Sep 2004 09:43:50 +0200 In-Reply-To: (Jose M. Rodriguez's message of "Wed, 22 Sep 2004 20:42:59 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: gnome@freebsd.org cc: Scot Hetzel cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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: Fri, 24 Sep 2004 07:43:57 -0000 "Jose M Rodriguez" writes: No. I'm talking about /usr/src/etc/rc.d/xdm > > This script is inherit from NetBSD rcNG, but is not active on FreeBSD. FreeBSD doesn't need it. Read /etc/ttys. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-x11@FreeBSD.ORG Fri Sep 24 13:44: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 21B8C16A4CE for ; Fri, 24 Sep 2004 13:44:45 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8143B43D48 for ; Fri, 24 Sep 2004 13:44:44 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CAqNg-0008AQ-00 Fri, 24 Sep 2004 15:45:00 +0200 Received: from [212.106.252.44] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CAqNg-00089v-00 Fri, 24 Sep 2004 15:45:00 +0200 Received: from localhost.redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i8ODifBT001268; Fri, 24 Sep 2004 15:44:42 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Date: Fri, 24 Sep 2004 15:44:41 +0200 To: "Wilhelm B. Kloke" , freebsd-x11@freebsd.org References: <20040922111841.GA9943@aoi.wolfpond.org> <20040923175117.41f013c5.benlutz__7263.99958734891$1095954768$gmane$org@datacomm.ch> From: "Jose M Rodriguez" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 751) X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.11; VDF 6.27.0.70 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: Re: Plans for after FreeBSD-5.3-RELEASE. 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: Fri, 24 Sep 2004 13:44:45 -0000 On Thu, 23 Sep 2004 16:18:47 +0000 (UTC), Wilhelm B. Kloke wrote: > Benjamin Lutz schrieb: >> --Signature=_Thu__23_Sep_2004_17_51_17_+0200_TSTaLGHjR/VddFn. >> Content-Type: text/plain; charset=US-ASCII >> Content-Disposition: inline >> Content-Transfer-Encoding: 7bit >> >> Hm... I really like FreeBSD's way of keeping / as clean as possible, >> only >> adding 3rd party files to /usr/X11R6 an /usr/local. What about >> /usr/X11R6/etc? Btw, this is one area where I think it's a bad idea to >> emulate Linux, most Linux's /etc dirs are a mess. > > I like /etc/X11. If you have problem putting it into root fs, make a > symlink, > to /usr/X11R6/etc, perhaps. No. /usr/X11R6/etc is where config of things like gnome lives. I doesn't have any initial idea about touching this. X11 (Xorg/Xfree86) config used to live under /usr/X11R6/lib/X11 (LIBDIR). I'm talking only about take xinit/startx and xdm config from under ${LIBDIR} to under /etc/X11. This is a common use on most unix, even on NetBSD Current. -- josemi -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ From owner-freebsd-x11@FreeBSD.ORG Sat Sep 25 00:20:30 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 D7F5F16A4D0 for ; Sat, 25 Sep 2004 00:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D0D43D2D for ; Sat, 25 Sep 2004 00:20: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 i8P0KUEg003609 for ; Sat, 25 Sep 2004 00:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8P0KUSg003608; Sat, 25 Sep 2004 00:20:30 GMT (envelope-from gnats) Date: Sat, 25 Sep 2004 00:20:30 GMT Message-Id: <200409250020.i8P0KUSg003608@freefall.freebsd.org> To: x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 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: Sat, 25 Sep 2004 00:20:31 -0000 The following reply was made to PR ports/71937; it has been noted by GNATS. From: Dejan Lesjak To: NAKAJI Hiroyuki Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/71937: x11-servers/XFree86-4-Server has keyboard problem on pc98 Date: Sat, 25 Sep 2004 02:17:51 +0200 That won't be necesarry, but thanks. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 25 01:51:18 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 F3C9D16A4CE; Sat, 25 Sep 2004 01:51:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D368E43D46; Sat, 25 Sep 2004 01:51:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8P1pHwC013182; Sat, 25 Sep 2004 01:51:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8P1pHa0013178; Sat, 25 Sep 2004 01:51:17 GMT (envelope-from linimon) Date: Sat, 25 Sep 2004 01:51:17 GMT From: Mark Linimon Message-Id: <200409250151.i8P1pHa0013178@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/72063: Xorg-6.7.0 and Matrox mystique card 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: Sat, 25 Sep 2004 01:51:18 -0000 Synopsis: Xorg-6.7.0 and Matrox mystique card Responsible-Changed-From-To: freebsd-ports-bugs->x11 Responsible-Changed-By: linimon Responsible-Changed-When: Sat Sep 25 01:50:32 GMT 2004 Responsible-Changed-Why: Over to maintainer(s) to decide whether or not this is our bug of instead should be reported to X.org. http://www.freebsd.org/cgi/query-pr.cgi?pr=72063 From owner-freebsd-x11@FreeBSD.ORG Sat Sep 25 12:36:13 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 1FB1D16A4CE; Sat, 25 Sep 2004 12:36:13 +0000 (GMT) Received: from kraid.nerim.net (smtp-106-saturday.nerim.net [62.4.16.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406EE43D31; Sat, 25 Sep 2004 12:36:12 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from nerim.net (cbuisson.net1.nerim.net [213.41.135.238]) by kraid.nerim.net (Postfix) with ESMTP id 9EDA141941; Sat, 25 Sep 2004 14:36:09 +0200 (CEST) Message-ID: <41556639.1080104@nerim.net> Date: Sat, 25 Sep 2004 14:36:09 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jochen Gensch References: <4155575F.4010605@gmx.de> In-Reply-To: <4155575F.4010605@gmx.de> Content-Type: multipart/mixed; boundary="------------080508050803000300010405" cc: freebsd-x11@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: Keyboard localisation broken under xorg 6.7? 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: Sat, 25 Sep 2004 12:36:13 -0000 This is a multi-part message in MIME format. --------------080508050803000300010405 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jochen Gensch wrote: > Hi, > > since I have upgraded to xorg 6.7 and FBSD 5.3 there is a problem with > my keyboard language. I cannot change it from the default. When trying > to run xorgconfig, it shows an error message that goes: > > XKB rules file '/usr/X11R6/lib/X11/xkb/rules/' not found > > Any clues? > There is a bug in: programs/Xserver/hw/xfree86/xf86config/xorgconfig.c Try adding the attached patch to the xorg-server port. It works for me. > Cheers, Jochen > Claude Buisson PS: cc'ed freebsd-x11, as it may be of interest here. --------------080508050803000300010405 Content-Type: text/plain; name="patch-xorgconfig.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-xorgconfig.c" --- programs/Xserver/hw/xfree86/xf86config/xorgconfig.c.orig Fri Apr 2 23:47:33 2004 +++ programs/Xserver/hw/xfree86/xf86config/xorgconfig.c Mon Aug 16 19:21:04 2004 @@ -706,7 +706,7 @@ rulesfile = XKB_RULES_DIR "/xfree98"; #else config_xkbrules = __XKBDEFRULES__; /* static */ - rulesfile = XKB_RULES_DIR "/"; + rulesfile = XKB_RULES_DIR "/xorg"; #endif rules = XkbRF_Load(rulesfile, "", True, False); --------------080508050803000300010405-- From owner-freebsd-x11@FreeBSD.ORG Sat Sep 25 13:05:26 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 12C0816A4CE for ; Sat, 25 Sep 2004 13:05:26 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EBEC243D2F for ; Sat, 25 Sep 2004 13:05:24 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 30725 invoked by uid 65534); 25 Sep 2004 13:05:24 -0000 Received: from p5089F73B.dip.t-dialin.net (EHLO ms.homeip.net) (80.137.247.59) by mail.gmx.net (mp017) with SMTP; 25 Sep 2004 15:05:24 +0200 X-Authenticated: #15946415 Received: from [10.0.0.101] (helo=[10.0.0.101]) by ms.homeip.net with asmtp (TLSv1:AES256-SHA:256) id 1CBCEu-000L3s-La; Sat, 25 Sep 2004 15:05:24 +0200 Message-ID: <41556D06.7070205@gmx.de> Date: Sat, 25 Sep 2004 15:05:10 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Claude Buisson , freebsd-current@freebsd.org, freebsd-x11@freebsd.org References: <4155575F.4010605@gmx.de> <41556639.1080104@nerim.net> In-Reply-To: <41556639.1080104@nerim.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Keyboard localisation broken under xorg 6.7? 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: Sat, 25 Sep 2004 13:05:26 -0000 Claude Buisson wrote: > There is a bug in: > > programs/Xserver/hw/xfree86/xf86config/xorgconfig.c I don't have that file. Does anyone know, if this is fixed in xorg 6.8? I will compile that one, once it is in the ports... Jochen