Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Aug 2001 17:42:17 +0900
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        Jonathan Chen <jonathan.chen@itouch.co.nz>
Cc:        sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: security/racoon port
Message-ID:  <ygeg0b4fehi.wl@piano.mahoroba.org>
In-Reply-To: <20010807155603.A89488@itouchnz.itouch>
References:  <20010807155603.A89488@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Tue, 7 Aug 2001 15:56:03 +1200
>>>>> Jonathan Chen <jonathan.chen@itouch.co.nz> said:

jonathan.chen> I've just cvsup'd just about 5 minutes ago, and tried building
jonathan.chen> security/racoon.  However, the port fails to build with:

jonathan.chen> I'm running "FreeBSD 4.3-STABLE #1: Mon Jul 16 16:46:47 NZST 2001".
jonathan.chen> Any chance of a fix?

This patch fix the problem.  Howerver, I didn't run racoon myself,
yet.  I already sent it to the maintainer.
FYI: I committed the lacking part to compile recent racoon from recent
KAME into 5-CURRENT, yesterday.  I believe it is not mandatory to run
recent racoon.

Index: files/patch-aa
diff -u files/patch-aa.orig files/patch-aa
--- files/patch-aa.orig	Tue Aug  7 02:36:25 2001
+++ files/patch-aa	Tue Aug  7 02:37:15 2001
@@ -1,6 +1,6 @@
 --- ../libipsec/Makefile.orig	Sun Jun 11 23:54:31 2000
 +++ ../libipsec/Makefile	Tue Oct 17 01:06:10 2000
-@@ -25,12 +25,13 @@
+@@ -25,14 +25,16 @@
  # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  # SUCH DAMAGE.
  
@@ -16,5 +16,9 @@
 -CFLAGS+=-g
 +CFLAGS+=-g -I.
  .if (${OPSYS} != "NetBSD")
- CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
+-CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
++CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 \
++	-Dsadb_x_sa2_sequence=sadb_x_sa2_reserved3
  .else
+ CPPFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
+ .endif

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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