From mohacsi@scone.ki.iif.hu  Mon Aug  2 11:26:47 2004
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBB0F16A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2004 11:26:47 +0000 (GMT)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3492443D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2004 11:26:47 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.12.11/8.12.11) id i72DQ7k3010853;
	Mon, 2 Aug 2004 15:26:07 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200408021326.i72DQ7k3010853@scone.ki.iif.hu>
Date: Mon, 2 Aug 2004 15:26:07 +0200 (CEST)
From: Janos Mohacsi <mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer update: net/mad_fcl version 1.0 (SSM support)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69900
>Category:       ports
>Synopsis:       maintainer update: net/mad_fcl version 1.0 (SSM support)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 11:30:22 GMT 2004
>Closed-Date:    Fri Aug 06 07:25:58 GMT 2004
>Last-Modified:  Fri Aug 06 07:25:58 GMT 2004
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Jul 26 15:16:09 CEST 2004 root@scone.ki.iif.hu:/usr/obj/usr/src/sys/SCONE i386

>Description:
	Maintainer update to net/mad_fcl version 1.0
	Changes: 
	- Bugfix to support Source Specific Multicast with KAME kernel
	
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN mad_fcl.bak/Makefile mad_fcl/Makefile
--- mad_fcl.bak/Makefile	Fri Jun 25 15:29:57 2004
+++ mad_fcl/Makefile	Mon Aug  2 11:56:14 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	mad_fcl
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.atm.tut.fi/mad/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src
diff -ruN mad_fcl.bak/files/patch-alclib_linux__ssm.h mad_fcl/files/patch-alclib_linux__ssm.h
--- mad_fcl.bak/files/patch-alclib_linux__ssm.h	Thu Jan  1 01:00:00 1970
+++ mad_fcl/files/patch-alclib_linux__ssm.h	Mon Aug  2 11:52:18 2004
@@ -0,0 +1,32 @@
+
+$FreeBSD$
+
+--- alclib/linux_ssm.h.orig	Fri Jul 30 14:15:54 2004
++++ alclib/linux_ssm.h	Mon Aug  2 11:50:48 2004
+@@ -33,12 +33,12 @@
+ 
+ struct ip_mreq_source {
+   struct in_addr imr_multiaddr;  /* IP address of group */
+-  struct in_addr imr_interface;  /* IP address of interface */
+   struct in_addr imr_sourceaddr; /* IP address of source */
++  struct in_addr imr_interface;  /* IP address of interface */
+ };
+ 
+-#define IP_ADD_SOURCE_MEMBERSHIP        39
+-#define IP_DROP_SOURCE_MEMBERSHIP       40
++#define IP_ADD_SOURCE_MEMBERSHIP        25
++#define IP_DROP_SOURCE_MEMBERSHIP       26
+ 
+ #endif
+ 
+@@ -54,8 +54,8 @@
+       struct sockaddr_storage gsr_source;    /* source address */
+    };
+ 
+-#define MCAST_JOIN_SOURCE_GROUP  46
+-#define MCAST_LEAVE_SOURCE_GROUP  47
++#define MCAST_JOIN_SOURCE_GROUP  74
++#define MCAST_LEAVE_SOURCE_GROUP  75
+ 
+ #endif
+ 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri Aug 6 07:25:10 GMT 2004 
State-Changed-Why:  
Committed, thanks! 
I took the liberty of removing pkg-plist in favour of PLIST_FILES 
and PORTDOCS -- I hope you don't mind! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69900 
>Unformatted:
