Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e7af12a66a693bea06b77471f99ac9d0211b8075)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e7af12a66a693bea06b77471f99ac9d0211b8075)
  • Date: Mon, 19 Nov 2007 17:37:29 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

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

New commits:
commit e7af12a66a693bea06b77471f99ac9d0211b8075
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

nmap: fixed DEPENDS, --with-pcre=included -> --with-libpcre=included

diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index 10dbaa7..e893e02 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,3 +1,3 @@
depends g++ &&
optional_depends "gtk+2" '--with-nmapfe' '--without-nmapfe' 'for nmapfe
support' &&
-optional_depends "pcre" "" "--with-pcre=included" "Use external pcre lib?"
+optional_depends "pcre" "" "--with-libpcre=included" "Use external pcre lib?"
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 6a2ed77..555a82b 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,6 @@
+2007-11-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: --with-pcre=included -> --with-libpcre=included
+
2007-11-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added optional pcre #9597




  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e7af12a66a693bea06b77471f99ac9d0211b8075), Ladislav Hagara, 11/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page