Cannot install xorg-server

Boris Samorodov bsam at passap.ru
Fri Dec 27 13:51:46 UTC 2013


27.12.2013 17:47, Boris Samorodov пишет:
> 27.12.2013 15:17, Andrea Venturoli пишет:
>> Hello.
>>
>> The box is 9.1/i386 and I have "WITH_NEW_XORG=yes" in /etc/make.conf.
>>
>> "cd /usr/ports/x11-servers/xorg-server ; make install" ends with:
>>
>>> pkg_create: read_plist: unknown command '@comment at owner root' (package
>>> tools out of date?)
>>> pkg_create: read_plist: unknown command '@comment at group wheel'
>>> (package tools out of date?)
>>> pkg_create: read_plist: unknown command '@comment at mode 4555' (package
>>> tools out of date?)
>>> pkg_create: read_plist: unknown command '@comment at owner' (package
>>> tools out of date?)
>>> pkg_create: read_plist: unknown command '@comment at group' (package
>>> tools out of date?)
>>> pkg_create: read_plist: unknown command '@comment at mode' (package tools
>>> out of date?)
>>> pkg_create: write_plist: unknown command type -1 (root)
>>
>>
>> What should I do?
> 
> Will you please try the attached patch?

Hm, for the lists archieves, here is the patch inline:
-----
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