Ticket #11405: gst.patch

File gst.patch, 1.1 KB (added by takanori@…, 17 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name             gst
    5 version          2.2
     5version          2.3.3
    66categories       lang
    77maintainers      toby@opendarwin.org
    88description      free implementation of Smalltalk-80
     
    1515platforms        darwin
    1616master_sites     gnu:smalltalk
    1717distname         smalltalk-${version}
    18 checksums        sha1 82e5c7d062878700d38913a34b85079efa1c22b7
     18checksums        sha1 d9ecd8dd47af254254e44d9f5a8563edb9abb4c2
    1919
    20 depends_lib      lib:XXX:readline
     20depends_lib      port:gmp \
     21                 port:libiconv \
     22                 port:ncurses \
     23                 port:ncursesw \
     24                 port:readline \
     25                 port:tcl \
     26                 port:tk
    2127
    2228configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
    2329configure.args   --disable-generational-gc \
     
    2935test.target      check
    3036
    3137platform darwin 6 {
    32     depends_lib-append lib:libdl:dlcompat
     38    depends_lib-append port:dlcompat
    3339}