Date: Fri, 27 Dec 2013 17:51:42 +0400 From: Boris Samorodov <bsam@passap.ru> To: Andrea Venturoli <ml@netfence.it>, x11@FreeBSD.org Subject: Re: Cannot install xorg-server Message-ID: <52BD85EE.9010302@passap.ru> In-Reply-To: <52BD84FD.4070908@passap.ru> References: <52BD61E2.8030701@netfence.it> <52BD84FD.4070908@passap.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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@owner root' (package >>> tools out of date?) >>> pkg_create: read_plist: unknown command '@comment@group wheel' >>> (package tools out of date?) >>> pkg_create: read_plist: unknown command '@comment@mode 4555' (package >>> tools out of date?) >>> pkg_create: read_plist: unknown command '@comment@owner' (package >>> tools out of date?) >>> pkg_create: read_plist: unknown command '@comment@group' (package >>> tools out of date?) >>> pkg_create: read_plist: unknown command '@comment@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52BD85EE.9010302>