Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#992 closed update (fixed)

UPDATE: nmap 3.48

Reported by: danielluke (Daniel J. Luke) Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: nmap

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Version bump, portfile diff inline:

--- Portfile    23 Sep 2003 03:36:56 -0000      1.23
+++ Portfile    6 Oct 2003 14:30:12 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name           nmap
-version                3.45
+version                3.48
 categories     net
 maintainers    opendarwin.org@darkart.com
 description    Port scanning utility for large networks
@@ -24,7 +24,7 @@
 master_sites   http://download.insecure.org/nmap/dist/ \
                ftp://nuxi.ucdavis.edu/pub/misc/
 
-checksums      md5 9219fe0907a83bddbfd1b99a21ba35ac
+checksums      md5  8c38559a863efd476c5b042123f1ee3a
 
 use_bzip2      yes

Change History (5)

comment:1 Changed 21 years ago by opendarwin.org@…

Slightly different patch (whitespacing and commented note about possibly needing to define CPP).

-eric

cvs diff -u Portfile
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/nmap/Portfile,v
retrieving revision 1.23
diff -u -r1.23 Portfile
--- Portfile    23 Sep 2003 03:36:56 -0000      1.23
+++ Portfile    8 Oct 2003 00:18:28 -0000
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 name           nmap
-version                3.45
+version                3.48
 categories     net
-maintainers    opendarwin.org@darkart.com
+maintainers    opendarwin.org@darkart.com
 description    Port scanning utility for large networks
 homepage       http://nmap.org/
 platforms      darwin freebsd
@@ -24,7 +24,7 @@
 master_sites   http://download.insecure.org/nmap/dist/ \
                ftp://nuxi.ucdavis.edu/pub/misc/
 
-checksums      md5 9219fe0907a83bddbfd1b99a21ba35ac
+checksums      md5 8c38559a863efd476c5b042123f1ee3a
 
 use_bzip2      yes
 
@@ -40,3 +40,9 @@
                  depends_lib-append lib:libpcre.0:pcre }
 
 destroot.destdir prefix=${destroot}${prefix}
+
+##
+## Fyodor notes that OS X may require:
+## ./configure CPP=/usr/bin/cpp
+## instead of ./configure
+##
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

comitted. -fkr

comment:3 Changed 21 years ago by danielluke (Daniel J. Luke)

Just FYI, I've never seen a Mac OS X system where you needed to do ./configure CPP=/usr/bin/cpp instead of ./configure to get nmap to build.

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 21 years ago by opendarwin.org@…

I havn't seen an OS X system that needed the "CPP=..." trick either, but I figured I'd toss it into the Portfile as a comment in case the problem does occur and having the comment helps speed up debugging. -eric

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: nmap added
Type: defectupdate
Note: See TracTickets for help on using tickets.