From owner-svn-ports-head@freebsd.org Sat Apr 1 20:42:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E53BED27387; Sat, 1 Apr 2017 20:42:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6D8CAC9; Sat, 1 Apr 2017 20:42:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E11C27951; Sat, 1 Apr 2017 20:42:01 +0000 (UTC) From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437476 - in head/devel/glib20: . files References: <201704012036.v31Kall1063899@repo.freebsd.org> Date: Sat, 01 Apr 2017 22:43:34 +0200 In-Reply-To: <201704012036.v31Kall1063899@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 20:36:47 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 01 Apr 2017 20:42:03 -0000 Baptiste Daroussin writes: > Author: bapt > Date: Sat Apr 1 20:36:47 2017 > New Revision: 437476 > URL: https://svnweb.freebsd.org/changeset/ports/437476 > > Log: > Reapply 437111 > While here remove configure arguments already passed by the framework [...] > -DEBUG_CONFIGURE_ARGS+= --enable-debug=yes \ > - --disable-silent-rules > +DEBUG_CONFIGURE_ARGS+= --enable-debug=yes Doh, _CONFIGURE_ARGS helper doesn't exist, use _CONFIGURE_ON. And += is unnecessary, plain = would work. See x11-toolkits/gtk20/Makefile