Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 11:26:05 +0100 (CET)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alex@rinet.ru
Subject:   ports/46988: Update devel/strace to 4.4.91
Message-ID:  <200301121026.h0CAQ5hF015455@christine.energyhq.tk>

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

>Number:         46988
>Category:       ports
>Synopsis:       Update devel/strace to 4.4.91
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 02:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-RC i386
>Organization:
>Environment:
System: FreeBSD christine.energyhq.tk 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 31 14:56:19 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386


	
>Description:
Version 4.4.91 just came out
>How-To-Repeat:
	
>Fix:

	

--- strace.diff begins here ---
diff -ruN strace.old/Makefile strace/Makefile
--- strace.old/Makefile	Thu Dec 12 08:09:07 2002
+++ strace/Makefile	Sun Jan 12 11:16:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	strace
-PORTVERSION=	4.4
+PORTVERSION=	4.4.91
 CATEGORIES=	devel sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,6 +26,5 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1
 	${MKDIR} ${PREFIX}/share/strace
-	${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace
 
 .include <bsd.port.mk>
diff -ruN strace.old/distinfo strace/distinfo
--- strace.old/distinfo	Fri Sep  7 14:50:30 2001
+++ strace/distinfo	Sun Jan 12 10:44:54 2003
@@ -1 +1 @@
-MD5 (strace_4.4-1.tar.gz) = 7246ce73640760fa7e8357fd9ecf7af3
+MD5 (strace_4.4.91-1.tar.gz) = 505f41b2bae1c7e49e244f46fee0c78c
diff -ruN strace.old/files/patch-aa strace/files/patch-aa
--- strace.old/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ strace/files/patch-aa	Sun Jan 12 10:52:26 2003
@@ -0,0 +1,33 @@
+--- net.c.orig	Mon Dec 30 01:51:30 2002
++++ net.c	Sun Jan 12 10:51:56 2003
+@@ -43,12 +43,8 @@
+ #endif
+ 
+ #include <netinet/in.h>
+-#ifdef HAVE_NETINET_TCP_H
+ #include <netinet/tcp.h>
+-#endif
+-#ifdef HAVE_NETINET_UDP_H
+ #include <netinet/udp.h>
+-#endif
+ #include <arpa/inet.h>
+ #include <net/if.h>
+ #if defined(LINUX)
+@@ -860,17 +856,12 @@
+ 	tprintf(", msg_iov(%lu)=", (unsigned long)msg.msg_iovlen);
+ 	tprint_iov(tcp, msg.msg_iovlen, (long) msg.msg_iov);
+ 
+-#ifdef HAVE_STRUCT_MSGHDR_MSG_CONTROL
+ 	tprintf(", msg_controllen=%lu", (unsigned long)msg.msg_controllen);
+ 	if (msg.msg_controllen)
+ 		tprintf(", msg_control=%#lx, ", (unsigned long) msg.msg_control);
+ 	tprintf(", msg_flags=");
+ 	if (printflags(msg_flags, msg.msg_flags)==0)
+ 		tprintf("0");
+-#else /* !HAVE_STRUCT_MSGHDR_MSG_CONTROL */
+-	tprintf("msg_accrights=%#lx, msg_accrightslen=%u",
+-		(unsigned long) msg.msg_accrights, msg.msg_accrightslen);
+-#endif /* !HAVE_STRUCT_MSGHDR_MSG_CONTROL */
+ 	tprintf("}");
+ }
+ 
diff -ruN strace.old/files/patch-process.c strace/files/patch-process.c
--- strace.old/files/patch-process.c	Thu Oct 11 12:47:35 2001
+++ strace/files/patch-process.c	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
---- process.c.old	Thu Sep 27 22:08:22 2001
-+++ process.c	Thu Sep 27 22:08:57 2001
-@@ -1771,7 +1771,9 @@
- 	{ PT_READ_D,		"PT_READ_D"		},
- 	{ PT_WRITE_I,		"PT_WRITE_I"		},
- 	{ PT_WRITE_D,		"PT_WRITE_D"		},
--	{ PT_READ_U,		"PT_WRITE_U"		},
-+#ifdef PT_READ_U
-+	{ PT_READ_U,		"PT_READ_U"		},
-+#endif
- 	{ PT_CONTINUE,		"PT_CONTINUE"		},
- 	{ PT_KILL,		"PT_KILL"		},
- 	{ PT_STEP,		"PT_STEP"		},
diff -ruN strace.old/pkg-plist strace/pkg-plist
--- strace.old/pkg-plist	Tue May 15 21:52:44 2001
+++ strace/pkg-plist	Sun Jan 12 11:16:53 2003
@@ -1,4 +1,2 @@
 bin/strace
 bin/strace-graph
-share/strace/xlate.el
-@dirrm share/strace
--- strace.diff ends here ---


>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?200301121026.h0CAQ5hF015455>