From owner-svn-src-all@freebsd.org Sun May 20 14:24:22 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA3B9EE276E for ; Sun, 20 May 2018 14:24:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-x22f.google.com (mail-yw0-x22f.google.com [IPv6:2607:f8b0:4002:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF58811ED for ; Sun, 20 May 2018 14:24:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw0-x22f.google.com with SMTP id x27-v6so3797989ywj.1 for ; Sun, 20 May 2018 07:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=U89ilH66OeThvS4uD5XE0+rrwAZGUHLz021pJAcvt98=; b=Ijmic80AnLmcAVkBXFLoNE1I3GnOEVWCMOggl+ZRSl2PNPo9ueGx1tSL9y00/eziv9 ZvLjnglflv67T26Nzdk5SI3eW9NwqOL0YcK/KuRgu2WwaFs6BXIoIlNfiKNXxsOmi9eG wLk3tcVmQF24JbOsgdvYRWhp6Pz5NiC+KSHYo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=U89ilH66OeThvS4uD5XE0+rrwAZGUHLz021pJAcvt98=; b=CRvsDQ34O7AO6sI/a8O5gxw1evPZwC6souV+vGPHoQ3bUjlKUagwLGT77xWMNTpiU8 RZSjARu85PyCun+ct5ubI1xU0jHZRxZSMet9NqlPFncUlkPj0YzXEclPAPC/NJm73ZcE 5Gte1YZ3Z1xKejeYAqYBB5Zogc39dZ9yW1CINRzG/M8p4lj/UDd6x3iunznUBA6nz5ZH /LTKr1KC8LQAAlhFj569GwOwwTOdHYzvjcSQRnVYpVh18vIrOMC8J+ruFxxRoZdKwAd2 L7rMvWtl8lJQ8C9TfemLSjJo89dMNu5Jbcy2VgY6sSvCfB1Nht9PHUZFgb7iFwppsueZ OlFw== X-Gm-Message-State: ALKqPwcjq8XwT2GmhqKz5ysIOAZMPkxwDsEs3I84ysWI/MxxZ6C078W+ eJjymiRJ6o1zdljpijMZTKU9AHFIUaG00KZcGn4TfQ== X-Google-Smtp-Source: AB8JxZrgb5NSD2Z5yzyAx6KYjgQ/SeGfDKhksnq827zFGTrKppjRegtkJyRAFZJbN7x3nXnFCRchhybZn+Xosu4wXfc= X-Received: by 2002:a81:a68a:: with SMTP id d132-v6mr8379571ywh.387.1526826260864; Sun, 20 May 2018 07:24:20 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Sun, 20 May 2018 07:23:50 -0700 (PDT) In-Reply-To: <201805200559.w4K5xaBS013317@repo.freebsd.org> References: <201805200559.w4K5xaBS013317@repo.freebsd.org> From: Eitan Adler Date: Sun, 20 May 2018 07:23:50 -0700 Message-ID: Subject: Re: svn commit: r333922 - head/lib/libmagic To: Cy Schubert Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2018 14:24:22 -0000 On 19 May 2018 at 22:59, Cy Schubert wrote: > Author: cy > Date: Sun May 20 05:59:35 2018 > New Revision: 333922 > URL: https://svnweb.freebsd.org/changeset/base/333922 > > Log: > Fix build post r333919. Thanks! I had tested the build of file(1) but not libmagic as i had separately installed it. Sorry the breakage. -- Eitan Adler