From owner-svn-ports-all@freebsd.org Wed Jul 5 01:50:53 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 1B361D9F455; Wed, 5 Jul 2017 01:50:53 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id DCF966A9B5; Wed, 5 Jul 2017 01:50:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v651oqmd027073; Wed, 5 Jul 2017 01:50:52 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v651oqFt027072; Wed, 5 Jul 2017 01:50:52 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201707050150.v651oqFt027072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 5 Jul 2017 01:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445043 - head/lang/dmd2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/lang/dmd2 X-SVN-Commit-Revision: 445043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 05 Jul 2017 01:50:53 -0000 Author: cy Date: Wed Jul 5 01:50:51 2017 New Revision: 445043 URL: https://svnweb.freebsd.org/changeset/ports/445043 Log: Fixup WITH_DEBUG, introduced in r281595, to actually make it work. Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Wed Jul 5 00:07:13 2017 (r445042) +++ head/lang/dmd2/Makefile Wed Jul 5 01:50:51 2017 (r445043) @@ -52,8 +52,7 @@ MODEL= 32 .endif .if defined(WITH_DEBUG) -BUILD= debug -MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ -DUNITTEST +MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ -DUNITTEST BUILD=debug .endif MODULEDIR= ${PREFIX}/include/d/phobos2