Revision: 75350 http://trac.macports.org/changeset/75350 Author: landonf@macports.org Date: 2011-01-22 18:01:49 -0800 (Sat, 22 Jan 2011) Log Message: ----------- Remove dependency on binutils port (which breaks a number of other ports, including avr-gdb). Instead, use the libbfd that is now included in avr-binutils. Modified Paths: -------------- trunk/dports/cross/avarice/Portfile Modified: trunk/dports/cross/avarice/Portfile =================================================================== --- trunk/dports/cross/avarice/Portfile 2011-01-23 01:56:35 UTC (rev 75349) +++ trunk/dports/cross/avarice/Portfile 2011-01-23 02:01:49 UTC (rev 75350) @@ -22,14 +22,15 @@ rmd160 f093126485a99ad05f038b9c2a7018e57f2c01b8 depends_lib port:gettext port:libusb-compat port:zlib \ - port:binutils + port:avr-binutils archcheck.files lib/libintl.dylib \ lib/libusb.dylib \ - lib/libz.dylib \ - lib/libbfd.dylib + lib/libz.dylib configure.args --mandir=${prefix}/share/man -configure.ldflags-append -lz +configure.ldflags-append -lz \ + -L${prefix}/avr/host/lib -lbfd -liberty +configure.cppflags-append -I${prefix}/avr/host/include livecheck.regex (?i)<title>${name} ${name}-(.*) released.*</title>