Skip to Content.
Sympa Menu

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

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 (528bffd7450f7fa5855d9f677ca7e70ce55a7dec)
  • Date: Thu, 22 Jan 2015 08:36:59 -0600

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

security/nmap/BUILD | 2 +-
security/nmap/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 528bffd7450f7fa5855d9f677ca7e70ce55a7dec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nmap: Specify to use python2 explicitly

diff --git a/security/nmap/BUILD b/security/nmap/BUILD
index feecaf6..87b0ca2 100755
--- a/security/nmap/BUILD
+++ b/security/nmap/BUILD
@@ -1,4 +1,4 @@
LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" &&
OPTS="$NMAP_OPTS --with-libdnet=included $OPTS" &&
-
+export PYTHON=python2 &&
default_build
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 40a4524..5aeb735 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,6 @@
+2015-01-22 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Specify to use python2 explicitly
+
2014-12-29 Eric Sandall <sandalle AT sourcemage.org>
* BUILD, DEPENDS: Remove libdnet, the latest (from 2005) version is
not
compatible with this version of nmap.



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (528bffd7450f7fa5855d9f677ca7e70ce55a7dec), Ismael Luceno, 01/22/2015

Archive powered by MHonArc 2.6.24.

Top of Page