From owner-svn-ports-head@freebsd.org Tue Jan 12 12:24:33 2021 Return-Path: Delivered-To: svn-ports-head@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 AA3A04D6560; Tue, 12 Jan 2021 12:24:33 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFVBT44TFz4tp7; Tue, 12 Jan 2021 12:24:33 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id b2so2093070edm.3; Tue, 12 Jan 2021 04:24:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Y+B11MiPtFJP1aMPVmyUJGSNPD/RbWNz9l+aKNEMsus=; b=DKP7ux2GcjnWlP2cYG0rHHhCJmtabOmKLzND6Z3pTLxcKHy+bA8+o7IcERwXuQUng6 UpEYwgdP3V03GD5cDdFNldh3MEcDaFkmQLVeymQ1uEXfFQEel92FqokNnhozY0jT0R/+ XFdxooCVK3dQheVweYoHSusyqqpB18VfxFpkZPHdbpGuHdw6Q2/IWPLs0M8NXoKLuHTj 3d7cXsUSaZtUL8DfjO4rPghj9alMGAai5mxU8wqe0XXpRsDMaEcXPp+Hbatq2pEoWSZF xbKJZtcvDr2yA1K7dCzt7Xm2bD2En7wXkRfKZfY5nlbBBmbicbicMZ/w/9WoNR91ey71 3bRA== X-Gm-Message-State: AOAM530LxkDcVbPUXdpbcbrt/IZiw2kPRtqZfSEboUmoBiQvH8nXDTIp SlZ7CcgxLue+HmyMxqm3Ct+NzxGWqfTma4rjZpFVOCpZ X-Google-Smtp-Source: ABdhPJyRS1ss3lb9KdWAWhM4rFE0beMz6rU6bF+ZXQrvFs96vs/j/Gpp5R99fhzSJkBIgB9mU73VwW6CH6w4X0QXTME= X-Received: by 2002:a50:934a:: with SMTP id n10mr1816361eda.26.1610454271928; Tue, 12 Jan 2021 04:24:31 -0800 (PST) MIME-Version: 1.0 References: <202101121043.10CAhMd1000666@repo.freebsd.org> In-Reply-To: <202101121043.10CAhMd1000666@repo.freebsd.org> From: Antoine Brodin Date: Tue, 12 Jan 2021 13:24:21 +0100 Message-ID: Subject: Re: svn commit: r561311 - head/graphics/libdrm To: Emmanuel Vadot Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4DFVBT44TFz4tp7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2021 12:24:33 -0000 On Tue, Jan 12, 2021 at 11:43 AM Emmanuel Vadot wrote: > > Author: manu > Date: Tue Jan 12 10:43:21 2021 > New Revision: 561311 > URL: https://svnweb.freebsd.org/changeset/ports/561311 > > Log: > graphics/libdrm: Update to 2.4.104 > > Release notes: > https://lists.freedesktop.org/archives/dri-devel/2021-January/293654.html > > Modified: > head/graphics/libdrm/Makefile > head/graphics/libdrm/distinfo Hi, This fails to configure. Antoine