Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 10:44:07 +0200
From:      Niclas Zeising <zeising@freebsd.org>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r541237 - head/lang/ghc
Message-ID:  <6fa709cb-9a1a-06a0-2984-cc4f8b382556@freebsd.org>
In-Reply-To: <20200705044642.GA60961@FreeBSD.org>
References:  <202007042137.064LbJff092501@repo.freebsd.org> <20200705044642.GA60961@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6fa709cb-9a1a-06a0-2984-cc4f8b382556>