svn commit: r338091 - head/x11-servers/xorg-server

Boris Samorodov bsam at passap.ru
Mon Dec 30 11:51:52 UTC 2013


30.12.2013 15:45, Mathieu Arnold пишет:
> +--On 30 décembre 2013 11:41:18 +0000 Boris Samorodov <bsam at FreeBSD.org>
> wrote:
> | Author: bsam
> | Date: Mon Dec 30 11:41:18 2013
> | New Revision: 338091
> | URL: http://svnweb.freebsd.org/changeset/ports/338091
> | 
> | Log:
> |   Fix PLIST_SUB (add a space after @comment) for non-default option.
> |   
> |   Reported and tested by:	Andrea Venturoli <ml at netfence.it>
> |   Approved by:		x11 (kwm)
> | 
> | Modified:
> |   head/x11-servers/xorg-server/Makefile
> | 
> | Modified: head/x11-servers/xorg-server/Makefile
> | =========================================================================
> | ===== --- head/x11-servers/xorg-server/Makefile	Mon Dec 30 11:40:41 2013
> | 	(r338090) +++ head/x11-servers/xorg-server/Makefile	Mon Dec 30 11:41:18
> | 2013	(r338091) @@ -111,7 +111,7 @@
> | CONFIGURE_ARGS+=--enable-install-setuid=
> |  PLIST_SUB+=	SUID=""
> |  .else
> |  CONFIGURE_ARGS+=--enable-install-setuid=no
> | -PLIST_SUB+=	SUID="@comment"
> | +PLIST_SUB+=	SUID="@comment "
> |  .endif
> 
> You could do without the PLIST_SUB+= (and the bugs that comes with them)
> with OPTIONS_SUB=yes which will give you a PLIST_SUB for each OPTIONS.

Thanks for pointing this out.

Well, my intention was just to do a tiny patch that fix a build. Other
changes were not intended.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve


More information about the svn-ports-all mailing list