Fixing recipes (mostly non-safe source warnings)

These packages were failing to build thru PulkoMandy's buildbot at
http://pulkomandy.tk/~pulkomandy/
This commit is contained in:
Humdinger
2016-08-27 18:18:12 +02:00
parent 61f42e0302
commit 068cdd393e
3 changed files with 21 additions and 16 deletions

View File

@@ -17,15 +17,16 @@ Paladin's feature set includes:
- Project templates - Project templates
- Out-of-the-box makefile generation - Out-of-the-box makefile generation
- Integrated source code management - Integrated source code management
- 1-click project backups - 1-click project backups"
"
HOMEPAGE="http://github.com/HaikuArchives/Paladin" HOMEPAGE="http://github.com/HaikuArchives/Paladin"
SOURCE_URI="git://github.com/HaikuArchives/Paladin#dd61cdf"
REVISION="6"
LICENSE="MIT"
COPYRIGHT="2001-2010 DarkWyrm COPYRIGHT="2001-2010 DarkWyrm
2014 John Scipione 2014 John Scipione"
" LICENSE="MIT"
REVISION="7"
commit="5c0071b352eee23a83243fdaa3cbee85c615c441"
SOURCE_URI="https://github.com/HaikuArchives/Paladin/archive/$commit.tar.gz"
CHECKSUM_SHA256="8ac9ca54be8f970ce1a191090f3a1fe94ad04be51810d977fa9d0f77da796d0e"
SOURCE_DIR="Paladin-$commit"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -37,7 +38,6 @@ PROVIDES="
cmd:luagrep cmd:luagrep
cmd:luare cmd:luare
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libpcre$secondaryArchSuffix lib:libpcre$secondaryArchSuffix
@@ -49,18 +49,17 @@ BUILD_REQUIRES="
devel:libpcre$secondaryArchSuffix devel:libpcre$secondaryArchSuffix
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
cmd:ld
cmd:find cmd:find
cmd:ld
cmd:make
makefile_engine
" "
USER_SETTINGS_FILES="settings/Paladin_settings" USER_SETTINGS_FILES="settings/Paladin_settings"
SOURCE_DIR="Paladin"
BUILD() BUILD()
{ {
./buildsuite.sh $jobs ./buildsuite.sh $jobs

View File

@@ -21,8 +21,11 @@ program!"
HOMEPAGE="http://www.maybe.de/software/pecorename" HOMEPAGE="http://www.maybe.de/software/pecorename"
COPYRIGHT="2008 Werner Freytag" COPYRIGHT="2008 Werner Freytag"
LICENSE="MIT" LICENSE="MIT"
REVISION="3" REVISION="4"
SOURCE_URI="git://github.com/HaikuArchives/PecoRename#ac7e6b511b1a24866e4a34fa170023e9a89448fb" commit="9b3ceb76a73881ad821b2b9535e4ad258b486c45"
SOURCE_URI="https://github.com/HaikuArchives/PecoRename/archive/$commit.tar.gz"
CHECKSUM_SHA256="52228295d058a7348a3ff9385bcf0f3dc058da10853538aa27eca0c1619b9f20"
SOURCE_DIR="PecoRename-$commit"
ARCHITECTURES="x86_gcc2 !x86 !x86_64" ARCHITECTURES="x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86" SECONDARY_ARCHITECTURES="x86_gcc2 !x86"

View File

@@ -11,8 +11,11 @@ cameras. In the future Mass Storage and Bluethooth support may be added."
HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber" HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber"
COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)" COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)"
LICENSE="MIT" LICENSE="MIT"
REVISION="1" REVISION="2"
SOURCE_URI="git://github.com/HaikuArchives/PhotoGrabber#1221b33" commit="d1df3fbe63fca6efb99c00f53515a1b0515ec441"
SOURCE_URI="https://github.com/HaikuArchives/PhotoGrabber/archive/$commit.tar.gz"
CHECKSUM_SHA256="05da59c345544ac0e972452f6a86a5d17189d4770717db40b7ea86e0c9ab2326"
SOURCE_DIR="PhotoGrabber-$commit"
ARCHITECTURES="x86_gcc2 x86 ?x86_64" ARCHITECTURES="x86_gcc2 x86 ?x86_64"