#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@…
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.
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 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | nmap added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Slightly different patch (whitespacing and commented note about possibly needing to define CPP).
-eric