svn commit: r445043 - head/lang/dmd2

Cy Schubert Cy.Schubert at komquats.com
Wed Jul 5 01:57:42 UTC 2017


In message <201707050150.v651oqFt027072 at 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 at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

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




More information about the svn-ports-all mailing list