Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -17,13 +17,13 @@ Pascal (and many other languages). Those programs might be executing \
on the same machine as GDB (native) or on another machine (remote). \
GDB can run on most popular UNIX and Microsoft Windows variants."
HOMEPAGE="https://sourceware.org/gdb/"
LICENSE="GNU GPL v2"
COPYRIGHT="2004 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/gdb/gdb-6.3a.tar.bz2"
CHECKSUM_SHA256="f89b8f7bdddc7d9f111a1a1968b231165b8f1ff09843e4201076d0b77e0be244"
REVISION="1"
PATCHES="gdb-6.3.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="

View File

@@ -11,15 +11,12 @@ GDB can do four main kinds of things (plus other things in support of these) to
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants.
"
HOMEPAGE="http://sourceware.org/gdb/"
LICENSE="GNU GPL v3"
COPYRIGHT="Free Software Foundation"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.7.tar.bz2"
CHECKSUM_SHA256="0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23"
REVISION="1"
PATCHES="gdb-7.7.patchset"
ARCHITECTURES="!x86_64"
@@ -28,7 +25,6 @@ PROVIDES="
gdb = $portVersion
cmd:gdb = $portVersion
"
REQUIRES="
haiku
lib:libiconv
@@ -41,7 +37,6 @@ BUILD_REQUIRES="
devel:libiconv
devel:libncurses
"
BUILD_PREREQUIRES="
haiku_devel
cmd:aclocal