From owner-svn-ports-all@FreeBSD.ORG Thu Jan 15 10:39:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E3BCC4E; Thu, 15 Jan 2015 10:39:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8A3B3C7C; Thu, 15 Jan 2015 10:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0FAdke8095103; Thu, 15 Jan 2015 10:39:46 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0FAdkKS095102; Thu, 15 Jan 2015 10:39:46 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201501151039.t0FAdkKS095102@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 15 Jan 2015 10:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377073 - head/lang/afnix/files X-SVN-Group: ports-head 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.18-1 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: Thu, 15 Jan 2015 10:39:46 -0000 Author: johans Date: Thu Jan 15 10:39:45 2015 New Revision: 377073 URL: https://svnweb.freebsd.org/changeset/ports/377073 QAT: https://qat.redports.org/buildarchive/r377073/ Log: Update patch forgotten in previous commit Added: head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak (contents, props changed) Deleted: head/lang/afnix/files/patch-cnf_mak_afnix-freebsd.mak Added: head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak Thu Jan 15 10:39:45 2015 (r377073) @@ -0,0 +1,32 @@ +--- cnf/mak/afnix-clg4.mak.orig 2015-01-09 13:27:16.000000000 +0100 ++++ cnf/mak/afnix-clg4.mak 2015-01-09 13:28:08.000000000 +0100 +@@ -19,23 +19,23 @@ + # - compiler and linker section - + # ---------------------------------------------------------------------------- + +-CC = clang++ +-LD = clang++ +-LK = clang++ ++CC = $(CXX) ++LD = $(CXX) ++LK = $(CXX) + AR = ar + RANLIB = ranlib + STDEVFLAGS = +-STDCCFLAGS = -std=c++11 -Wall -Werror -Wno-overloaded-virtual -fno-builtin ++STDCCFLAGS = -std=c++11 -Wall -W -Wno-overloaded-virtual -fno-builtin + STACCFLAGS = + DYNCCFLAGS = -fPIC + PLTCCFLAGS = + DEBUGFLAGS = -g +-OPTCCFLAGS = -O2 ++OPTCCFLAGS = + PFLCCFLAGS = + COVCCFLAGS = + CPPCCFLAGS = -nostdinc -nostdinc++ + CXXCCFLAGS = +-STDDEFINES = ++STDDEFINES = $(PTHREAD_CFLAGS) + DBGDEFINES = -DAFNIX_DEBUG + OPTDEFINES = + PFLDEFINES =