Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 19:55:38 +0200 (CEST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jesper@jdn.dk
Subject:   ports/85980: update: net/sipp (1.0 to 1.1rc2)
Message-ID:  <200509111755.j8BHtc28073251@bender.wormulon.net>
Resent-Message-ID: <200509111800.j8BI0TsQ094710@freefall.freebsd.org>

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

>Number:         85980
>Category:       ports
>Synopsis:       update: net/sipp (1.0 to 1.1rc2)
>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:   Sun Sep 11 18:00:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.4-STABLE-SNAP006 i386
>Organization:
>Environment:
System: FreeBSD bender.wormulon.net 5.4-STABLE-SNAP006 FreeBSD 5.4-STABLE-SNAP006 #0: Sun Aug 7 05:29:16 UTC 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

This is an update of sipp to 1.1rc2 which is already pretty old but stable.
patch-comp.h is not needed anymore but I added patch-comp.c (which is
already included in the CVS snapshots).

Port maintainer CC'ed.

>How-To-Repeat:
	
>Fix:

	

--- sipp-1.0-to-1.1rc2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/sipp/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	18 Feb 2005 12:26:26 -0000	1.5
+++ Makefile	11 Sep 2005 17:04:53 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	sipp
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	sipp
-DISTNAME=	${PORTNAME}.${PORTVERSION}
+DISTNAME=	${PORTNAME}.${PORTVERSION}rc2
 
 MAINTAINER=	jesper@jdn.dk
 COMMENT=	SIP testing tool
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/sipp/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	21 Jan 2005 15:13:34 -0000	1.2
+++ distinfo	11 Sep 2005 17:04:53 -0000
@@ -1,2 +1,2 @@
-MD5 (sipp.1.0.tar.gz) = 8866e9af0d3bc29e91ebb6eab89a7f1f
-SIZE (sipp.1.0.tar.gz) = 69330
+MD5 (sipp.1.1rc2.tar.gz) = 37e095368ff616c9cace03590705ca7c
+SIZE (sipp.1.1rc2.tar.gz) = 86456
Index: files/patch-comp.c
===================================================================
RCS file: files/patch-comp.c
diff -N files/patch-comp.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-comp.c	11 Sep 2005 17:04:53 -0000
@@ -0,0 +1,21 @@
+--- comp.c.orig	Sun Sep 11 18:39:50 2005
++++ comp.c	Sun Sep 11 18:40:09 2005
+@@ -40,15 +40,15 @@
+   }
+   
+   *(void **)(&comp_compress) = dlsym(handle, "comp_compress");
+-  if((error = dlerror()))  
++  if((error = (char *) dlerror()))  
+     { strcpy(comp_error, error); return comp_error; }
+   
+   *(void **)(&comp_uncompress) = dlsym(handle, "comp_uncompress");
+-  if((error = dlerror()))  
++  if((error = (char *) dlerror()))  
+     { strcpy(comp_error, error); return comp_error; }
+   
+   *(void **)(&comp_free) = dlsym(handle, "comp_free");
+-  if((error = dlerror()))  
++  if((error = (char *) dlerror()))  
+     { strcpy(comp_error, error); return comp_error; }
+   
+   return 0;
Index: files/patch-comp.h
===================================================================
RCS file: files/patch-comp.h
diff -N files/patch-comp.h
--- files/patch-comp.h	18 Jun 2004 07:33:47 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
---- comp.h.orig	Thu Jun 17 08:32:56 2004
-+++ comp.h	Thu Jun 17 08:33:04 2004
-@@ -19,6 +19,9 @@
-  *           From Hewlett Packard Company.
-  */
- 
-+#if __FreeBSD__ < 5
-+#include <sys/types.h>
-+#endif
- #include <sys/socket.h>
- 
- #ifdef __cplusplus
--- sipp-1.0-to-1.1rc2.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?200509111755.j8BHtc28073251>