Skip site navigation (1)Skip section navigation (2)
Date:      8 Sep 2003 08:28:59 -0000
From:      "filippo@widestore.net" <filippo@widestore.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56587: MAINTAINER UPDATE: net/nc6 distfile fetch problem and getopt bug fixed
Message-ID:  <20030908082859.79571.qmail@widhost.net>
Resent-Message-ID: <200309080830.h888UKDv050892@freefall.freebsd.org>

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

>Number:         56587
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: net/nc6 distfile fetch problem and getopt bug fixed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 08 01:30:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Filippo Natali
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Widestore srl
>Environment:
FreeBSD cagnina.hq.widestore.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Apr 10 18:12:23 CEST 2003     filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA  i386

	
>Description:
	Distfile fetch problem fixed.
	Added a patch to fix a bug with command line options (thanks to ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>).
	Bump portrevision.	
>How-To-Repeat:
	
>Fix:
diff -crN /usr/ports/net/nc6/Makefile nc6/Makefile
*** /usr/ports/net/nc6/Makefile	Wed Aug 27 11:59:25 2003
--- nc6/Makefile	Mon Sep  8 10:04:14 2003
***************
*** 7,16 ****
  
  PORTNAME=	nc6
  PORTVERSION=	0.5
! PORTREVISION=	1
  CATEGORIES=	net ipv6
! MASTER_SITES=	ftp://ftp.deepspace6.net/pub/sources/nc6/ \
! 		http://ftp.deepspace6.net/pub/sources/nc6/
  
  MAINTAINER=	filippo@widestore.net
  COMMENT=	Netcat clone with IPv6 support
--- 7,16 ----
  
  PORTNAME=	nc6
  PORTVERSION=	0.5
! PORTREVISION=	2	
  CATEGORIES=	net ipv6
! MASTER_SITES=	ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
! 		http://ftp.deepspace6.net/pub/ds6/sources/nc6/
  
  MAINTAINER=	filippo@widestore.net
  COMMENT=	Netcat clone with IPv6 support
diff -crN /usr/ports/net/nc6/files/patch-ab nc6/files/patch-ab
*** /usr/ports/net/nc6/files/patch-ab	Thu Jan  1 01:00:00 1970
--- nc6/files/patch-ab	Mon Sep  8 10:03:25 2003
***************
*** 0 ****
--- 1,11 ----
+ --- src/parser.c.orig	Thu Mar 27 18:09:49 2003
+ +++ src/parser.c	Thu Sep  4 22:11:43 2003
+ @@ -148,7 +148,7 @@
+  	_verbosity_level = 0;
+  
+  	/* option recognition loop */
+ -	while ((c = getopt_long(argc, argv, "46ehlnp:q:s:uvw:x",
+ +	while ((c = getopt_long(argc, argv, "46e:hlnp:q:s:uvw:x",
+  	                        long_options, &option_index)) >= 0)
+  	{
+   		switch (c) {
>Release-Note:
>Audit-Trail:
>Unformatted:



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