Ticket #13215: Portfile.diff

File Portfile.diff, 1.0 KB (added by mmoll@…, 16 years ago)

update of Portfile to latest gdb version

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name                    avr-gdb
    5 version                 6.3
     5version                 6.7.1
    66categories              cross
    77maintainers             mmoll@cs.rice.edu
    88description             GDB for the AVR processors
     
    1616distfiles               gdb-${version}.tar.bz2
    1717worksrcdir              gdb-${version}
    1818use_bzip2               yes
    19 checksums               md5 05b928f41fa5b482e49ca2c24762a0ae
     19checksums               md5 30a6bf36eded4ae5a152d7d71b86dc14
    2020depends_run             bin:avarice:avarice
    2121
    2222# This actually breaks the build process
    2323#configure.env          CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    2424# without --disable-nls the build process also breaks
    25 configure.args          --mandir=${prefix}/share/man --target=avr --disable-nls
     25configure.args          --mandir=${prefix}/share/man \
     26                    --infodir=${prefix}/share/info \
     27                    --target=avr --disable-nls
    2628
    2729post-destroot {
    2830        # Installing (host) libiberty was a mistake.