svn commit: r494857 - in head/multimedia/webcamoid: . files

Yuri yuri at freebsd.org
Thu Mar 7 17:32:49 UTC 2019


On 3/7/19 4:11 AM, Gerald Pfeifer wrote:
> This is a little short of a commit log given all the changes to the
> port in this commit.  Such as...
>
>> -USES=		pkgconfig qmake qt:5
>> +USES=		gl gnome pkgconfig qmake qt:5
> ...this
>
>> -# Workaround for the crash when built with clang that the upstream author says is a bug in clang
>> -USE_GCC=	yes
> ...or this.  Plus, with USE_GCC being removed...


These two are mundane or self-explanatory, though. "gl gnome" are now 
required, and workaround isn't needed since the problem is gone.

Somebody said before that any idiot can read diffs, no need to repeat 
them in words. -)


>>   # Workaround for Bug#224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected
>>   BINARY_ALIAS=	g++=${CXX}
> ...this cannot be right any longer.  Or at a minimum the comment
> referring to USE_GCC cannot be?


There are some architectures that use gcc as a default compiler, so this 
line is relevant, but it could use if/endif block conditioned on gcc 
being a compiler.

I will add this, and related notes to the port.


Thank you for your comments, I will try to write mode detailed logs.

Yuri




More information about the svn-ports-all mailing list