From freebsd@unixfreunde.de  Tue May  2 19:24:34 2006
Return-Path: <freebsd@unixfreunde.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB60C16A5AE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 19:24:25 +0000 (UTC)
	(envelope-from freebsd@unixfreunde.de)
Received: from unixfreunde.net (unixfreunde.de [85.214.35.254])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCCE43D60
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 19:24:25 +0000 (GMT)
	(envelope-from freebsd@unixfreunde.de)
Received: by unixfreunde.net (Postfix, from userid 65534)
	id D39F8505B2; Tue,  2 May 2006 21:24:27 +0200 (CEST)
Received: from mwilke.ath.cx (p548D3F35.dip0.t-ipconnect.de [84.141.63.53])
	by unixfreunde.net (Postfix) with ESMTP id 882B35058E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 21:24:25 +0200 (CEST)
Message-Id: <1146597864.43025@mwilke.ath.cx>
Date: Tue, 2 May 2006 21:24:24 +0200
From: "Martin Wilke" <freebsd@unixfreunde.de>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [update] net/icpld 
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         96680
>Category:       ports
>Synopsis:       [update] net/icpld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 19:30:22 GMT 2006
>Closed-Date:    Tue May 09 16:36:49 GMT 2006
>Last-Modified:  Tue May 09 16:36:49 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #137: Tue May  2 08:04:55 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- update to 1.1.4
- add options for ipv6 (enable/disable)
- take maintainership


From 1.1.3 to 1.1.4
-------------------

contrib/:	Added init.d script from Klaus-J
README:		Added credits

From 1.1.1 to 1.1.3
-------------------

* main():	Added reading from the popen() ptr in the fallback checking as well, seems
		to be required on some systems.
* reset():	Oops: Removed my trace output in -reset
* parseargs():	Added -err and -err6 which displays the error log, much like the -log option
* help():	Fixed typo at -errFile6
* help():	Added -err and -err6
* help():	Fixed typo
* dispErrs():	New function and file, takes a mode and a string. The mode tells us if it's -err6 
		or -err that's calling us, and the string holds the corresponding filename. 
		Simple and straight forward
* man/icpld.1:	Added -err and -err6 as well as some other minor adjustments
* reset():	Slight modification to get rid of some redundancy
* icpld.conf.sample: Rewrote some comments to clarify things which may have been a tad fuzzy





>How-To-Repeat:





>Fix:


--- icpld.diff begins here ---
diff -ruN /usr/ports/net/icpld/Makefile ports/net/icpld/Makefile
--- /usr/ports/net/icpld/Makefile	Wed Oct 12 14:03:25 2005
+++ ports/net/icpld/Makefile	Tue May  2 16:44:35 2006
@@ -6,18 +6,30 @@
 #
 
 PORTNAME=	icpld
-PORTVERSION=	1.1.1
-CATEGORIES=	net
+PORTVERSION=	1.1.4
+CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.ibiblio.org/icpld/download/ \
-		http://voodoo.bawue.com/download/
+		http://freebsd.unixfreunde.de/sources/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsd@unixfreunde.de
 COMMENT=	Internet connection performance logging daemon
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
+OPTIONS=	IPV6	"Enable IPV6" off \
+
+.include  <bsd.port.pre.mk>
+
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=--enable-ipv6
+PLIST_SUB+=	IPV6=""
+.else
+CONFIGURE_ARGS+=--disable-ipv6
+PLIST_SUB+=	IPV6="@comment "
+.endif
+
 MAN1=		${PORTNAME}.1
 
 PORTDOCS=	README
@@ -40,4 +52,4 @@
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN /usr/ports/net/icpld/distinfo ports/net/icpld/distinfo
--- /usr/ports/net/icpld/distinfo	Fri Nov 25 21:31:50 2005
+++ ports/net/icpld/distinfo	Tue May  2 16:22:30 2006
@@ -1,3 +1,3 @@
-MD5 (icpld-1.1.1.tar.bz2) = bd30b0da120c1c9503709f10a515bcaf
-SHA256 (icpld-1.1.1.tar.bz2) = 354858f45d56e74b50ea9b3c1a52a5d3fe4d799dca4a08ec2fc05d4963daa6d0
-SIZE (icpld-1.1.1.tar.bz2) = 240511
+MD5 (icpld-1.1.4.tar.bz2) = 03c8b2bee1cdb57909ba4a2bb6aefa48
+SHA256 (icpld-1.1.4.tar.bz2) = b8d3c15b480b5648242a4266a930e8d5359106b4d6a835e9e8012807634b3da0
+SIZE (icpld-1.1.4.tar.bz2) = 179641
--- icpld.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Tue May 9 16:36:47 UTC 2006 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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