xorg-server install

Boris Samorodov bsam at passap.ru
Mon Dec 30 07:54:56 UTC 2013


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


More information about the freebsd-x11 mailing list