Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 11:54:44 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-x11@freebsd.org
Subject:   Re: xorg-server install
Message-ID:  <52C126C4.3090501@passap.ru>
In-Reply-To: <52C122EC.7080704@passap.ru>
References:  <52C077B0.2020403@netfence.it> <52C122EC.7080704@passap.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C126C4.3090501>