Ticket #10874: Portfile-yap.diff

File Portfile-yap.diff, 1.2 KB (added by clarkeje@…, 16 years ago)

Updated for yap 5.1.3

  • ports/lang/yap/Portfile

    old new  
    1 # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org $
     1# $Id$
    22
    33PortSystem      1.0
    44name            yap
    5 version         5.0.1
     5version         5.1.3
    66categories      lang
    77maintainers     pmoura@mac.com
    88platforms       darwin
     
    2020homepage        http://www.ncc.up.pt/~vsc/Yap/
    2121master_sites    ${homepage}/current/ freebsd
    2222distname                Yap-${version}
    23 checksums               sha1 c59847655be140d113a2684383ef21a17aa14085
    24 patchfiles              patch-config.h.in
     23checksums               sha1 76c84b32ad8fbe8324a1db370f8440be11398c34
     24patchfiles              patch-LGPL-chr-Makefile.in.diff
    2525
    2626depends_lib             port:readline port:gmp
    2727
    2828distname        Yap-${version}
    2929
    30 configure.args  --enable-threads=yes --enable-coroutining=yes \
    31                         --with-gmp=${prefix} --with-readline=${prefix}
     30configure.args  --enable-depth-limit=yes --enable-threads=yes \
     31                --enable-coroutining=yes --enable-pthread-locking \
     32                --with-gmp=${prefix} --with-readline=${prefix}
    3233
    3334platform darwin 6 { depends_lib-append lib:libdl:dlcompat }