Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 10:39:53 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anders@hack.org
Subject:   ports/40406: add optional IPv6 support to irc/epic4
Message-ID:  <20020710083953.B27D5AAD1@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         40406
>Category:       ports
>Synopsis:       add optional IPv6 support to irc/epic4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 10 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Thu Jun 27 09:54:16 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

add optional patches for IPv6 support to irc/epic4

Obtained from: NetBSD

>How-To-Repeat:
	
>Fix:

	

--- epic4.diff begins here ---
diff -ruN epic4.orig/Makefile epic4/Makefile
--- epic4.orig/Makefile	Thu Nov 29 18:48:00 2001
+++ epic4/Makefile	Wed Jul 10 10:20:31 2002
@@ -22,6 +22,12 @@
 DIST_SUBDIR=	epic4
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+PATCH_SITES=	http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/
+PATCHFILES=	epic4-1.0.1-ipv6-20010418.patch.gz
+PATCH_DIST_STRIP=	-p1
+.endif
+
 #PATCH_SITES=	${MASTER_SITES}
 #PATCHFILES=	${DISTNAME}-patch1
 #PATCH_DIST_STRIP=	-d ${WRKSRC}/source
@@ -30,6 +36,10 @@
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+USE_AUTOCONF=	yes
+.endif
 
 DISTFILE_HELP=	${PORTNAME}pre2-help.tar.gz
 
diff -ruN epic4.orig/distinfo epic4/distinfo
--- epic4.orig/distinfo	Tue Apr 24 20:18:14 2001
+++ epic4/distinfo	Wed Jul 10 10:19:30 2002
@@ -1,2 +1,3 @@
 MD5 (epic4/epic4-1.0.1.tar.bz2) = 5502b7141a5bad145cac0e6762162816
 MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
+MD5 (epic4/epic4-1.0.1-ipv6-20010418.patch.gz) = 27a4ae0240cd75f73b3ce7d1e3b84e65
--- epic4.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020710083953.B27D5AAD1>