svn commit: r541237 - head/lang/ghc

Niclas Zeising zeising at freebsd.org
Sun Jul 5 08:44:19 UTC 2020


On 2020-07-05 06:46, Alexey Dokuchaev wrote:
> On Sat, Jul 04, 2020 at 09:37:19PM +0000, Niclas Zeising wrote:
>> New Revision: 541237
>> URL: https://svnweb.freebsd.org/changeset/ports/541237
>>
>> Log:
>>    Don't hardcode the libffi shared library version in lang/ghc makefile.
>>    This fixes the build after devel/libffi was updated.
>>    This was missed in r541232
>>
>> ...
>> @@ -56,7 +56,7 @@ DYNAMIC_CONFIGURE_WITH=	system-libffi \
>>   			ffi-includes=${LOCALBASE}/include \
>>   			ffi-libraries=${LOCALBASE}/lib
>>   # The version number is needed as lang/gcc installs a different version
>> -DYNAMIC_LIB_DEPENDS=	libffi.so.6:devel/libffi
>> +DYNAMIC_LIB_DEPENDS=	libffi.so:devel/libffi
> 
> So what about the comment above that line you've changed?
> 
> ./danfe
> 

The comment is a left over that I forgot to remove.  It is no longer 
true, gcc does not ship a libffi.so of its own.  I have removed the comment.
Regards
-- 
Niclas Zeising


More information about the svn-ports-all mailing list