Ticket #55985: Portfile-sleuthkit.diff
File Portfile-sleuthkit.diff, 1.3 KB (added by mf2k (Frank Schima), 6 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup github 1.0 5 PortGroup java 1.0 5 6 6 7 github.setup sleuthkit sleuthkit 4.6.5 sleuthkit- 7 8 revision 0 … … 29 30 disks. With these tools, you can identify where partitions are located and \ 30 31 extract them so that they can be analyzed with file system analysis tools. 31 32 33 patchfiles patch-current-libewf.diff 34 32 35 use_autoconf yes 33 36 autoconf.cmd ./bootstrap 34 37 35 38 depends_build-append \ 36 39 port:autoconf \ 37 40 port:automake \ 38 port: libtool\39 port: file41 port:file \ 42 port:libtool 40 43 41 44 depends_lib-append port:afflib \ 42 45 port:libewf \ 43 46 path:lib/libssl.dylib:openssl \ 44 47 port:zlib 45 48 49 configure.args --disable-java 50 46 51 # for the 'sorter' script: 47 52 depends_run-append port:perl5 48 53 49 patchfiles patch-current-libewf.diff 50 51 configure.args --disable-java 54 variant java description {Build with Java bindings} { 55 configure.args-replace \ 56 --disable-java --enable-java 57 depends_build-append \ 58 port:apache-ant 59 }