From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 7 21:50:37 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 466FE6B0 for ; Fri, 7 Nov 2014 21:50:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13B1F106 for ; Fri, 7 Nov 2014 21:50:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA7Loal5040697 for ; Fri, 7 Nov 2014 21:50:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194890] New: fix distinfo of x11/nvidia-driver Date: Fri, 07 Nov 2014 21:50:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: turutani@scphys.kyoto-u.ac.jp X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 21:50:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194890 Bug ID: 194890 Summary: fix distinfo of x11/nvidia-driver Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: turutani@scphys.kyoto-u.ac.jp building x11/nvidia-driver-304 fails on i386. Fix: no distinfo data is found for NVIDIA-FreeBSD-x86-304.123.tar.gz; old data remains for x86 even though that for x86_64 is updated. here is a patch: --- distinfo.orig 2014-11-06 02:00:29.000000000 +0900 +++ distinfo 2014-11-08 06:14:00.000000000 +0900 @@ -4,8 +4,8 @@ SIZE (NVIDIA-FreeBSD-x86-340.46.tar.gz) = 59013852 SHA256 (NVIDIA-FreeBSD-x86_64-304.123.tar.gz) = 32ea8ce22b4fe50f59782c390b8ec1d90bb44e02787255476f0304c60f11e877 SIZE (NVIDIA-FreeBSD-x86_64-304.123.tar.gz) = 35144064 -SHA256 (NVIDIA-FreeBSD-x86-304.88.tar.gz) = 739325b26a93d934d015159c420ef1875a24ccd62a5bb482e688cf918d4fa33d -SIZE (NVIDIA-FreeBSD-x86-304.88.tar.gz) = 33651825 +SHA256 (NVIDIA-FreeBSD-x86-304.123.tar.gz) = 7e4433364c5f42de6611b8cf722e0073eae6763a6664d6b9fd652ef05ebee24b +SIZE (NVIDIA-FreeBSD-x86-304.123.tar.gz) = 34160879 SHA256 (NVIDIA-FreeBSD-x86-173.14.35.tar.gz) = 51e82a12db81b5af4ae5ee59612875c0dbef52cb641d61a44c72f2e1cd7f4c78 SIZE (NVIDIA-FreeBSD-x86-173.14.35.tar.gz) = 18748428 SHA256 (NVIDIA-FreeBSD-x86-96.43.23.tar.gz) = 18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 -- You are receiving this mail because: You are the assignee for the bug.