From owner-svn-ports-head@FreeBSD.ORG Mon Dec 30 11:45:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665EC3EC; Mon, 30 Dec 2013 11:45:47 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 235DD152E; Mon, 30 Dec 2013 11:45:47 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BA2AFBDC5D; Mon, 30 Dec 2013 12:45:45 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 94485BDC5C; Mon, 30 Dec 2013 12:45:45 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0E1D16113; Mon, 30 Dec 2013 12:45:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9B40F671386C; Mon, 30 Dec 2013 12:45:44 +0100 (CET) Date: Mon, 30 Dec 2013 12:45:44 +0100 From: Mathieu Arnold To: Boris Samorodov , 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: In-Reply-To: <201312301141.rBUBfI9R099001@svn.freebsd.org> References: <201312301141.rBUBfI9R099001@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 11:45:47 -0000 +--On 30 d=C3=A9cembre 2013 11:41:18 +0000 Boris Samorodov = 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 | 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