Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2006 22:30:22 GMT
From:      "Dmitry Andrianov" <dimas@dataart.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: misc/97442: IPSec-Tools do not compile
Message-ID:  <200605232230.k4NMUMIg086309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/97442; it has been noted by GNATS.

From: "Dmitry Andrianov" <dimas@dataart.com>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: misc/97442: IPSec-Tools do not compile
Date: Wed, 24 May 2006 02:19:25 +0400

 Sorry for rich-text message. Sometimes outlook is a monster.
 Re-sending in plaintext
 
 It is not FreeBSD port bug but rather ipsec-tools bug.
 
 I already submitted it to them -
 http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1491819&grou=
 p_i
 d=3D74601&atid=3D541482
 
 If you just need a workaround, then
 
 $ cd /usr/ports/security/ipsec-tools/
 $ cat > files/patch-configure
 --- configure.orig     Fri May 19 15:58:36 2006
 +++ configure  Fri May 19 15:59:34 2006
 @@ -24212,6 +24212,7 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
 =20
 +		#include <sys/types.h>
 		#include <openssl/sha.h>=20
  int
 
 
 before running make. (If you already run make, rm -rf work and rerun)
 Note that patch contains TABs! Be careful when copying and pasting.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605232230.k4NMUMIg086309>