From nobody Wed Jun 19 13:21:47 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4W445m4nhsz5N7QX; Wed, 19 Jun 2024 13:21:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4W445m0yN5z4cWc; Wed, 19 Jun 2024 13:21:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1718803308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=02JKEUtRCb+9+pwKfik8GETwRhueIf9+xtAkWmB4+3I=; b=Gg2W1bIZfLeXL7+Gob4cSACvo8HC4y4ir7Am7Q/u6ler0L+BASnQrYnXqFeuWgWLk4YjpT RuWHLT7M7oS6qaKEIamlnDD9Oqu25xDEnhidxdUc+m2WPsB0QrBra4quKjtuYQl+35sQcN rU2tQXRXI689TcrZeQzLgiwFG9kzD2XfD47n+jIPQe8Yt/z8Cf/ldaGhjXr22ft2m+3I5W q32BEc6KTDitr4vGUHgBLJ+HFfodFpZby5ZKCu12wOufwE3JxnDfD24dxtvL85h29HDGn1 baDdWhfnaPbZhkburOToJ52X4ijdldNkpM2TxO4GLVIkjNS9Rb/NT0IWMPd4UQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1718803308; a=rsa-sha256; cv=none; b=IyPkbECfc5aUhPZpX7No/k/1po38AEZmSFTGTdRP3E6R38P4GDDT73yBSStjKqjfm0deD5 kkoYwtdgYWMSRDamaJEglVDgLidS4x3ypPLy6xBcvoGhNJIMucdvoJ3OzmK2XarWm3ZczG FFLxtz+cY248hvIGRwGGDWw/1PBZ3RuaKAiV6UTdqFX4pucCreZlHQ+fZrIPki8p2NARdW ISjG4OP4Yazc2A9IsBz1uLoEHduSyhEQY3ODRUWiY1aKi6u3dVG+VlWqHfV1xIZRva9nmR PLcAgP3cNF9PWlyELiBvk0XLTKjEpzotRVCAhqUARf69fpV3DYqy00KxnoQ4Mg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1718803308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=02JKEUtRCb+9+pwKfik8GETwRhueIf9+xtAkWmB4+3I=; b=piI0CFbn5lsvzNT0y2aF+qP6V9lfJQt3zv459yYqb4+7Wo74/v8XRL8YC17ldrfErEAX7e 0NIvODiEboW34KajGpQBwoqLwJMolsbODWarA5skYYEH/w6q5waOt/UVsyetbVvb4OL+7z jOUoiXTnS4waYQlMp9tLdtpjjHdxzRVzglODPzCPWco37nsOAwLIOVM2awyX5VtYyj60Mq zUtLXbsr23j7dcrNo1ibKcZ2Grcl4b/PVFzwQ1MuIVncDi2X46h9VfNEexxlo0LX0uQZLp djv9B52aCfNgFv0eSBtdGgwQaZWfiiq4Ih6RJz30NZD4uQeGKiNiqqB2zZ5Qig== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4W445m0XHhzkKj; Wed, 19 Jun 2024 13:21:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 45JDLlv2066102; Wed, 19 Jun 2024 13:21:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 45JDLlBF066100; Wed, 19 Jun 2024 13:21:47 GMT (envelope-from git) Date: Wed, 19 Jun 2024 13:21:47 GMT Message-Id: <202406191321.45JDLlBF066100@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 5046f2d40ba2 - main - graphics/mesa: libdrm is used by all component List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5046f2d40ba2fdf6bedef564c7f4da6bb6fd199d Auto-Submitted: auto-generated The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=5046f2d40ba2fdf6bedef564c7f4da6bb6fd199d commit 5046f2d40ba2fdf6bedef564c7f4da6bb6fd199d Author: Emmanuel Vadot AuthorDate: 2024-06-19 13:09:28 +0000 Commit: Emmanuel Vadot CommitDate: 2024-06-19 13:21:40 +0000 graphics/mesa: libdrm is used by all component libosmesa also needs libdrm as a dep, so add it for every mesa component. No functional changes intended. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/libosmesa/Makefile | 1 + graphics/mesa-dri/Makefile.common | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 12cdb2ef0e38..2c3d7c7dc9b7 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -1,5 +1,6 @@ PORTNAME= libosmesa PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 43e549a2a072..6e9bb1fcf85f 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -32,9 +32,10 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} USES+= xorg .endif .endif + +LIB_DEPENDS+= libdrm.so:graphics/libdrm .if ${COMPONENT} != osmesa -LIB_DEPENDS+= libdrm.so:graphics/libdrm \ - libexpat.so:textproc/expat2 +LIB_DEPENDS+= libexpat.so:textproc/expat2 .endif USES+= compiler:c++11-lib bison meson pathfix pkgconfig \