Skip site navigation (1)Skip section navigation (2)
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:   ports/96680: [update] net/icpld 
Message-ID:  <1146597864.43025@mwilke.ath.cx>
Resent-Message-ID: <200605021930.k42JUNqV080995@freefall.freebsd.org>

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

>Number:         96680
>Category:       ports
>Synopsis:       [update] net/icpld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 19:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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