Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 09:53:54 -0700 (PDT)
From:      bmah@cisco.com (Bruce A. Mah)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19305: [patch] Update net/pchar port
Message-ID:  <200006151653.e5FGrs466927@bmah-freebsd-0.cisco.com>

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

>Number:         19305
>Category:       ports
>Synopsis:       [patch] Update net/pchar port
>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:   Thu Jun 15 10:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
Cisco Systems, Inc.
>Environment:

	

>Description:

Enclosed patch makes the following fixes to the net/pchar port:

1.  Update to pchar-1.2.
2.  New MASTER_SITES and WWW.
3.  pchar-1.2 makes patches/patch-PctestIpv6Udp.h unnecessary.
4.  Add patches/patch-pchar.8 (patch from author) to fix a typo.  (Will be
    fixed in next pchar release.)
5.  Install CHANGES file in doc directory.
6.  Fix PLIST to keep bento happy.

I'm the author of pchar, obrien is the port maintainer.

>How-To-Repeat:

	

>Fix:

diff -crN /usr/ports/net/pchar/Makefile ./pchar/Makefile
*** /usr/ports/net/pchar/Makefile	Thu Apr 27 11:18:41 2000
--- ./pchar/Makefile	Thu Jun 15 09:39:59 2000
***************
*** 7,15 ****
  #
  
  PORTNAME=	pchar
! PORTVERSION=	1.1.1
  CATEGORIES=	net ipv6
! MASTER_SITES=	http://www.ca.sandia.gov/~bmah/Software/pchar/
  
  MAINTAINER=	obrien@FreeBSD.org
  
--- 7,15 ----
  #
  
  PORTNAME=	pchar
! PORTVERSION=	1.2
  CATEGORIES=	net ipv6
! MASTER_SITES=	http://www.employees.org/~bmah/Software/pchar/
  
  MAINTAINER=	obrien@FreeBSD.org
  
***************
*** 25,31 ****
  .if !defined(NOPORTDOCS)
  post-install:
  	@${MKDIR} ${PREFIX}/share/doc/pchar
! 	cd ${WRKSRC} ; ${INSTALL_DATA} README FAQ ${PREFIX}/share/doc/pchar
  .endif
  
  .include <bsd.port.post.mk>
--- 25,31 ----
  .if !defined(NOPORTDOCS)
  post-install:
  	@${MKDIR} ${PREFIX}/share/doc/pchar
! 	cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${PREFIX}/share/doc/pchar
  .endif
  
  .include <bsd.port.post.mk>
diff -crN /usr/ports/net/pchar/files/md5 ./pchar/files/md5
*** /usr/ports/net/pchar/files/md5	Mon Jan 24 15:20:52 2000
--- ./pchar/files/md5	Thu Jun 15 09:37:17 2000
***************
*** 1 ****
! MD5 (pchar-1.1.1.tar.gz) = f9cc39f013e2a60a285b47936279c62c
--- 1 ----
! MD5 (pchar-1.2.tar.gz) = 501f2930fa9992fee8232dc86ecbdc2b
diff -crN /usr/ports/net/pchar/patches/patch-PctestIpv6Udp.h ./pchar/patches/patch-PctestIpv6Udp.h
*** /usr/ports/net/pchar/patches/patch-PctestIpv6Udp.h	Tue Mar 21 20:50:07 2000
--- ./pchar/patches/patch-PctestIpv6Udp.h	Wed Dec 31 16:00:00 1969
***************
*** 1,10 ****
- --- PctestIpv6Udp.h.orig	Wed Jan 19 09:14:42 2000
- +++ PctestIpv6Udp.h	Tue Mar 21 20:48:15 2000
- @@ -29,6 +29,7 @@
-  #endif /* STDC_HEADERS */
-  
-  #include <sys/types.h>
- +#include <sys/param.h>
-  #include <sys/socket.h>
-  #include <netinet/in.h>
-  
--- 0 ----
diff -crN /usr/ports/net/pchar/patches/patch-pchar.8 ./pchar/patches/patch-pchar.8
*** /usr/ports/net/pchar/patches/patch-pchar.8	Wed Dec 31 16:00:00 1969
--- ./pchar/patches/patch-pchar.8	Thu Jun 15 09:46:52 2000
***************
*** 0 ****
--- 1,21 ----
+ Index: pchar.8
+ ===================================================================
+ RCS file: /home/users/bmah/src/CVS/pc/pchar.8,v
+ retrieving revision 1.12
+ retrieving revision 1.13
+ diff -c -r1.12 -r1.13
+ *** pchar.8	2000/05/10 20:54:06	1.12
+ --- pchar.8	2000/06/15 16:44:41	1.13
+ ***************
+ *** 1,5 ****
+   .\" Copyright and comments
+ ! .TH pchar 1 "29 December 1998"
+   .SH PCHAR
+   pchar \- Perform network measurements along an Internet path
+   .SH SYNOPSIS
+ --- 1,5 ----
+   .\" Copyright and comments
+ ! .TH pchar 8 "29 December 1998"
+   .SH PCHAR
+   pchar \- Perform network measurements along an Internet path
+   .SH SYNOPSIS
diff -crN /usr/ports/net/pchar/pkg/DESCR ./pchar/pkg/DESCR
*** /usr/ports/net/pchar/pkg/DESCR	Thu Nov  4 00:33:27 1999
--- ./pchar/pkg/DESCR	Thu Jun 15 09:50:21 2000
***************
*** 1,6 ****
  pchar finds bandwidth, delay, average queue and loss rate of hops between
  source and destination.
  
! WWW: http://www.ca.sandia.gov/~bmah/Software/pchar/
  -- 
  David E. O'Brien         <obrien@cs.ucdavis.edu>
--- 1,6 ----
  pchar finds bandwidth, delay, average queue and loss rate of hops between
  source and destination.
  
! WWW: http://www.employees.org/~bmah/Software/pchar/
  -- 
  David E. O'Brien         <obrien@cs.ucdavis.edu>
diff -crN /usr/ports/net/pchar/pkg/PLIST ./pchar/pkg/PLIST
*** /usr/ports/net/pchar/pkg/PLIST	Thu Nov  4 00:33:27 1999
--- ./pchar/pkg/PLIST	Thu Jun 15 09:40:14 2000
***************
*** 1,4 ****
--- 1,6 ----
  @comment $FreeBSD: ports/net/pchar/pkg/PLIST,v 1.1.1.1 1999/11/04 08:33:27 obrien Exp $
  sbin/pchar
+ share/doc/pchar/CHANGES
  share/doc/pchar/FAQ
  share/doc/pchar/README
+ @dirrm share/doc/pchar

>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?200006151653.e5FGrs466927>