Ticket #1147: net_nmap.diff.20031116.19.44

File net_nmap.diff.20031116.19.44, 845 bytes (added by opendarwin.org@…, 20 years ago)

improved patch

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/nmap/Portfile,v
4retrieving revision 1.24
5diff -u -r1.24 Portfile
6--- Portfile    8 Oct 2003 00:46:39 -0000       1.24
7+++ Portfile    17 Nov 2003 03:46:23 -0000
8@@ -3,6 +3,7 @@
9 PortSystem 1.0
10 name           nmap
11 version                3.48
12+revision       1
13 categories     net
14 maintainers    opendarwin.org@darkart.com     
15 description    Port scanning utility for large networks
16@@ -28,9 +29,9 @@
17 
18 use_bzip2      yes
19 
20-configure.args --without-nmapfe
21+configure.args --without-nmapfe --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info
22 
23-variant gtk    { configure.args {}
24+variant gtk    { configure.args-delete --without-nmapfe
25                  depends_lib-append lib:libgtk.1:gtk }
26 
27 variant dp-ssl { configure.args-append --with-openssl=${prefix}