From owner-svn-ports-head@freebsd.org Sun Oct 22 10:20:19 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 13489E4EE31; Sun, 22 Oct 2017 10:20:19 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 E97F0AF2; Sun, 22 Oct 2017 10:20:18 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 506001E1D; Sun, 22 Oct 2017 10:20:18 +0000 (UTC) From: Jan Beich To: Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r452630 - head/multimedia/libvdpau References: <201710221017.v9MAHQdP086261@repo.freebsd.org> Date: Sun, 22 Oct 2017 12:20:11 +0200 In-Reply-To: <201710221017.v9MAHQdP086261@repo.freebsd.org> (Guido Falsi's message of "Sun, 22 Oct 2017 10:17:26 +0000 (UTC)") Message-ID: <376b-v604-wny@FreeBSD.org> 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: Sun, 22 Oct 2017 10:20:19 -0000 Guido Falsi writes: > +DEBUG_CFLAGS= -D_DEBUG > +DEBUG_VARS= WITH_DEBUG=yes Mk/bsd.options.mk already defines WITH_DEBUG=yes when DEBUG option is selected. Does it not work? > +DEBUG_CFLAGS_OFF= -DNDEBUG