Ticket #13865: Portfile-gst.diff

File Portfile-gst.diff, 1.9 KB (added by Damien.Pollet@…, 16 years ago)

Portfile patch

  • Portfile

    old new  
    1 # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp@macports.org $
     1# $Id: Portfile 28540 2007-09-03 11:42:45Z mww@macports.org $
    22
    33PortSystem 1.0
    44name             gst
    5 version          2.3.3
     5version          3.0
    66categories       lang
    7 maintainers      nomaintainer
     7maintainers      nomaintainer@macports.org
    88description      free implementation of Smalltalk-80
    99long_description \
    1010    GNU Smalltalk is a free implementation of the Smalltalk-80 language \
    1111    which runs on most versions on Unix and, in general, everywhere you \
    1212    can find a POSIX-compliance library. An uncommon feature of it is \
    1313    that it is well-versed to scripting tasks and headless processing.
    14 homepage         http://www.gnu.org/software/smalltalk/
     14homepage         http://smalltalk.gnu.org/
    1515platforms        darwin
    1616master_sites     gnu:smalltalk
    1717distname         smalltalk-${version}
    18 checksums        sha1 d9ecd8dd47af254254e44d9f5a8563edb9abb4c2
     18checksums        sha1 500c2089a2aa16f97bf9111d520cb17a87d0558d
     19
     20depends_build    port:zip
    1921
    2022depends_lib      port:gmp \
    2123                 port:libiconv \
     
    2527                 port:tcl \
    2628                 port:tk
    2729
    28 configure.args   --disable-generational-gc \
    29                  --disable-gtk \
    30                  --infodir=${prefix}/share/info \
     30configure.args   --infodir=${prefix}/share/info \
    3131                 --mandir=${prefix}/share/man
     32                 # --disable-generational-gc \
     33                 # --disable-gtk \
    3234
    3335test.run         yes
    3436test.target      check
     
    3638platform darwin 6 {
    3739    depends_lib-append port:dlcompat
    3840}
    39 
    40 platform i386 {
    41     pre-configure {
    42         return -code error "Intel based Macs are not supported."
    43     }
    44 }