aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-11 13:40:46 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-11 16:56:08 +0000
commit381c96aacf926328295f5751b205495a5b2a9e1e (patch)
treeea45fd5187d1f1bac2180366460bc4a7c95ccb7a /community/cloudi
parent4bd254e0a10815a570c1e2f965b886e1c642827c (diff)
downloadaports-381c96aacf926328295f5751b205495a5b2a9e1e.tar.bz2
aports-381c96aacf926328295f5751b205495a5b2a9e1e.tar.xz
community/cloudi: build with GHC 8.8
Diffstat (limited to 'community/cloudi')
-rw-r--r--community/cloudi/APKBUILD4
-rw-r--r--community/cloudi/cabal3.patch11
2 files changed, 1 insertions, 14 deletions
diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD
index 6bd07e8178..a4690b0a39 100644
--- a/community/cloudi/APKBUILD
+++ b/community/cloudi/APKBUILD
@@ -29,7 +29,7 @@
pkgname=cloudi
pkgver=1.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing."
url="https://cloudi.org/"
license="MIT"
@@ -74,7 +74,6 @@ subpackages="$pkgname-static $pkgname-openrc"
source="https://osdn.net/dl/cloudi/cloudi-$pkgver.tar.gz
0005-Disable-tests-for-aports-buildservers.patch
fix-new-binutils.patch
- cabal3.patch
$pkgname.initd"
# configure additional dependencies based on the package architecture
@@ -141,5 +140,4 @@ package() {
sha512sums="53a99729fa37673cfcc7fb7e76e285ff7bd978a080a65d46259b53c6dd0854214ee91b0e93f090d6958045f7e1eb0b739fcfc13c86070780f518f48bd9732fc8 cloudi-1.8.0.tar.gz
8b3c67ce0899b64b9f48da749864b95e3d9747383c1daabdad7e6230ebb815329ccbdc7f69a956590ddda0a32ff74d073f98bdc0b15d5dc4728dd11640835a6c 0005-Disable-tests-for-aports-buildservers.patch
4808b481b5e96db7534fd856ea17754cf3efaa4d07dec3bcba1e760e979307010262c5aed40a9b12f1bbddbf37201be6d8b6af4715639c76fc515e8bac562189 fix-new-binutils.patch
-c6d9398959b2be6073c1c9f121cdcca34844b87e75583cc757317e8ed689e79929ebb1035cbd0f995de54c7557abf69b71651a8d81fdbc9c644c56f085ced6b9 cabal3.patch
053f860f656617012208a0e1909e43b2f8979d381a90d3fa5a745a9cf5021fe54556a641fef2badaa9955f2394d00e32183389cb9b501169dcbf8cbe4fbb0329 cloudi.initd"
diff --git a/community/cloudi/cabal3.patch b/community/cloudi/cabal3.patch
deleted file mode 100644
index 4f20cc1e02..0000000000
--- a/community/cloudi/cabal3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/configure.ac
-+++ b/src/configure.ac
-@@ -419,7 +419,7 @@
- AM_CONDITIONAL([GO_SUPPORT], [test "x$go_support" = "xtrue"])
-
- # Haskell CloudI API support
--cabal_install_v2="false"
-+cabal_install_v2="true"
- if test "x$haskell_support" = "xtrue" ; then
- AC_ARG_VAR([GHC],[Glasgow Haskell Compiler executable])
- AC_PATH_PROGS([GHC],[ghc])