From a1af7e85f190f6d16531acad3c3b3ae6ca03c6c2 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Thu, 28 Jan 2016 13:26:26 -0800 Subject: [PATCH 1/4] This update allows yab to run with mix_color being a public api. --- .../yab/{yab-1.7.5.recipe => yab-1.7.5.2.recipe} | 13 +++++++------ haiku-apps/yab_ide/yab_ide-2.2.5.recipe | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) rename dev-lang/yab/{yab-1.7.5.recipe => yab-1.7.5.2.recipe} (86%) diff --git a/dev-lang/yab/yab-1.7.5.recipe b/dev-lang/yab/yab-1.7.5.2.recipe similarity index 86% rename from dev-lang/yab/yab-1.7.5.recipe rename to dev-lang/yab/yab-1.7.5.2.recipe index 0027b9718..fe797e705 100644 --- a/dev-lang/yab/yab-1.7.5.recipe +++ b/dev-lang/yab/yab-1.7.5.2.recipe @@ -4,10 +4,11 @@ yab is an extended version of yabasic, a BASIC programming language, with \ special commands designed for Haiku. " HOMEPAGE="http://yab.orgfree.com" -SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.tar.gz" -CHECKSUM_SHA256="45ea5fccd6ec0989e93bdb4dc31c271cf8eb8f39cce9ca9c2f4ab02f3ee8cc10" +SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz" +CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208" -REVISION="2" + +REVISION="1" LICENSE="Artistic" COPYRIGHT=" 1995-2006 Marc-Oliver Ihm (yabasic) @@ -36,10 +37,10 @@ BUILD_PREREQUIRES=" cmd:make cmd:mkdepend " -SOURCE_DIR=YAB-1.7.5 +SOURCE_DIR=YAB-1.7.5.2 BUILD() -{ +{ mkdir -p tmp cp -r src/* tmp cd tmp @@ -47,7 +48,7 @@ BUILD() } INSTALL() -{ +{ mkdir -p $binDir mkdir -p $libDir mkdir -p $appsDir/yab-IDE diff --git a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe index d77ac1091..06b03f503 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe @@ -7,13 +7,13 @@ yab wouldn't be complete without the yab-IDE, a powerful development \ environment, which of course is programmed in yab itself. " HOMEPAGE="http://yab.orgfree.com" -SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.tar.gz" -CHECKSUM_SHA256="45ea5fccd6ec0989e93bdb4dc31c271cf8eb8f39cce9ca9c2f4ab02f3ee8cc10" +SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz" +CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208" -REVISION="1" +REVISION="3" LICENSE="Artistic" COPYRIGHT=" - 2006-2015 Jan Bungeroth + 2006-2015 Jan Bungeroth " ARCHITECTURES="x86_gcc2 x86 ?x86_64" @@ -25,7 +25,7 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libz$secondaryArchSuffix - yab$secondaryArchSuffix >= 1.7.5 + yab$secondaryArchSuffix >= 1.7.5.2 devel:libz$secondaryArchSuffix " # devel:libz$secondaryArchSuffix is needed both to build and for the BuildFactory to do its work. @@ -43,7 +43,7 @@ BUILD_PREREQUIRES=" cmd:mkdepend cmd:yab " -SOURCE_DIR=YAB-1.7.5 +SOURCE_DIR=YAB-1.7.5.2 BUILD() { From cf5204c65777587244743e86a5a3c8760ac06818 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Thu, 28 Jan 2016 15:37:46 -0800 Subject: [PATCH 2/4] Update yab-1.7.5.2.recipe --- dev-lang/yab/yab-1.7.5.2.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lang/yab/yab-1.7.5.2.recipe b/dev-lang/yab/yab-1.7.5.2.recipe index fe797e705..6e0ec8f4d 100644 --- a/dev-lang/yab/yab-1.7.5.2.recipe +++ b/dev-lang/yab/yab-1.7.5.2.recipe @@ -7,7 +7,6 @@ HOMEPAGE="http://yab.orgfree.com" SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz" CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208" - REVISION="1" LICENSE="Artistic" COPYRIGHT=" @@ -40,7 +39,7 @@ BUILD_PREREQUIRES=" SOURCE_DIR=YAB-1.7.5.2 BUILD() -{ +{ mkdir -p tmp cp -r src/* tmp cd tmp @@ -48,7 +47,7 @@ BUILD() } INSTALL() -{ +{ mkdir -p $binDir mkdir -p $libDir mkdir -p $appsDir/yab-IDE From 24c4c4705c0769e8e946762e1c09b1ab7aa1e056 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Thu, 28 Jan 2016 15:40:17 -0800 Subject: [PATCH 3/4] Update yab_ide-2.2.5.recipe --- haiku-apps/yab_ide/yab_ide-2.2.5.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe index 06b03f503..ae698f381 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe @@ -13,7 +13,7 @@ CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec9820 REVISION="3" LICENSE="Artistic" COPYRIGHT=" - 2006-2015 Jan Bungeroth + 2006-2015 Jan Bungeroth " ARCHITECTURES="x86_gcc2 x86 ?x86_64" From cb26a0b01fa0e2b9b7ec104e5b3b74cadacbde11 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Thu, 28 Jan 2016 15:43:01 -0800 Subject: [PATCH 4/4] Update yab_ide-2.2.5.recipe --- haiku-apps/yab_ide/yab_ide-2.2.5.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe index ae698f381..4650b669a 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.5.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.5.recipe @@ -13,7 +13,7 @@ CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec9820 REVISION="3" LICENSE="Artistic" COPYRIGHT=" - 2006-2015 Jan Bungeroth + 2006-2015 Jan Bungeroth " ARCHITECTURES="x86_gcc2 x86 ?x86_64"