From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 20 16:50:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203A516A419 for ; Thu, 20 Dec 2007 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E777C13C44B for ; Thu, 20 Dec 2007 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBKGo0uk092818 for ; Thu, 20 Dec 2007 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBKGo0C1092817; Thu, 20 Dec 2007 16:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Dec 2007 16:50:00 GMT Resent-Message-Id: <200712201650.lBKGo0C1092817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8591A16A418; Thu, 20 Dec 2007 16:43:50 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id 42AFA13C448; Thu, 20 Dec 2007 16:43:50 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id C9EED1132B; Thu, 20 Dec 2007 17:47:51 +0100 (CET) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UNeJbNPbDUb8; Thu, 20 Dec 2007 17:47:49 +0100 (CET) Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160]) (Authenticated sender: jadawin@tuxaco.net) by huppa.tuxaco.net (Postfix) with ESMTP id 70B56B664; Thu, 20 Dec 2007 17:47:49 +0100 (CET) Received: by ilove.tuxaco.net (Postfix, from userid 1001) id 6D530846DF; Thu, 20 Dec 2007 16:47:40 +0000 (UTC) Message-Id: <20071220164740.6D530846DF@ilove.tuxaco.net> Date: Thu, 20 Dec 2007 16:47:40 +0000 (UTC) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tabthorpe@FreeBSD.org Subject: ports/118891: [update] devel/strace - upgrade to 4.5.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 16:50:01 -0000 >Number: 118891 >Category: ports >Synopsis: [update] devel/strace - upgrade to 4.5.6 >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: Thu Dec 20 16:50:00 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 7.0-BETA1 i386 >Organization: >Environment: System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386 >Description: - update to 4.5.6 - add a patch file >How-To-Repeat: >Fix: --- patch-strace.1 begins here --- diff -ruN devel/strace.orig/Makefile devel/strace/Makefile --- devel/strace.orig/Makefile 2007-12-20 15:57:12.000000000 +0000 +++ devel/strace/Makefile 2007-12-20 16:33:31.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= strace -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= devel sysutils MASTER_SITES= SF @@ -17,6 +17,7 @@ USE_PERL5= yes # for strace-graph GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/strace bin/strace-graph diff -ruN devel/strace.orig/distinfo devel/strace/distinfo --- devel/strace.orig/distinfo 2007-12-20 15:57:12.000000000 +0000 +++ devel/strace/distinfo 2007-12-20 15:57:37.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (strace-4.5.5.tar.bz2) = f7fcce6eed451482629960c04c868336 -SHA256 (strace-4.5.5.tar.bz2) = e3126a080af3c0b5c9de42170057752b2c1c51eb021985cf9449cecdbf4034ce -SIZE (strace-4.5.5.tar.bz2) = 389211 +MD5 (strace-4.5.6.tar.bz2) = 2dd9d23430957a7ee0221efb28c66d1e +SHA256 (strace-4.5.6.tar.bz2) = be4e32cdcabdf4c876ff80f68716b894ec754e200e9fc7cc26a8488e2f8a34c9 +SIZE (strace-4.5.6.tar.bz2) = 407633 diff -ruN devel/strace.orig/files/patch-sock.c devel/strace/files/patch-sock.c --- devel/strace.orig/files/patch-sock.c 1970-01-01 00:00:00.000000000 +0000 +++ devel/strace/files/patch-sock.c 2007-12-20 16:31:42.000000000 +0000 @@ -0,0 +1,10 @@ +--- sock.c.orig 2007-12-20 16:31:01.000000000 +0000 ++++ sock.c 2007-12-20 16:31:23.000000000 +0000 +@@ -44,6 +44,7 @@ + #include + #endif + #endif ++#include + #include + + extern struct xlat addrfams[]; --- patch-strace.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: