Ticket #20128: Portfile-pthsem.diff

File Portfile-pthsem.diff, 1.5 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

changes I'd like made to the portfile

  • Portfile

    old new  
    1212
    1313description         pthsem is an extend version of GNU pth, with support for semaphores
    1414long_description    GNU pth is a user mode multi threading library. \
    15                     pthsem is an extend version, with support for semaphores added. \
    16                     It can be installed parallel to a normal pth. The header file is \
    17                     called pthsem.h, the configuration programm pthsem-config and the \
    18                     autoconf macro AC_CHECK_PTHSEM. If references to one of these \
    19                     names are changed, pthsem can be used as an replacement of GNU pth.
     15                    pthsem is an extend version, with support for semaphores \
     16                    added. It can be installed parallel to a normal pth. The \
     17                    header file is called pthsem.h, the configuration program \
     18                    pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If \
     19                    references to one of these names are changed, pthsem can \
     20                    be used as an replacement of GNU pth.
    2021
    2122homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
    2223
     
    2526
    2627depends_build       port:pkgconfig \
    2728                    port:libtool \
    28                     port:git-core
     29                    port:git-core
     30
     31configure.args      --enable-optimize --enable-pthreads --mandir=${prefix}/share/man
     32
     33test.run            yes
     34
    2935