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

@@ -9,15 +9,17 @@ the Microchip PIC16 and PIC18 targets. It can be retargeted for other \
microprocessors.
"
HOMEPAGE="http://sdcc.sourceforge.net"
LICENSE="
GNU GPL v2
"
COPYRIGHT="
1999-2013 Sandeep Dutta
"
LICENSE="
GNU GPL v2
"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/3.4.0/sdcc-src-3.4.0.tar.bz2"
CHECKSUM_SHA256="cf6af862b94d5f259f11afa0a1b86304f3047b3723a9df96f20dba869deb5bf9"
REVISION="1"
PATCHES="sdcc-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -59,6 +61,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libboost_graph$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -74,8 +77,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="sdcc-$portVersion.patchset"
BUILD()
{
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.

View File

@@ -8,15 +8,17 @@ supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for \
other microprocessors.
"
HOMEPAGE="http://sdcc.sourceforge.net"
LICENSE="
GNU GPL v2
"
COPYRIGHT="
1999-2013 Sandeep Dutta
"
LICENSE="
GNU GPL v2
"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/$portVersion/sdcc-src-$portVersion.tar.bz2"
CHECKSUM_SHA256="f82978d1614244b22e093402c0a4de1f688a07c807b2980126c964eb3df85fa9"
REVISION="1"
PATCHES="sdcc-3.5.0.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -58,6 +60,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libboost_graph$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -73,8 +76,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="sdcc-3.5.0.patchset"
BUILD()
{
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.