Skip to Content.
Sympa Menu

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

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 (7f13261bb83bf8e38bf3871d72d5068e60173b6f)
  • Date: Mon, 20 May 2019 21:31:54 +0000

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

ftp/axel/DETAILS | 6 +++---
ftp/axel/HISTORY | 4 ++++
utils/gpm/BUILD | 2 ++
utils/gpm/HISTORY | 3 +++
4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 7f13261bb83bf8e38bf3871d72d5068e60173b6f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gpm: Fix circular dependency with ncurses

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

axel 2.17.3

Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>

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

axel: Update WEB_SITE

Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>

diff --git a/ftp/axel/DETAILS b/ftp/axel/DETAILS
index 34333be..e5b4f56 100755
--- a/ftp/axel/DETAILS
+++ b/ftp/axel/DETAILS
@@ -1,11 +1,11 @@
SPELL=axel
- VERSION=2.16.1
+ VERSION=2.17.3
SECURITY_PATCH=2
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/axel-download-accelerator/axel/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:a263b6926acb6acf16353d0d02464d48ad89c18dd3328b84273c26cdb23cb7323084a8204a5c6ad163ad5352136cb1709c6734d4fec9bc1c514174dbbb3c5dab
+
SOURCE_HASH=sha512:6f1f64db0f62a4182b6f80302fcda3c71290cbf16191bad8ada33cb28c593524b7173666a85c409af2ad1d553f5b6b7dfb01dc2700a45e503a14673fb270dabb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=https://github.com/eribertomota/axel
+ WEB_SITE=https://github.com/axel-download-accelerator/axel/
LICENSE[0]="GPL"
ENTERED=20100311
KEYWORDS="ftp"
diff --git a/ftp/axel/HISTORY b/ftp/axel/HISTORY
index 0b199b2..f453b37 100644
--- a/ftp/axel/HISTORY
+++ b/ftp/axel/HISTORY
@@ -1,3 +1,7 @@
+2019-05-20 Ismael Luceno <ismael.luceno AT silicon-gears.com>
+ * DETAILS: Updated WEB_SITE
+ * DETAILS: updated spell to 2.17.3
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/utils/gpm/BUILD b/utils/gpm/BUILD
index ddd570e..a2c8c75 100755
--- a/utils/gpm/BUILD
+++ b/utils/gpm/BUILD
@@ -1,6 +1,8 @@
sedit 's/@EMACS@/:/' Makefile.include.in &&
sedit 's/@ELISP@//' Makefile.include.in &&
LDFLAGS="$LDFLAGS -lm" &&
+# Break circular dependency with ncurses
+OPTS+=" --without-curses" &&
./configure --prefix=${TRACK_ROOT}/usr \
--sysconfdir=${TRACK_ROOT}/etc \
--localstatedir=${TRACK_ROOT}/var \
diff --git a/utils/gpm/HISTORY b/utils/gpm/HISTORY
index 5144c7e..1e80e3d 100644
--- a/utils/gpm/HISTORY
+++ b/utils/gpm/HISTORY
@@ -1,3 +1,6 @@
+2019-05-20 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed circular dep with ncurses
+
2018-04-08 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, gpm-1.20.7-musl.patch: Added patch to build against musl
libc




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7f13261bb83bf8e38bf3871d72d5068e60173b6f), Ismael Luceno, 05/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page