From owner-svn-ports-head@FreeBSD.ORG Fri Oct 4 16:15:30 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 ESMTP id 33C4CC6C; Fri, 4 Oct 2013 16:15:30 +0000 (UTC) (envelope-from m@absolight.fr) 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 EA52E26DE; Fri, 4 Oct 2013 16:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BB1D8BDC4C; Fri, 4 Oct 2013 18:15:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at absolight.net X-Spam-Flag: NO X-Spam-Score: -2.472 X-Spam-Level: X-Spam-Status: No, score=-2.472 tagged_above=-200 required=5 tests=[AWL=0.128, BAYES_00=-2.599, NO_RELAYS=-0.001] Received: by prod2.absolight.net (Postfix, from userid 1001) id 55499BDC25; Fri, 4 Oct 2013 18:15:24 +0200 (CEST) Date: Fri, 4 Oct 2013 18:15:24 +0200 From: Mathieu Arnold To: Emanuel Haupt Subject: Re: svn commit: r329237 - head/net/rsync Message-ID: <20131004161524.GA6726@prod2.absolight.net> References: <201310032123.r93LN17j035304@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <201310032123.r93LN17j035304@svn.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Oct 2013 16:15:30 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 03, 2013 at 09:23:01PM +0000, Emanuel Haupt wrote: > The reason for it being ignored was a clobbered CONFIGURE_ARGS > definition (lack of +=3D). > > .if ${PORT_OPTIONS:MZLIB_BASE} > -CONFIGURE_ARGS=3D --with-included-zlib=3Dno > +CONFIGURE_ARGS+=3D --with-included-zlib=3Dno > .endif That would be better written as : ZLIB_BASE_CONFIGURE_ON=3D --with-included-zlib=3Dno Somewhere right after the options bloc, and you would not have had to worry about cloberring anything. :-) --=20 Mathieu Arnold --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQJ8BAABCgBmBQJSTumcXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IF10QALc7dIrgdphurjolrJs8hyHf p8cdfgKxuQieRxdh1DMZ8e3U21IBPvnjEs8VqofLrcXp7Z//4zPNngOcWI/fLfxn 4MVFseOC28dfyQU/4T0V6aGCJe4T5DxDxU72bpuhb3LdLz4N8vX0z7ztnW8azPKI KlwfofGl9ycwY7H9m9IOX9BzW6saxSflqsi5tKI6ZF9Bt5clQM1q0BUzRrvZZWxU +ACMtOOSFT+sBsPJp/uAQ35MHZAotFGZKMjJqxDCnMl6RyX1eoWhy9odI8MWNXcm gg5RdxCsTGmn9wNH1dOiZzYU41mPrmDRY+kJQ1FEfl/r5p25qMhv6e7yboIH5c+j 7zVK5Q4lWz294CrrfVyPnbh43poVd9oIqXeh9jJ7tTSuG/6nTpBfxo6T24Be4OoZ +4m9lfpoOMAEGS2/JrMmD8CdVLlIHa0Q9MJ6cJf2JQrgj69QfW85kMNPqQpHW7pJ /8cQk/zS96Yr8oDl82U8Z1+oStZOgaj68CdpY+MQH5g+6Hm/OHZWkjacPx4dUr5Z SWYeWLOy0kCbWxPCCJsSlrkvCHFOl9Xmf3hHFnzjcVgvbmZmeP3V027cuHeh0/xV rb+jmPB4s2rMQolVcha7ZTgQc91QW3Mj5wAC16ksp6T3+/AIltxzbsDuPGRzph9G xqhBItNOZ+d0Ti9JRxys =78ft -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--