Ticket #19261: Portfile-logtalk.diff

File Portfile-logtalk.diff, 2.4 KB (added by pmoura (Paulo Moura), 15 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 46377 2009-02-03 22:57:21Z blb@macports.org $
     1# $Id: Portfile 32263 2007-12-23 11:23:10Z ryandesign@macports.org $
    22
    33PortSystem      1.0
    44name            logtalk
    5 version 2.35.0
     5version 2.36.0
    66
    77categories      lang
    88maintainers     pmoura@logtalk.org
     
    2020homepage        http://logtalk.org/
    2121master_sites    ${homepage}files/
    2222
    23 checksums md5 174361f1945e9aa2c5b2c7c50d49cd55
     23checksums md5 29f988ef86fda4873f782790dbc0b9c9
    2424
    2525distname                lgt[strsed ${version} {g/\.//}]
    2626
     
    5454        ui_msg "* Ciao (version 1.10):                     ciaolgt    (first run must use sudo)"
    5555        ui_msg "* CxProlog (version 0.97.2 or later):      cxlgt"
    5656        ui_msg "* ECLiPSe (versions 5.10, 6.0):            eclipselgt"
    57         ui_msg "* GNU Prolog (version 1.3.0 or later):     gplgt"
    58         ui_msg "* K-Prolog (version 5.1.x):                plclgt"
     57        ui_msg "* GNU Prolog (version 1.3.1 or later):     gplgt"
     58        ui_msg "* K-Prolog (versions 5.1.5, 6.0.4):        plclgt"
    5959        ui_msg "* Qu-Prolog (version 8.1 or later):        qplgt"
    60         ui_msg "* Quintus Prolog (version 3.5):            quintuslgt  (implies patching Logtalk)"
     60        ui_msg "* Quintus Prolog (version 3.5):            quintuslgt  (requires patching Logtalk)"
    6161        ui_msg "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt"
    6262        ui_msg "* SWI-Prolog (version 5.6.44 or later):    swilgt"
    63         ui_msg "* XSB (version 3.1 or later):              xsblgt     (first run must use sudo)"
    64         ui_msg "* XSB MT (CVS version):                    xsbmtlgt   (first run must use sudo)"
    65         ui_msg "* XSB MT 64 bits (CVS version):            xsbmt64lgt (first run must use sudo)"
     63        ui_msg "* XSB (version 3.2 or later):              xsblgt     (first run must use sudo)"
     64        ui_msg "* XSB MT (version 3.2 or later):           xsbmtlgt   (first run must use sudo)"
     65        ui_msg "* XSB MT 64 bits (version 3.2 or later):   xsbmt64lgt (first run must use sudo)"
    6666        ui_msg "* YAP (version 5.1.3 or later):            yaplgt"
    6767        ui_msg "*"
     68        ui_msg "* Integration with Quintus Prolog requires manual patches that render"
     69        ui_msg "* Logtalk incompatible with all the other compilers."
     70        ui_msg "*"
    6871        ui_msg "* Remember to set the environment variable LOGTALKHOME to the path to"
    6972        ui_msg "* the Logtalk distribution: ${prefix}/share/logtalk"
    7073        ui_msg "* and the environment variable LOGTALKUSER to your local configuration"