svn commit: r504812 - in head/www/cliqz: . files

Jan Beich jbeich at FreeBSD.org
Fri Jun 21 21:48:40 UTC 2019


Jan Beich <jbeich at FreeBSD.org> writes:

> Jan Beich <jbeich at FreeBSD.org> writes:
>
>> Philip Paeps <philip at FreeBSD.org> writes:
>>
>>> Author: philip
>>> Date: Fri Jun 21 20:10:36 2019
>>> New Revision: 504812
>>> URL: https://svnweb.freebsd.org/changeset/ports/504812
>>>
>>> Log:
>>>   www/cliqz: update to 1.27.3
>>>   
>>>   PR:		238410
>>>   Submitted by:	Santhosh Raju <santhosh.raju at gmail.com> (maintainer)
>> [...]
>>>  MAKE_ENV+=	LLVM_CONFIG=llvm-config${LLVM_DEFAULT}
>>> +MAKE_ENV+=	LLVM_OBJDUMP=${LOCALBASE}/llvm${LLVM_DEFAULT}/bin/llvm-objdump
>>
>> Both LLVM_CONFIG and LLVM_OBJDUMP can be dropped in favor of CC/CXX e.g.,
>>
>>   MAKE_ENV+=	CC=clang${LLVM_DEFAULT} CXX=clang++${LLVM_DEFAULT}
>>
>> as LLVM_CONFIG will be replaced by --with-libclang-path in future,
>> see https://bugzilla.mozilla.org/show_bug.cgi?id=1526857
>
> And CC/CXX can be set outside of MAKE_ENV e.g.,
>
> # Consistently use same compiler for browser and bindgen
> CC=clang${LLVM_DEFAULT}
> CXX=clang++${LLVM_DEFAULT}

Nevermind, Clang (C++ part) isn't stable on powerpc64 yet but as neither
www/cliqz nor www/firefox build on powerpc64 it's probably not something
to worry about, anyway.

http://pylon.nyi.freebsd.org/data/latest-per-pkg/cliqz/
http://pylon.nyi.freebsd.org/data/latest-per-pkg/firefox/


More information about the svn-ports-all mailing list