From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 11:08:54 2021 Return-Path: Delivered-To: dev-commits-ports-branches@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 0AF9465C5ED; Sun, 6 Jun 2021 11:08:54 +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 4FyYfF6trZz4Zm1; Sun, 6 Jun 2021 11:08:53 +0000 (UTC) (envelope-from git@FreeBSD.org) 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 D4B2D22723; Sun, 6 Jun 2021 11:08:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 156B8r9Q080363; Sun, 6 Jun 2021 11:08:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156B8r5w080362; Sun, 6 Jun 2021 11:08:53 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:08:53 GMT Message-Id: <202106061108.156B8r5w080362@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Juraj Lutter Subject: git: 60b5ac016e38 - 2021Q2 - devel/raylib: Package right .so version (3.5.0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 60b5ac016e38c550676c03217791f6aae167ea59 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 11:08:54 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b5ac016e38c550676c03217791f6aae167ea59 commit 60b5ac016e38c550676c03217791f6aae167ea59 Author: Juraj Lutter AuthorDate: 2021-06-06 10:46:17 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 11:08:38 +0000 devel/raylib: Package right .so version (3.5.0) It turned out that the version raylib 3.7.0 produces .so version 3.5.0 (as submitted in original PR) This will be discussed with upstream, but for now, fix the build by using the version(s) produced by the build. PR: 256428 (cherry picked from commit 57cf60e917471bd727eaaaffdbfd82a4d77f6c61) --- devel/raylib/Makefile | 2 -- devel/raylib/pkg-plist | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile index d346fdb05596..987b3136ac49 100644 --- a/devel/raylib/Makefile +++ b/devel/raylib/Makefile @@ -22,8 +22,6 @@ USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm CMAKE_ON= BUILD_SHARED_LIBS USE_EXTERNAL_GLFW CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC -PLIST_SUB= DISTVERSION=${DISTVERSION} - post-extract: # Remove bundled files. ${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c diff --git a/devel/raylib/pkg-plist b/devel/raylib/pkg-plist index 417c1671904a..05af953915e7 100644 --- a/devel/raylib/pkg-plist +++ b/devel/raylib/pkg-plist @@ -6,6 +6,6 @@ include/rlgl.h lib/cmake/raylib/raylib-config-version.cmake lib/cmake/raylib/raylib-config.cmake lib/libraylib.so -lib/libraylib.so.%%DISTVERSION%% +lib/libraylib.so.3.5.0 lib/libraylib.so.351 libdata/pkgconfig/raylib.pc