On 10/10/16 18:29, Remi Pointel wrote:
> On 10/10/16 09:55, [email protected] wrote:
>> On 10/10/16 06:34, Remi Pointel wrote:
>>> Hi,
>>>
>>> this is the diff to update sleuthkit to latest release.
>>>
>>> Ok?
>>>
>>> Cheers,
>>>
>>> Remi.
>> I had done an update to 4.2.
>>
>> missing change from perl to sed in pre-configure
>>
>>  pre-configure:
>> -       @perl -pi -e "s:%%PREFIX%%:${PREFIX}:" ${WRKSRC}/man/sorter.1
>> +       @sed -i 's:%%PREFIX%%:${PREFIX}:' ${WRKSRC}/man/sorter.1
> 
> Done.
> 
>> Needed an additional conflict with freeze in pkg/PLIST
>>
>>  @conflict ja-jvim-*
>> +@conflict freeze-*
> 
> Done.
> 
>> This is required in 4.3, as freeze has a bin/fcat which has been added
>> to 4.2/4.3 sleuthkit.
>>
>> Otherwise changes to 4.3 look to be nearly same as for 4.2.
>>
>> As now moved to github for 4.3 then should use GH_* in Makefile.
>>
>> GH_ACCOUNT =    sleuthkit
>> GH_PROJECT =    sleuthkit
>> GH_TAGNAME =    4.3.0
>>
>> Then adjust rest of Makefile.
>>
> 
> I don't want to use the tag, because if I did it I must play with
> autoconf/automake and all these shits, so I prefer to keep the tarball
> which already has the configure file.
> 
> Ok for the update?
> 
> Cheers,
> 
> Remi.

Ok.

Reply via email to