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.21-python.patch
Date: Sun, 31 Jan 2010 09:08:55
Message-Id: E1NbVnX-0001u7-Ok@stork.gentoo.org
1 spock 10/01/31 09:08:51
2
3 Added: nmap-5.21-python.patch
4 Log:
5 Fix bug #302636.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/nmap/files/nmap-5.21-python.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-5.21-python.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-5.21-python.patch?rev=1.1&content-type=text/plain
13
14 Index: nmap-5.21-python.patch
15 ===================================================================
16 diff -Naurp nmap-5.21-orig/Makefile.in nmap-5.21/Makefile.in
17 --- nmap-5.21-orig/Makefile.in 2010-01-31 09:53:53.000000000 +0100
18 +++ nmap-5.21/Makefile.in 2010-01-31 09:54:48.000000000 +0100
19 @@ -253,7 +253,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 --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)")
24 + cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet 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 @@ -267,7 +267,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