Changeset 15637 for trunk/dports


Ignore:
Timestamp:
Dec 29, 2005, 9:54:05 PM (18 years ago)
Author:
gwright
Message:

Version bump to 5.6.0. Thanks to Jan Wielemaker!
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/swi-prolog/Portfile

    r11593 r15637  
    1 # $Id: Portfile,v 1.17 2005/04/04 10:08:37 jkh Exp $
     1# $Id: Portfile,v 1.18 2005/12/29 21:54:05 gwright Exp $
    22
    3 PortSystem      1.0
     3PortSystem  1.0
    44name            swi-prolog
    5 version         5.4.7
     5version         5.6.0
     6epoch           20051223
    67
    78categories      lang
    8 maintainers     pmoura@mac.com
     9maintainers     wielemak@science.uva.nl
    910platforms       darwin
    10 description     SWI-Prolog compiler plus extra packages
     11description     SWI-Prolog compiler plus extra packages (stable version)
    1112
    1213long_description        \
    13                 ISO/Edinburgh-style Prolog compiler including modules,          \
     14                ISO/Edinburgh-style Prolog compiler including modules,          \
    1415                autoload, libraries, Garbage-collector, stack-expandor,         \
    15                 C/C++-interface, Multiple threads, GNU-readline interface,      \
     16                C/C++-interface, Multiple threads, GNU-readline interface,      \
     17                coroutining, constraint programming, global variables,          \
    1618                very fast compiler. Including packages clib (Unix process       \
    17                 control, sockets, MIME), cpp (C++ interface), sgml (reading \
    18                 XML/SGML), sgml/RDF (reading RDF into triples), ODBC            \
    19                 interface and XPCE (Graphics UI toolkit, integrated editor      \
     19                control, sockets, MIME), cpp (C++ interface), sgml (reading     \
     20                XML/SGML), sgml/RDF (reading RDF into triples), ODBC            \
     21                interface and XPCE (Graphics UI toolkit, integrated editor      \
    2022                (Emacs-clone) and graphical debugger).
    2123
     
    2325master_sites    http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/
    2426
    25 checksums       md5     5c57c9a752bd3c6f56e4ae506ab23726       
     27checksums        md5     ffc656404053b29f34a249fcd44b3807
    2628
    27 depends_lib     lib:libreadline.5:readline      \
    28                 lib:libjpeg.62:jpeg             \
    29                 lib:libmcrypt.4:libmcrypt       \
    30                 lib:libX11.6:XFree86
     29depends_lib             \
     30                lib:libreadline:readline        \
     31                lib:libncursesw:ncurses         \
     32                lib:libjpeg:jpeg                \
     33                lib:libmcrypt:libmcrypt         \
     34                lib:libX11.6:XFree86            \
     35                lib:libgmp:gmp
    3136
    3237platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
    3338
    3439distname        pl-${version}
    35 worksrcdir      pl-${version}/packages
    3640
    3741configure.env   LDFLAGS=-L${prefix}/lib         \
     
    4044                CIFLAGS=-I${prefix}/include
    4145
    42 configure.args  --prefix=${destroot}/${prefix}  \
    43                 --mandir=${destroot}/${prefix}/share/man \
    44                 --without-jpl
     46configure.args  --prefix=${prefix}              \
     47                --mandir=${prefix}/share/man    \
     48                --with-world
    4549
    46 post-extract {
    47         if {[variant_isset mt]} {
    48                 system "\
    49                         cd ${workpath}/${distname}/src && \
    50                         LDFLAGS=-L${prefix}/lib CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include CIFLAGS=-I${prefix}/include \
    51                         ./configure --prefix=${destroot}/${prefix} --mandir=${destroot}/${prefix}/share/man --enable-mt && \
    52                         make && make install"
    53         }
    54         if {[variant_isset st]} {
    55                 system "\
    56                         cd ${workpath}/${distname}/src && \
    57                         LDFLAGS=-L${prefix}/lib CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include CIFLAGS=-I${prefix}/include \
    58                         ./configure --prefix=${destroot}/${prefix} --mandir=${destroot}/${prefix}/share/man --disable-mt && \
    59                         make && make install"
    60         }
    61 }
     50build.env       LDFLAGS=-L${prefix}/lib         \
     51                CFLAGS=-I${prefix}/include      \
     52                CPPFLAGS=-I${prefix}/include    \
     53                CIFLAGS=-I${prefix}/include
    6254
    6355default_variants +mt
Note: See TracChangeset for help on using the changeset viewer.