Ticket #44892: Portfile-guile.diff

File Portfile-guile.diff, 1.8 KB (added by macports@…, 10 years ago)

Portfile diff

  • Portfile

    old new  
    55PortGroup       muniversal 1.0
    66
    77name            guile
    8 version         1.8.8
     8version         2.0.11
    99categories      lang
    1010maintainers     nomaintainer
    1111platforms       darwin
    12 license     LGPL-2.1+
     12license     LGPL-3+
    1313
    1414description     GNU's Ubiquitous Intelligent Language for Extension (guile)
    1515long_description        \
     
    3838homepage        http://www.gnu.org/software/guile/guile.html
    3939master_sites    gnu
    4040
    41 checksums       md5     18661a8fdfef13e2fcb7651720aa53f3 \
    42                 sha1    548d6927aeda332b117f8fc5e4e82c39a05704f9 \
    43                 rmd160  8ac185a72ad8394b14d5377549e5bbf02889faaa
    44 
    45 patchfiles      patch-srfi-60.c.diff \
    46                 patch-libguile-fports.c.diff \
    47                 patch-no-stack-checking.diff
     41checksums       md5     e532c68c6f17822561e3001136635ddd \
     42                sha1    3cdd1c4956414bffadea13e5a1ca08949016a802 \
     43                rmd160  e375607a569cba8ebecd9a15d4c25abe10abfd85
    4844
    4945depends_lib     port:readline \
    5046                port:gettext \
    5147                port:libiconv \
    5248                port:libtool \
    53                 port:gmp
     49                port:gmp \
     50                port:boehmgc \
     51                port:libunistring \
     52                port:libffi
    5453
    5554configure.args  CPPFLAGS="-I${prefix}/include"          \
    5655                LDFLAGS="-L${prefix}/lib"               \
    5756                --infodir="${prefix}/share/info"        \
    58                 --mandir="${prefix}/share/man"          \
    59                 --enable-regex                          \
    60                 --disable-error-on-warning
    61 
    62 post-patch {
    63     # This changes configure to do what the author actually intended based on their comments
    64     reinplace "s|-Werror -Wmissing-braces|-Werror=missing-braces|" ${worksrcpath}/configure
    65 }
     57                --mandir="${prefix}/share/man"
    6658
    6759# Unable to cross compile, so we need to be able to run the built code
    6860if {${os.arch} eq "i386" && ${os.major} >= 11} {