Opened 19 years ago
Closed 19 years ago
#8664 closed defect (fixed)
nmap depends upon but doesn't use DP's pcre
Reported by: | blair (Blair Zajac) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
I built the new nmap today and noticed this:
checking pcre.h usability... no checking pcre.h presence... no checking for pcre.h... no checking pcre/pcre.h usability... no checking pcre/pcre.h presence... no checking for pcre/pcre.h... no
It looks like nmap's configure is being stupid with the In the config.log:
configure:5914: checking pcre.h usability configure:5926: gcc -c -g -O2 conftest.c >&5 conftest.c:76:18: error: pcre.h: No such file or directory
It looks like the configure argument has changed:
./configure --help|grep pcre
--with-libpcre=DIR Use an existing (compiled) pcre lib from DIR/include and
DIR/lib. Specify --with-libpcre=included to always use the version included wi
th Nmap
If you fix this, could you bump namp's Portfile version number so that it'll force me to rebuild it :)
Thanks, Blair
Change History (1)
comment:1 Changed 19 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
change committed, thanks!