From owner-svn-ports-all@freebsd.org Sun Oct 22 10:22:55 2017 Return-Path: Delivered-To: svn-ports-all@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 25877E4F0D1; Sun, 22 Oct 2017 10:22:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE551FC3; Sun, 22 Oct 2017 10:22:54 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3yKbFd6TddzZr4; Sun, 22 Oct 2017 12:22:45 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id hm3z84T_2fNV; Sun, 22 Oct 2017 12:22:44 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sun, 22 Oct 2017 12:22:44 +0200 (CEST) Subject: Re: svn commit: r452630 - head/multimedia/libvdpau To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201710221017.v9MAHQdP086261@repo.freebsd.org> <376b-v604-wny@FreeBSD.org> From: Guido Falsi Message-ID: <3f7d3ce9-146b-5f45-8bc1-cfbf69fe25d2@FreeBSD.org> Date: Sun, 22 Oct 2017 12:22:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <376b-v604-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2017 10:22:55 -0000 On 10/22/2017 12:20, Jan Beich wrote: > 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? Oops you're right, I'm fixing this shortly. -- Guido Falsi