diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-04 00:09:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-04 00:09:47 +0800 |
commit | 82223d6c1e5f9b3d4d1780fae3985b38fde94997 (patch) | |
tree | 0aab6d60144f62370fbcb12aca5eff4d46a58083 /security/nmap/files | |
parent | e46c8563b2147f12008b5940bc5f16442ce37861 (diff) | |
download | freebsd-ports-gnome-82223d6c1e5f9b3d4d1780fae3985b38fde94997.tar.gz freebsd-ports-gnome-82223d6c1e5f9b3d4d1780fae3985b38fde94997.tar.zst freebsd-ports-gnome-82223d6c1e5f9b3d4d1780fae3985b38fde94997.zip |
- Update to 4.68
PR: 126211
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Diffstat (limited to 'security/nmap/files')
-rw-r--r-- | security/nmap/files/patch-Makefile.in | 9 | ||||
-rw-r--r-- | security/nmap/files/patch-configure | 17 |
2 files changed, 3 insertions, 23 deletions
diff --git a/security/nmap/files/patch-Makefile.in b/security/nmap/files/patch-Makefile.in index 9144e16d5ea2..71329760543e 100644 --- a/security/nmap/files/patch-Makefile.in +++ b/security/nmap/files/patch-Makefile.in @@ -9,12 +9,3 @@ NMAPDEVDIR=~/nmap-dev export NBASEDIR=@NBASEDIR@ -@@ -178,7 +178,7 @@ - # Use strip -x to avoid stripping dynamically loaded NSE functions. See - # http://seclists.org/nmap-dev/2007/q4/0272.html. - $(STRIP) -x $(DESTDIR)$(bindir)/nmap -- $(INSTALL) -c -m 644 docs/$(TARGET).1 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/ -+ $(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/ - $(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/ - $(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/ - $(INSTALL) -c -m 644 nmap-services $(DESTDIR)$(nmapdatadir)/ diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure index 9a56d3386831..2f3667f7a9c4 100644 --- a/security/nmap/files/patch-configure +++ b/security/nmap/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2008-04-28 19:53:32.000000000 +0200 -+++ configure 2008-05-04 20:25:47.000000000 +0200 +--- configure.orig 2008-06-15 09:05:12.000000000 +0200 ++++ configure 2008-08-03 12:41:04.000000000 +0200 @@ -1930,7 +1930,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then @@ -9,25 +9,14 @@ { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then -@@ -7179,9 +7179,9 @@ +@@ -7337,8 +7337,8 @@ no_lua="yes" ;; *) - CPPFLAGS="-I$with_liblua/include $CPPFLAGS" - LDFLAGS="-L$with_liblua/lib $LDFLAGS" -- have_lua=yes + CPPFLAGS="-I${LUA_INCDIR} $CPPFLAGS" + LDFLAGS="-L${LUA_LIBDIR} $LDFLAGS" -+ #have_lua=yes ;; esac -@@ -7189,7 +7189,7 @@ - - - # They don't want lua --if test $no_lua == yes; then -+if test $no_lua = yes; then - CXXFLAGS="-DNOLUA $CXXFLAGS" - LIBLUA_LIBS="" - LUA_DEPENDS="" |