diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-03-15 15:52:15 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-03-15 15:52:15 +0200 |
commit | e8a390d049832e3517680210c5517b2c678c1901 (patch) | |
tree | 46533a7ffac1210f7b913e2ab50b217a7be28600 /net-analyzer/zenmap/files | |
parent | 36840b392419f32a568cbd97b5f7477bb15e685c (diff) |
Keeping zenmap
Diffstat (limited to 'net-analyzer/zenmap/files')
-rw-r--r-- | net-analyzer/zenmap/files/nmap-5.21-python.patch | 21 | ||||
-rw-r--r-- | net-analyzer/zenmap/files/nmap-logo-64.png | bin | 0 -> 3289 bytes |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/zenmap/files/nmap-5.21-python.patch b/net-analyzer/zenmap/files/nmap-5.21-python.patch new file mode 100644 index 00000000..aa0d4f9d --- /dev/null +++ b/net-analyzer/zenmap/files/nmap-5.21-python.patch @@ -0,0 +1,21 @@ +diff -Naurp nmap-5.21-orig/Makefile.in nmap-5.21/Makefile.in +--- nmap-5.21-orig/Makefile.in 2010-01-31 09:53:53.000000000 +0100 ++++ nmap-5.21/Makefile.in 2010-01-31 09:54:48.000000000 +0100 +@@ -253,7 +253,7 @@ build-zenmap: $(ZENMAPDIR)/setup.py $(ZE + + install-zenmap: $(ZENMAPDIR)/setup.py + $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 +- cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)") ++ cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile + $(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/ + # Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is + # already a link. +@@ -267,7 +267,7 @@ build-ndiff: + cd $(NDIFFDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)") + + install-ndiff: +- cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") ++ cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile + + NSE_FILES = scripts/script.db scripts/*.nse + NSE_LIB_LUA_FILES = nselib/*.lua diff --git a/net-analyzer/zenmap/files/nmap-logo-64.png b/net-analyzer/zenmap/files/nmap-logo-64.png Binary files differnew file mode 100644 index 00000000..ef0af9b1 --- /dev/null +++ b/net-analyzer/zenmap/files/nmap-logo-64.png |