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

Mathieu Arnold mat at FreeBSD.org
Mon Dec 30 11:45:47 UTC 2013


+--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.

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list