From jadawin@tuxaco.net  Thu Dec 20 16:43:50 2007
Return-Path: <jadawin@tuxaco.net>
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 <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tabthorpe@freebsd.org
Subject: [update] devel/strace - upgrade to 4.5.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118891
>Category:       ports
>Synopsis:       [update] devel/strace - upgrade to 4.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 16:50:00 UTC 2007
>Closed-Date:    Thu Dec 20 20:42:06 UTC 2007
>Last-Modified:  Thu Dec 20 20:42:06 UTC 2007
>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 <ioctls.h>
+ #endif
+ #endif
++#include <sys/socket.h>
+ #include <net/if.h>
+ 
+ extern struct xlat addrfams[];
--- patch-strace.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 20 16:50:08 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118891 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Dec 20 20:42:05 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118891 
>Unformatted:
