diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2015-09-27 10:32:29 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2015-09-27 10:32:29 +0000 |
| commit | e48f1b3666caab624ca1eaa334ecca37a1c53330 (patch) | |
| tree | 37cbde6ecbb4f7eb8e2dce09cc667ef7b203b0a0 /security/nmap/files/patch-configure | |
| parent | Mark BROKEN: fails to link (diff) | |
- update to 6.49BETA5
- use DOCS instead PORTDOCS
- remove gcc workaround [1]
- (hopefully) use the correct __FreeBSD_version for SOCK_RAW
Changelog:
https://nmap.org/changelog.html
PR: 196065 [1]
PR: 200558 [2]
PR: 202139 [3]
Submitted by: sbruno@ , mikael.urankar@gmail.com [1]
Submitted by: truckman@ [2]
Submitted by: trasz@ [3]
Notes
Notes:
svn path=/head/; revision=398033
Diffstat (limited to 'security/nmap/files/patch-configure')
| -rw-r--r-- | security/nmap/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure index 964667c756c4..2bb31bc80d65 100644 --- a/security/nmap/files/patch-configure +++ b/security/nmap/files/patch-configure @@ -1,6 +1,15 @@ ---- ./configure.orig 2010-09-29 18:09:26.000000000 +0200 -+++ ./configure 2011-01-07 19:27:04.000000000 +0100 -@@ -3367,7 +3367,7 @@ +--- configure.orig 2015-06-16 13:47:16 UTC ++++ configure +@@ -2545,7 +2545,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA + ac_compiler_gnu=$ac_cv_c_compiler_gnu + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +-set dummy ${ac_tool_prefix}gcc; ac_word=$2 ++set dummy ${ac_tool_prefix}$CXX; ac_word=$2 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + $as_echo_n "checking for $ac_word... " >&6; } + if ${ac_cv_prog_CC+:} false; then : +@@ -3378,7 +3378,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
