From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 07:54:55 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 E3F78199 for ; Mon, 30 Dec 2013 07:54:55 +0000 (UTC) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97C85113D for ; Mon, 30 Dec 2013 07:54:55 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward13.mail.yandex.net (Yandex) with ESMTP id 5D9B2140321 for ; Mon, 30 Dec 2013 11:54:45 +0400 (MSK) Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 3BF721B60212 for ; Mon, 30 Dec 2013 11:54:45 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id RraEWxRfa2-siF8Y3To; Mon, 30 Dec 2013 11:54:44 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 61c57245-1435-476d-af3f-dd46fa0e0103 Message-ID: <52C126C4.3090501@passap.ru> Date: Mon, 30 Dec 2013 11:54:44 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: xorg-server install References: <52C077B0.2020403@netfence.it> <52C122EC.7080704@passap.ru> In-Reply-To: <52C122EC.7080704@passap.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 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 07:54:56 -0000 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): ----- 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 ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve