[113651] trunk/dports/cross/avr-gdb

g5pw at macports.org g5pw at macports.org
Thu Nov 21 14:19:40 PST 2013


Revision: 113651
          https://trac.macports.org/changeset/113651
Author:   g5pw at macports.org
Date:     2013-11-21 14:19:40 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
cross/avr-gdb:
  update to 7.6.1
  remove unnecessary patchfiles
  remove conflicting files

Modified Paths:
--------------
    trunk/dports/cross/avr-gdb/Portfile

Removed Paths:
-------------
    trunk/dports/cross/avr-gdb/files/

Modified: trunk/dports/cross/avr-gdb/Portfile
===================================================================
--- trunk/dports/cross/avr-gdb/Portfile	2013-11-21 22:18:30 UTC (rev 113650)
+++ trunk/dports/cross/avr-gdb/Portfile	2013-11-21 22:19:40 UTC (rev 113651)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            avr-gdb
-version         6.8
+version         7.6.1
 categories      cross
 maintainers     nomaintainer
 description     GDB for the AVR processors
@@ -15,19 +15,15 @@
 master_sites    gnu:gdb
 distname        gdb-${version}
 use_bzip2       yes
-checksums       md5 c9da266b884fb8fa54df786dfaadbc7a \
-                sha1 ba1394d59dd84a1dd3a83322bd82c799596f0bcf \
-                rmd160 23fc9442290b6383ce8f943ef1eb117fa06e79fb
+
+checksums       rmd160  d65ee2ab9f18601ceaeac4d379bb7f344f237bdd \
+                sha256  e3dfa38a14a5457f9b8b26f7b5080ba5491bd10ae4d69bfe357cea87b7d162e4
 depends_run     bin:avarice:avarice
 
-patchfiles      patch-atmega256x-gdb \
-                patch-gdb::remote.c
-
 # without --disable-nls the build process breaks
 configure.args  --mandir=${prefix}/share/man \
                 --infodir=${prefix}/share/info \
-                --target=avr --disable-nls \
-                --disable-werror
+                --target=avr
 
 post-destroot {
     # Installing (host) libiberty was a mistake.
@@ -38,4 +34,6 @@
 
     # Conflcts with autoconf and other gdb ports
     file delete -force "${destroot}/${prefix}/share/info"
+    file delete -force "${destroot}${prefix}/include/gdb"
+    file delete -force "${destroot}${prefix}/share"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/a24220a8/attachment.html>


More information about the macports-changes mailing list