Skip to Content.
Sympa Menu

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

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 (633d16719c3b17264157e7fe723d395f785e3f31)
  • Date: Thu, 22 Aug 2019 20:16:08 +0000

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

net/iptraf-ng/BUILD | 2 ++
net/iptraf-ng/HISTORY | 4 ++++
net/iptraf-ng/PRE_BUILD | 3 ---
3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 633d16719c3b17264157e7fe723d395f785e3f31
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iptraf-ng: Add -D_GNU_SOURCE to CFLAGS

The code assumes a system with GNU API. Needed by musl and probably by
newer Glibc too.

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

iptraf-ng: remove ncurses fix, no effect

diff --git a/net/iptraf-ng/BUILD b/net/iptraf-ng/BUILD
new file mode 100755
index 0000000..ba1aebf
--- /dev/null
+++ b/net/iptraf-ng/BUILD
@@ -0,0 +1,2 @@
+CFLAGS+=' -D_GNU_SOURCE' &&
+default_build
diff --git a/net/iptraf-ng/HISTORY b/net/iptraf-ng/HISTORY
index 1d693c6..3fb58df 100644
--- a/net/iptraf-ng/HISTORY
+++ b/net/iptraf-ng/HISTORY
@@ -1,3 +1,7 @@
+2019-08-22 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed, no longer needed
+ * BUILD: Added -D_GNU_SOURCE to CFLAGS
+
2013-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.1.4, reformatted description

diff --git a/net/iptraf-ng/PRE_BUILD b/net/iptraf-ng/PRE_BUILD
deleted file mode 100755
index 025faa2..0000000
--- a/net/iptraf-ng/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i 's/5-c/w&/' configure



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (633d16719c3b17264157e7fe723d395f785e3f31), Ismael Luceno, 08/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page