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

Needed an additional conflict with freeze in pkg/PLIST

 @conflict ja-jvim-*
+@conflict freeze-*

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.

Reply via email to