Ticket #30727: Portfile.diff

File Portfile.diff, 1.6 KB (added by mail@…, 13 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                eibd
    7 version             0.0.4
    8 revision            1
     7version             0.0.5
    98categories          net
    109platforms           darwin
    1110
     
    2120
    2221homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd
    2322
    24 fetch.type          git
    25 git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/bcusdk.git
    26 git.branch          744614b7d09d1bc1c86ae75b567125e60275e384
     23master_sites        https://www.auto.tuwien.ac.at/~mkoegler/eib/
     24
     25distname            bcusdk_${version}
     26checksums           md5 5f81bc4e6bb53564573d573e795a9a5f \
     27                    sha1 08cef578e887b11b126e1df47e8fa3d97de68416 \
     28                    rmd160 57ca8849009fdaf21cfad7900082ec675ef3040a
     29
    2730worksrcdir          bcusdk-${version}
    2831
    29 depends_build       port:pkgconfig \
    30                     port:argp-standalone
     32depends_build       port:argp-standalone
    3133
    3234depends_lib         port:pthsem \
    3335                    port:libxml2
    3436
    35 # build only eibd, if there are requests add variants
    36 pre-configure {
    37     system "cd ${worksrcpath} && aclocal -I m4 -I ${prefix}/share/aclocal && autoheader"
    38     system "cd ${worksrcpath} && automake -a --foreign && autoconf"
    39 }
    40 
    4137configure.args     --enable-onlyeibd \
    4238                   --enable-eibnetip \
    4339                   --enable-eibnetiptunnel \
    44                    --enable-eibnetipserver
     40                   --enable-eibnetipserver \
     41                   --without-pth-test
    4542