From owner-svn-ports-head@freebsd.org Wed Mar 3 10:44:17 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82DB1566252; Wed, 3 Mar 2021 10:44:17 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dr9bj3JF7z3H5M; Wed, 3 Mar 2021 10:44:17 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 647A95B; Wed, 3 Mar 2021 10:44:17 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 123AiHI7066820; Wed, 3 Mar 2021 10:44:17 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 123AiHrf066819; Wed, 3 Mar 2021 10:44:17 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202103031044.123AiHrf066819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Wed, 3 Mar 2021 10:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567057 - head/print/limereport X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/print/limereport X-SVN-Commit-Revision: 567057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Wed, 03 Mar 2021 10:44:17 -0000 Author: fluffy Date: Wed Mar 3 10:44:16 2021 New Revision: 567057 URL: https://svnweb.freebsd.org/changeset/ports/567057 Log: print/limereport: adjust DEBUG handling Submitted by: maintainer Modified: head/print/limereport/Makefile Modified: head/print/limereport/Makefile ============================================================================== --- head/print/limereport/Makefile Wed Mar 3 10:33:00 2021 (r567056) +++ head/print/limereport/Makefile Wed Mar 3 10:44:16 2021 (r567057) @@ -37,7 +37,7 @@ ZINT_EXTRA_PATCHES= ${FILESDIR}/extrapatch-barcode .include .if ${PORT_OPTIONS:MDEBUG} -WITH_DEBUG= yes +CMAKE_BUILD_TYPE= Debug .endif .include