Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8511779ad0cfdc10ea8dbbb3c9b9a242586db140)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8511779ad0cfdc10ea8dbbb3c9b9a242586db140)
  • Date: Sat, 1 Jun 2019 01:13:17 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/cfitsio/DETAILS | 4 ++--
libs/cfitsio/HISTORY | 3 +++
libs/libcgroup/HISTORY | 3 +++
libs/libcgroup/PRE_BUILD | 3 +++
4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 8511779ad0cfdc10ea8dbbb3c9b9a242586db140
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cfitsio 3450

commit 6b3d6b524c40383d0e63c04490540d44c31d84cb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libcgroup: Fix build against musl

diff --git a/libs/cfitsio/DETAILS b/libs/cfitsio/DETAILS
index 9800bc3..a1bd2ea 100755
--- a/libs/cfitsio/DETAILS
+++ b/libs/cfitsio/DETAILS
@@ -1,8 +1,8 @@
SPELL=cfitsio
- VERSION=3380
+ VERSION=3450
SOURCE="${SPELL}${VERSION}.tar.gz"
SOURCE_URL[0]=ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${SOURCE}
-
SOURCE_HASH=sha512:c289f6f8fae4a102044e74052004908c86e1a0905a2c579b8e2b96c7e11102a661fdd7bca1f5146d39a9fab6373943925fcf72eba7ff58b2eca55415418013e7
+
SOURCE_HASH=sha512:f553f9bbedc3ffabf939bb507d3c41d6dc0d889b3a0835c23a7aff90ba98d7f9a6217527d69bc8984ce9bd9664681baeec5b1555d2ab51aaca003fdb5a08127e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://heasarc.gsfc.nasa.gov/fitsio/";
LICENSE[0]=GPL
diff --git a/libs/cfitsio/HISTORY b/libs/cfitsio/HISTORY
index 57e310e..2be0fff 100644
--- a/libs/cfitsio/HISTORY
+++ b/libs/cfitsio/HISTORY
@@ -1,3 +1,6 @@
+2019-06-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 3450
+
2016-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3380
* DEPENDS: optionally depend on bzip2
diff --git a/libs/libcgroup/HISTORY b/libs/libcgroup/HISTORY
index eb31c73..05c24a5 100644
--- a/libs/libcgroup/HISTORY
+++ b/libs/libcgroup/HISTORY
@@ -1,3 +1,6 @@
+2019-06-01 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-09-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1; don't do useless doc'ing
* init.d/cgconfig: cgclear makes no sense without providing the
config;
diff --git a/libs/libcgroup/PRE_BUILD b/libs/libcgroup/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/libs/libcgroup/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8511779ad0cfdc10ea8dbbb3c9b9a242586db140), Ismael Luceno, 05/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page