From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 26 20:20:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0C516A810 for ; Fri, 26 May 2006 20:20:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EE643D5C for ; Fri, 26 May 2006 20:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4QKKQGX078616 for ; Fri, 26 May 2006 20:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4QKKQ4v078615; Fri, 26 May 2006 20:20:26 GMT (envelope-from gnats) Date: Fri, 26 May 2006 20:20:26 GMT Message-Id: <200605262020.k4QKKQ4v078615@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Dmitry Andrianov" Cc: Subject: Re: ports/97442: security/ipsec-tools: IPSec-Tools do not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Andrianov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 20:20:29 -0000 The following reply was made to PR ports/97442; it has been noted by GNATS. From: "Dmitry Andrianov" To: undisclosed-recipients:; Cc: Subject: Re: ports/97442: security/ipsec-tools: IPSec-Tools do not compile Date: Fri, 26 May 2006 20:11:43 +0000 (GMT) Ok, looks like my "workaround" was for 0.6.5_1 while people having problems with 0.6.5_2 Below is the patch for 0.6.5_2. Since that version already have a patch for configure, I'm providing a patch for that patch :=) It has to be applied before running make. --- files/patch-configure.orig Fri May 26 19:34:07 2006 +++ files/patch-configure Fri May 26 19:47:30 2006 @@ -1,5 +1,15 @@ --- configure.orig Wed Apr 26 15:28:47 2006 +++ configure Wed Apr 26 15:28:56 2006 +@@ -24212,6 +24212,9 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + ++#ifdef HAVE_SYS_TYPES_H ++#include ++#endif + #include + + int @@ -25122,6 +25122,74 @@ fi =============================================================== Patch is to be applied in /usr/ports/security/ipsec-tools