head	1.4;
access;
symbols
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2004.01.19.22.31.35;	author eik;	state dead;
branches;
next	1.3;

1.3
date	2003.10.08.01.38.55;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.07.22.31.18;	author edwin;	state dead;
branches;
next	1.1;

1.1
date	2003.09.26.12.05.12;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- update to version 3.50

Approved by:	marcus (mentor)
@
text
@--- nsock/src/configure.orig   Tue Oct  7 07:23:06 2003
+++ nsock/src/configure        Tue Oct  7 07:27:33 2003
@@@@ -1287,7 +1287,6 @@@@
      fi
    if test -d /usr/local/include; then
      CFLAGS="$CFLAGS -I/usr/local/include"
-     CXXFLAGS="$CFLAGS -I/usr/local/include"
    fi
 fi

@@@@ -3207,7 +3206,7 @@@@
     ;;
   *)
     specialssldir="$with_openssl"
-    CXXFLAGS="-I$with_openssl/include $CXXFLAGS"
+    CFLAGS="-I$with_openssl/include $CFLAGS"
     ;;
   esac

@


1.3
log
@add patches from Marius Strobls

PR:		ports/57646
Submitted by:	Marius Strobls
Approved by:	liver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@@


1.2
log
@[MAINTAINER] port security/nmap: update to version 3.48

	- improved version detection
	- integrates most FreeBSD fixes, thanks to
	  Marius Strobl <marius@@alchemy.franken.de>
	- install localized man pages

PR:		ports/57646
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d1 11
a11 31
--- nsock/src/configure.orig	Sat Sep 20 09:07:00 2003
+++ nsock/src/configure	Wed Sep 24 22:05:32 2003
@@@@ -3169,27 +3169,6 @@@@
 
 
 
-# Check whether --with-libnbase or --without-libnbase was given.
-if test "${with_libnbase+set}" = set; then
-  withval="$with_libnbase"
-    case "$with_libnbase" in
-  yes)
-    ;;
-  *)
-    NBASEDIR="$with_libnbase"
-    ;;
-  esac
-else
-  NBASEDIR="../../nbase"
-
-fi;
-
-LDFLAGS="$LDFLAGS -L$NBASEDIR"
-CFLAGS="$CFLAGS -I$NBASEDIR"
-LIBS="$LIBS -lnbase"
-
-
-
 # First we test whether they specified openssl desires explicitly
 use_openssl="yes"
 specialssldir=""
@@@@ -3206,7 +3185,7 @@@@
d16 1
a16 1
+    CPPFLAGS="-I$with_openssl/include $CPPFLAGS"
d19 1
a19 29
 
@@@@ -3856,6 +3835,27 @@@@
 _ACEOF
 
 fi
+
+
+# Check whether --with-libnbase or --without-libnbase was given.
+if test "${with_libnbase+set}" = set; then
+  withval="$with_libnbase"
+    case "$with_libnbase" in
+  yes)
+    ;;
+  *)
+    NBASEDIR="$with_libnbase"
+    ;;
+  esac
+else
+  NBASEDIR="../../nbase"
+
+fi;
+
+LDFLAGS="$LDFLAGS -L$NBASEDIR"
+CFLAGS="$CFLAGS -I$NBASEDIR"
+LIBS="$LIBS -lnbase"
+
 
 
 echo "$as_me:$LINENO: checking struct ip" >&5
@


1.1
log
@add patches forgotten in previous commit

Submitted by:	maintainer
Pointy hat to:	leeym
@
text
@@

