[30906] trunk/dports/cross/avr-gdb/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Nov 10 14:37:19 PST 2007
Revision: 30906
http://trac.macosforge.org/projects/macports/changeset/30906
Author: simon at macports.org
Date: 2007-11-10 14:37:19 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
cross/avr-gdb: Maintainer update to fix build problem on Leopard, closes #13215. Thanks to mmoll at cs.rice.edu.
Modified Paths:
--------------
trunk/dports/cross/avr-gdb/Portfile
Modified: trunk/dports/cross/avr-gdb/Portfile
===================================================================
--- trunk/dports/cross/avr-gdb/Portfile 2007-11-10 21:21:40 UTC (rev 30905)
+++ trunk/dports/cross/avr-gdb/Portfile 2007-11-10 22:37:19 UTC (rev 30906)
@@ -2,7 +2,7 @@
PortSystem 1.0
name avr-gdb
-version 6.3
+version 6.7.1
categories cross
maintainers mmoll at cs.rice.edu
description GDB for the AVR processors
@@ -16,13 +16,15 @@
distfiles gdb-${version}.tar.bz2
worksrcdir gdb-${version}
use_bzip2 yes
-checksums md5 05b928f41fa5b482e49ca2c24762a0ae
+checksums md5 30a6bf36eded4ae5a152d7d71b86dc14
depends_run bin:avarice:avarice
# This actually breaks the build process
#configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
# without --disable-nls the build process also breaks
-configure.args --mandir=${prefix}/share/man --target=avr --disable-nls
+configure.args --mandir=${prefix}/share/man \
+ --infodir=${prefix}/share/info \
+ --target=avr --disable-nls
post-destroot {
# Installing (host) libiberty was a mistake.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071110/8a189eae/attachment.html
More information about the macports-changes
mailing list