Ticket #47102: Portfile-sleuthkit.diff

File Portfile-sleuthkit.diff, 1.3 KB (added by mf2k (Frank Schima), 5 years ago)
  • Portfile

    old new  
    22
    33PortSystem          1.0
    44PortGroup           github 1.0
     5PortGroup           java 1.0
    56
    67github.setup        sleuthkit sleuthkit 4.6.5 sleuthkit-
    78revision            0
     
    2930    disks. With these tools, you can identify where partitions are located and \
    3031    extract them so that they can be analyzed with file system analysis tools.
    3132
     33patchfiles          patch-current-libewf.diff
     34
    3235use_autoconf        yes
    3336autoconf.cmd        ./bootstrap
    3437
    3538depends_build-append \
    3639                    port:autoconf \
    3740                    port:automake \
    38                     port:libtool \
    39                     port:file
     41                    port:file \
     42                    port:libtool
    4043
    4144depends_lib-append  port:afflib \
    4245                    port:libewf \
    4346                    path:lib/libssl.dylib:openssl \
    4447                    port:zlib
    4548
     49configure.args      --disable-java
     50
    4651# for the 'sorter' script:
    4752depends_run-append  port:perl5
    4853
    49 patchfiles          patch-current-libewf.diff
    50 
    51 configure.args      --disable-java
     54variant java description {Build with Java bindings} {
     55    configure.args-replace \
     56                        --disable-java --enable-java
     57    depends_build-append \
     58                        port:apache-ant
     59}