From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 10:59:58 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40268C55 for ; Mon, 30 Dec 2013 10:59:58 +0000 (UTC) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 84B2B1FAD for ; Mon, 30 Dec 2013 10:59:57 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131230105949.SAWK15161.viefep23-int.chello.at@edge02.upcmail.net>; Mon, 30 Dec 2013 11:59:49 +0100 Received: from crashalot.rainbow-runner.nl ([95.96.229.21]) by edge02.upcmail.net with edge id 7mzn1n01P0ULilr02mzpd4; Mon, 30 Dec 2013 11:59:49 +0100 X-SourceIP: 95.96.229.21 Message-ID: <52C1518F.5050700@rainbow-runner.nl> Date: Mon, 30 Dec 2013 11:57:19 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Boris Samorodov , freebsd-x11@freebsd.org Subject: Re: xorg-server install References: <52C077B0.2020403@netfence.it> <52C122EC.7080704@passap.ru> <52C126C4.3090501@passap.ru> In-Reply-To: <52C126C4.3090501@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 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, 30 Dec 2013 10:59:58 -0000 On 12/30/13 08:54, Boris Samorodov wrote: > 30.12.2013 11:38, Boris Samorodov пишет: >> 29.12.2013 23:27, Andrea Venturoli пишет: > >>> I tried your patch and I was able to install xorg-server again. > >> OK, nobody complained at x11@ (anybody?) so far. I think I'll commit >> the fix. > > OK, this is an obvious fix. But I don't like to break someone's patches. > So, would anybody complain if I commit this patch (add a space after > @comment): Approved, and this would probaly be my fault :) > ----- > Index: x11-servers/xorg-server/Makefile > =================================================================== > --- x11-servers/xorg-server/Makefile (revision 337683) > +++ x11-servers/xorg-server/Makefile (working copy) > @@ -111,7 +111,7 @@ > PLIST_SUB+= SUID="" > .else > CONFIGURE_ARGS+=--enable-install-setuid=no > -PLIST_SUB+= SUID="@comment" > +PLIST_SUB+= SUID="@comment " > .endif > > .if ${ARCH} == i386 > ----- >