mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -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="
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user