svn commit: r401578 - head/lang/dmd2/files

Bryan Drewery bdrewery at FreeBSD.org
Sat Nov 14 17:20:16 UTC 2015


On 11/14/2015 8:26 AM, Cy Schubert wrote:
> Author: cy
> Date: Sat Nov 14 16:26:22 2015
> New Revision: 401578
> URL: https://svnweb.freebsd.org/changeset/ports/401578
> 
> Log:
>   Fix build.
> 
> Modified:
>   head/lang/dmd2/files/patch-src__dmd__posix.mak
> 
> Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak
> ==============================================================================
> --- head/lang/dmd2/files/patch-src__dmd__posix.mak	Sat Nov 14 16:00:03 2015	(r401577)
> +++ head/lang/dmd2/files/patch-src__dmd__posix.mak	Sat Nov 14 16:26:22 2015	(r401578)
> @@ -1,11 +1,68 @@
> ---- ../../src/dmd/posix.mak.orig	2014-08-17 22:37:03.394883855 -0700
> -+++ ../../src/dmd/posix.mak	2014-08-17 22:37:43.775123006 -0700
> -@@ -373,7 +373,7 @@
> +--- ../../src/dmd/posix.mak.orig	2015-11-11 02:36:12.000000000 -0800
> ++++ ../../src/dmd/posix.mak	2015-11-14 08:20:14.138530978 -0800
> +@@ -31,9 +31,9 @@
> + endif
> + 
> + #ifeq (osx,$(OS))
> +-#	HOST_CC=clang++
> ++#	HOST_CC=clanc++
> + #else
> +-	HOST_CC=g++
> ++	HOST_CC=c++
> + #endif
> + CC=$(HOST_CC)
> + AR=ar
> +@@ -92,7 +92,7 @@
> + 	-Wno-unused-value \
> + 	-Wno-unused-variable
> + # GCC Specific
> +-ifeq ($(HOST_CC), g++)
> ++ifeq ($(HOST_CC), c++)
> + WARNINGS := $(WARNINGS) \
> + 	-Wno-logical-op \
> + 	-Wno-narrowing \
> +@@ -100,7 +100,7 @@
> + 	-Wno-uninitialized
> + endif
> + # Clang Specific
> +-ifeq ($(HOST_CC), clang++)
> ++ifeq ($(HOST_CC), clanc++)

What is clanc++, and why are we patching OSX code?

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20151114/ad040416/attachment.bin>


More information about the svn-ports-all mailing list