Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 12:45:44 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Boris Samorodov <bsam@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r338091 - head/x11-servers/xorg-server
Message-ID:  <D855B25545B83425A3CAEE9C@ogg.in.absolight.net>
In-Reply-To: <201312301141.rBUBfI9R099001@svn.freebsd.org>
References:  <201312301141.rBUBfI9R099001@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 30 d=C3=A9cembre 2013 11:41:18 +0000 Boris Samorodov =
<bsam@FreeBSD.org>
wrote:
| Author: bsam
| Date: Mon Dec 30 11:41:18 2013
| New Revision: 338091
| URL: http://svnweb.freebsd.org/changeset/ports/338091
|=20
| Log:
|   Fix PLIST_SUB (add a space after @comment) for non-default option.
|  =20
|   Reported and tested by:	Andrea Venturoli <ml@netfence.it>
|   Approved by:		x11 (kwm)
|=20
| Modified:
|   head/x11-servers/xorg-server/Makefile
|=20
| Modified: head/x11-servers/xorg-server/Makefile
| =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
| =3D=3D=3D=3D=3D --- 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+=3D--enable-install-setuid=3D
|  PLIST_SUB+=3D	SUID=3D""
|  .else
|  CONFIGURE_ARGS+=3D--enable-install-setuid=3Dno
| -PLIST_SUB+=3D	SUID=3D"@comment"
| +PLIST_SUB+=3D	SUID=3D"@comment "
|  .endif

You could do without the PLIST_SUB+=3D (and the bugs that comes with them)
with OPTIONS_SUB=3Dyes which will give you a PLIST_SUB for each OPTIONS.

--=20
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D855B25545B83425A3CAEE9C>