From owner-svn-ports-head@freebsd.org Mon Apr 17 15:34:12 2017 Return-Path: Delivered-To: svn-ports-head@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 4ECF9D4278B; Mon, 17 Apr 2017 15:34:12 +0000 (UTC) (envelope-from remko@freebsd.org) Received: from smtp-out.elvandar.org (gandalf.elvandar.org [149.210.225.204]) (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 0CAC3EA0; Mon, 17 Apr 2017 15:34:11 +0000 (UTC) (envelope-from remko@freebsd.org) Received: from mail.jr-hosting.nl (mail.jr-hosting.nl [148.251.135.247]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-out.elvandar.org (Postfix) with ESMTPS id 2544A4707BC; Mon, 17 Apr 2017 17:34:02 +0200 (CEST) Received: from [10.0.2.14] (f239026.upc-f.chello.nl [80.56.239.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.jr-hosting.nl (Postfix) with ESMTPSA id 77FE21788D; Mon, 17 Apr 2017 17:34:01 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r438674 - head/devel/llvm40 From: Remko Lodder X-Mailer: iPhone Mail (14E304) In-Reply-To: <201704170030.v3H0UF7x099376@repo.freebsd.org> Date: Mon, 17 Apr 2017 17:34:00 +0200 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <035B9DD1-BF3E-41AD-95E1-A43891E719F0@freebsd.org> References: <201704170030.v3H0UF7x099376@repo.freebsd.org> To: Brooks Davis X-Spamd-Result: default: False [-2.60 / 15.00] BAYES_HAM(-3.00)[100.00%] RCVD_IN_DNSWL_LOW(0.00)[247.135.251.148.list.dnswl.org : 127.0.6.1] RCVD_NO_TLS_LAST(0.00)[] FROM_HAS_DN(0.00)[] MV_CASE(0.50)[] RCPT_COUNT_THREE(0.00)[4] FROM_EQ_ENVFROM(0.00)[] R_SPF_SOFTFAIL(0.00)[~all] RCVD_VIA_SMTP_AUTH(0.00)[] RCVD_COUNT_TWO(0.00)[2] R_DKIM_NA(0.00)[] MID_RHS_MATCH_FROM(0.00)[] RECEIVED_SPAMHAUS(0.00)[26.239.56.80.zen.spamhaus.org] IP_SCORE(0.00)[ip: (-8.84), ipnet: 148.251.0.0/16(-7.07), asn: 24940(1.47), country: DE(0.38)] DMARC_NA(0.00)[freebsd.org] TO_DN_SOME(0.00)[] ASN(0.00)[asn:24940, ipnet:148.251.0.0/16, country:DE] TO_MATCH_ENVRCPT_ALL(0.00)[] MIME_GOOD(-0.10)[text/plain] X-Rspamd-Server: localhost X-Rspamd-Scan-Time: 0.63 X-Rspamd-Queue-ID: 2544A4707BC X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 15:34:12 -0000 Thanks a lot!! Cheers, Remko Lodder /* sent from my phone and thus brief and to the point *\ > Op 17 apr. 2017 om 02:30 heeft Brooks Davis het volge= nde geschreven: >=20 > Author: brooks > Date: Mon Apr 17 00:30:15 2017 > New Revision: 438674 > URL: https://svnweb.freebsd.org/changeset/ports/438674 >=20 > Log: > Fix build on armv6. >=20 > PR: 218685 > Submitted by: mmel >=20 > Modified: > head/devel/llvm40/Makefile >=20 > Modified: head/devel/llvm40/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/devel/llvm40/Makefile Sun Apr 16 21:19:33 2017 (r438673) > +++ head/devel/llvm40/Makefile Mon Apr 17 00:30:15 2017 (r438674) > @@ -300,6 +300,12 @@ PORTDOCS+=3D lld > CXXFLAGS+=3D -D_GLIBCXX_USE_C99 > .endif >=20 > +.if ${ARCH} =3D=3D "armv6" > +BUILD_DEPENDS+=3D ${LOCALBASE}/bin/ld:devel/binutils > +CONFIGURE_ENV+=3D COMPILER_PATH=3D${LOCALBASE}/bin > +MAKE_ENV+=3D COMPILER_PATH=3D${LOCALBASE}/bin > +.endif > + > .if ${PYTHON_REL} < 3400 > LLDB_BUILD_DEPENDS+=3D \ > ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"