Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jul 2017 18:57:31 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r445043 - head/lang/dmd2
Message-ID:  <201707050157.v651vVke010418@slippy.cwsent.com>
In-Reply-To: Message from Cy Schubert <cy@FreeBSD.org> of "Wed, 05 Jul 2017 01:50:52 -0000." <201707050150.v651oqFt027072@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201707050150.v651oqFt027072@repo.freebsd.org>, Cy Schubert 
writes:
> 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
> 

FYI, dmd2 is still broken on 12-CURRENT due to inode 64 issues. Fixing the 
inode 64 issues will take some time because the dmd2 sources are seriously 
messed up. For example, POSIX inode definitions are in a windows 
subdirectory. <sigh> Matters are made worse due to the stack being 
clobbered in the process.


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707050157.v651vVke010418>