From owner-freebsd-current@freebsd.org Fri Jul 24 20:24:52 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95158372E69 for ; Fri, 24 Jul 2020 20:24:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD1043QtBz4F9p for ; Fri, 24 Jul 2020 20:24:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 594AF28E10 for ; Fri, 24 Jul 2020 20:24:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f177.google.com with SMTP id h21so1440451qtp.11 for ; Fri, 24 Jul 2020 13:24:52 -0700 (PDT) X-Gm-Message-State: AOAM533HNdTeYEYlgkzKEH4oSLdhBVEeZMP2rhT6D2bR+NQgfiF0Ozrp uL6VR78s0yofxflLLunZFa4cEp9fv45hOD6QwsM= X-Google-Smtp-Source: ABdhPJwJ46bEV2uCE7uiBbeQWikSFeh0jOIFq42tgw4YPwOnMdNDWg7eT7u74BsONVG614QzXRubykbgXPkMotxWMIY= X-Received: by 2002:aed:2822:: with SMTP id r31mr4421652qtd.310.1595622291891; Fri, 24 Jul 2020 13:24:51 -0700 (PDT) MIME-Version: 1.0 From: Kyle Evans Date: Fri, 24 Jul 2020 15:24:40 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: [CFT] Updated devel/valgrind-devel port To: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 20:24:52 -0000 Hello! Just a little bit ago, I committed an update[0] to the valgrind-devel port that updates it to Paul Floyd's branch, where he has rebased us forward to 3.17.0 and largely fixed valgrind operation on both 12.x and -CURRENT. He's put in significant effort to get the test suite to pass on FreeBSD, the status of which is summarized here: - https://github.com/paulfloyd/freebsd_valgrind/wiki/Regtest-status Some outstanding issues: - https://github.com/paulfloyd/freebsd_valgrind/issues Please go forth and test it! Thanks, Kyle Evans [0] https://svnweb.freebsd.org/changeset/ports/543273