Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-5.00-python.patch
Date: Sun, 04 Apr 2010 09:56:14
Message-Id: E1NyMYr-0008US-PB@stork.gentoo.org
1 spock 10/04/04 09:56:09
2
3 Added: nmap-5.00-python.patch
4 Log:
5 Disable compilation of Python modules.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/nmap/files/nmap-5.00-python.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-5.00-python.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-5.00-python.patch?rev=1.1&content-type=text/plain
13
14 Index: nmap-5.00-python.patch
15 ===================================================================
16 diff -Naurp nmap-5.00-orig//Makefile.in nmap-5.00/Makefile.in
17 --- nmap-5.00-orig//Makefile.in 2010-04-04 11:39:01.000000000 +0200
18 +++ nmap-5.00/Makefile.in 2010-04-04 11:39:29.000000000 +0200
19 @@ -236,7 +236,7 @@ build-zenmap: $(ZENMAPDIR)/setup.py $(ZE
20
21 install-zenmap: $(ZENMAPDIR)/setup.py
22 $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
23 - cd $(ZENMAPDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)")
24 + cd $(ZENMAPDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile
25 $(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
26 # Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is
27 # already a link.
28 @@ -250,7 +250,7 @@ build-ndiff:
29 cd $(NDIFFDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)")
30
31 install-ndiff:
32 - cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)")
33 + cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile
34
35 NSE_FILES = scripts/script.db scripts/*.nse
36 NSE_LIB_LUA_FILES = nselib/*.lua