Ticket #40408: Portfile-dwarf.diff
File Portfile-dwarf.diff, 2.2 KB (added by xnando@…, 11 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 87983 2011-12-15 07:26:13Z jmr@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 5 name dwarf 6 version 0.3. 06 version 0.3.1 7 7 categories sysutils 8 platforms darwin linux 8 9 license GPL-2+ 9 platforms darwin 10 maintainers cryptolab.net:xnando 11 description a little and powerful object file manipulation tool 10 maintainers gmail.com:fernando.iazeolla 11 description a little and powerful object file manipulation tool. 12 12 long_description dwarf-ng is a powerful object file manipulation tools in \ 13 13 the spirit of gdb. with dwarf-ng you can read and edit \ 14 14 all the file's section headers as well as the raw data. \ … … 20 20 (Elf32, Elf64), PE (Portable executables PE32, PE+) and \ 21 21 Mach-O (OS X executables 32&64bit) files format. In the \ 22 22 future new files type will be added. 23 homepage http://code.google.com/p/dwarf-ng/24 master_sites http://download.savannah.gnu.org/releases/dwarf-ng/25 23 26 checksums md5 c67148b14cec1712732e0aa30e478726 \ 27 sha1 19a69424bd208741a325a4fc0e791a516c3bc8bc \ 28 rmd160 255040679c50046e6c1ecf5f3c806c886b3db573 29 30 depends_lib port:readline 31 depends_build port:flex \ 32 port:bison 24 25 homepage http://github.com/elboza/dwarf-ng/ 26 master_sites http://download.savannah.gnu.org/releases/dwarf-ng/ \ 27 http://www.autistici.org/0xFE/software/releases/dwarf-ng/ 28 29 checksums md5 17743b4aa7d9408a44388ce9a8421433 \ 30 sha1 ce0f90d07feaeba874fe5948e4f1334bbee25c51 \ 31 rmd160 5303b949666f63949d77a9de7cf7fc91e414497c 32 33 depends_lib port:readline 34 depends_build port:flex \ 35 port:bison 36 37 variant no-as-needed description {enable no-as-needed flag to compile on gcc>=4.6.1 on linux platform} { configure.args-append -Wl, --no-as-needed} 38