Ticket #49677: xrootd.diff

File xrootd.diff, 1.8 KB (added by cjones051073 (Chris Jones), 8 years ago)
  • Portfile

     
    55PortGroup           cmake 1.0
    66
    77name                xrootd
    8 version             3.3.6
     8version             4.2.3
    99revision            0
    1010
    1111categories          science
     
    2222homepage            http://xrootd.org/
    2323master_sites        ${homepage}download/v${version}
    2424
    25 checksums           rmd160  0ba0cb959a713be2e8eb3a1ad9a8d41b72ea0033 \
    26                     sha256  06656d919f5296bcf49953e97b1f3d1cf601c9a1d676945529032fa0046d7217
     25checksums           rmd160  8533e947b421c24f02efa434247f320f07aa9c2e \
     26                    sha256  483f45639ccc795ce7e60dbc796bd013c42a40762a0893e0c0d65d664279fce6
    2727
    28 depends_lib         port:zlib port:libevent port:swig
     28depends_lib         port:zlib port:libevent port:swig port:python27
    2929
    30 default_variants    +ssl +readline
     30default_variants    +ssl +readline +kerberos
    3131
    32 patchfiles          patch-cmake-XRootDOSDefs.cmake.diff
    33 
    3432cmake.out_of_source yes
    3533
    3634configure.args-append -DENABLE_CRYPTO=False \
    3735                      -DENABLE_READLINE=False \
    3836                      -DENABLE_KRB5=False \
    39                       -DENABLE_PERL=False
     37                      -DENABLE_FUSE=False \
     38                      -DCMAKE_INSTALL_MANDIR="share/man"
    4039
    41 variant perl description {Build with Perl Support} {
    42     configure.args-delete   -DENABLE_PERL=False
    43     configure.args-append   -DENABLE_PERL=True
    44 
    45     depends_lib-append      port:perl5
    46     depends_build-append    port:swig-perl
    47 }
    48 
    4940variant readline description {Build with Readline Support} {
    5041    configure.args-delete   -DENABLE_READLINE=False
    5142    configure.args-append   -DENABLE_READLINE=True -DREADLINE_ROOT_DIR="${prefix}"