ports/90852: update port net/sipp to 1.1.r4
Babak Farrokhi
babak at farrokhi.net
Fri Dec 23 12:40:06 UTC 2005
>Number: 90852
>Category: ports
>Synopsis: update port net/sipp to 1.1.r4
>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: Fri Dec 23 12:40:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Babak Farrokhi
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root at royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
>Fix:
--- sipp.patch begins here ---
diff -ruN sipp.orig/Makefile sipp/Makefile
--- sipp.orig/Makefile Fri Dec 23 15:41:12 2005
+++ sipp/Makefile Fri Dec 23 15:44:25 2005
@@ -6,16 +6,16 @@
#
PORTNAME= sipp
-PORTVERSION= 1.1.r2
+PORTVERSION= 1.1.r4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= sipp
-DISTNAME= ${PORTNAME}.1.1rc2
+DISTNAME= ${PORTNAME}-1.1rc4
MAINTAINER= jesper at jdn.dk
COMMENT= SIP testing tool
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}.cumulus.2005-12-21
PLIST_FILES= bin/sipp
MAN1= sipp.1
diff -ruN sipp.orig/distinfo sipp/distinfo
--- sipp.orig/distinfo Fri Dec 23 15:41:12 2005
+++ sipp/distinfo Fri Dec 23 15:43:09 2005
@@ -1,2 +1,3 @@
-MD5 (sipp.1.1rc2.tar.gz) = 37e095368ff616c9cace03590705ca7c
-SIZE (sipp.1.1rc2.tar.gz) = 86456
+MD5 (sipp-1.1rc4.tar.gz) = cf70c1e10057a032b96fb2023732c0ad
+SHA256 (sipp-1.1rc4.tar.gz) = f0a55e2cec27e9cc9a2f5c985ecb4135639fce467d0a57d00ebec4d9a4c00616
+SIZE (sipp-1.1rc4.tar.gz) = 130699
diff -ruN sipp.orig/files/patch-Makefile sipp/files/patch-Makefile
--- sipp.orig/files/patch-Makefile Fri Dec 23 15:41:12 2005
+++ sipp/files/patch-Makefile Fri Dec 23 15:54:28 2005
@@ -1,8 +1,8 @@
$FreeBSD: ports/net/sipp/files/patch-Makefile,v 1.3 2005/09/30 19:51:42 sobomax Exp $
---- Makefile.orig
-+++ Makefile
+--- Makefile.orig Fri Dec 23 15:49:38 2005
++++ Makefile Fri Dec 23 15:51:24 2005
@@ -64,7 +64,7 @@
CC_tru64=cc
CC_SunOS=gcc
@@ -25,8 +25,8 @@
CFLAGS_tru64=-D__OSF1 -pthread
CFLAGS_SunOS=-g
CFLAGS_Cygwin=-D__CYGWIN -Dsocklen_t=int
--CFLAGS=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS)
-+CFLAGS+=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS)
+-CFLAGS=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
++CFLAGS+=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
#C++ Compiler Flags
CPPFLAGS_hpux=-AA -mt -D__HPUX +W829
@@ -34,8 +34,8 @@
CPPFLAGS_tru64=-D__OSF1 -pthread
CPPFLAGS_SunOS=-g
CPPFLAGS_Cygwin=-D__CYGWIN -Dsocklen_t=int
--CPPFLAGS=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS)
-+CPPFLAGS+=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS)
+-CPPFLAGS=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
++CPPFLAGS+=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
#Linker mapping
CCLINK_hpux=aCC
diff -ruN sipp.orig/files/patch-comp.c sipp/files/patch-comp.c
--- sipp.orig/files/patch-comp.c Fri Dec 23 15:41:12 2005
+++ sipp/files/patch-comp.c Thu Jan 1 03:30:00 1970
@@ -1,21 +0,0 @@
---- 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;
--- sipp.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list