From owner-freebsd-ports Sun Jan 12 2:30: 6 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2941637B401 for ; Sun, 12 Jan 2003 02:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F4D43F43 for ; Sun, 12 Jan 2003 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CAU1NS040798 for ; Sun, 12 Jan 2003 02:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0CAU1SD040797; Sun, 12 Jan 2003 02:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B06EE37B401 for ; Sun, 12 Jan 2003 02:26:38 -0800 (PST) Received: from christine.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EE843EB2 for ; Sun, 12 Jan 2003 02:26:37 -0800 (PST) (envelope-from flynn@christine.energyhq.tk) Received: from christine.energyhq.tk (localhost.energyhq.tk [127.0.0.1]) by christine.energyhq.tk (8.12.6/8.12.6) with ESMTP id h0CAQBQc015456; Sun, 12 Jan 2003 11:26:11 +0100 (CET) (envelope-from flynn@christine.energyhq.tk) Received: (from flynn@localhost) by christine.energyhq.tk (8.12.6/8.12.6/Submit) id h0CAQ5hF015455; Sun, 12 Jan 2003 11:26:05 +0100 (CET) Message-Id: <200301121026.h0CAQ5hF015455@christine.energyhq.tk> Date: Sun, 12 Jan 2003 11:26:05 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org Cc: alex@rinet.ru X-Send-Pr-Version: 3.113 Subject: ports/46988: Update devel/strace to 4.4.91 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 +-#ifdef HAVE_NETINET_TCP_H + #include +-#endif +-#ifdef HAVE_NETINET_UDP_H + #include +-#endif + #include + #include + #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