From owner-freebsd-x11@FreeBSD.ORG Sun May 9 23:44: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 C249316A4CE; Sun, 9 May 2004 23:44:39 -0700 (PDT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5788043D4C; Sun, 9 May 2004 23:44:38 -0700 (PDT) (envelope-from dejan.lesjak@guest.arnes.si) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id C12B326D809; Mon, 10 May 2004 08:45:25 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 95667-08; Mon, 10 May 2004 08:45:25 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by avs2.arnes.si (Postfix) with ESMTP id 43D8526D796; Mon, 10 May 2004 08:45:24 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 10 May 2004 08:44:35 +0200 User-Agent: KMail/1.6.2 References: <20040506110926.GA57750@xor.obsecurity.org> <200405061445.31272.michaelnottebrock@gmx.net> <1083849343.933.127.camel@tl.kom.tuwien.ac.at> In-Reply-To: <1083849343.933.127.camel@tl.kom.tuwien.ac.at> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405100844.35780.dejan.lesjak@guest.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si cc: Tilman Linneweh cc: Kris Kennaway Subject: Re: FYI 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, 10 May 2004 06:44:39 -0000 On Thursday 06 of May 2004 15:15, Tilman Linneweh wrote: > Am Do, den 06.05.2004 schrieb Michael Nottebrock um 14:45: > > On Thursday 06 May 2004 13:09, Kris Kennaway wrote: > > > I've been hacking on XFree86 4.4.0 in my spare time..so far I have > > > imake-4 and -libraries updated, and -servers almost done. > > > > There's been a different attempt going on here: > > http://www.ijs.si/software/freebsd-local/cvsweb.cgi (posted to this list, > > too). Perhaps this will be helpful. > > Hm, I pointed that out to kris on IRC yesterday, but either he did not > read his log, or had some problems with them. Well anyway, the URL to > the latest (i think) tarball is here: > http://www.ijs.si/software/stuff/xfree44-ports_20040417c.tar.gz The latest is now here: http://www.ijs.si/software/stuff/xfree44-ports_20040510.tar.gz > And someone asked for a TODO list, here is a posting from Dejan with > open problems > http://lists.freebsd.org/pipermail/freebsd-x11/2004-April/000247.html I've changed things a bit so that configuration of xdm installs now in subdirectory 'default' and copies files to real location if they don't exist already (similar to kdm). As for the file SecurityPolicy: each of ports that installed it, now installs SecurityPolicy.default- where foo is Server, NestServer and VFBServer according to the port and copy it to SecurityPolicy if that doesn't exist. They don't remove SecurityPolicy upon deinstall as it could be needed by one of the other port. I hope this helps with upgrading ports and/or with X.org ports. It should at least solve ports/56487 as far as I understand. Dejan