From owner-dev-commits-ports-all@freebsd.org Sun Jun 6 11:07:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 F0BC565C79C; Sun, 6 Jun 2021 11:07:56 +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 4FyYd86YR7z4b0Z; Sun, 6 Jun 2021 11:07:56 +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 C929F22891; Sun, 6 Jun 2021 11:07:56 +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 156B7uQM080157; Sun, 6 Jun 2021 11:07:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156B7uH1080156; Sun, 6 Jun 2021 11:07:56 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:07:56 GMT Message-Id: <202106061107.156B7uH1080156@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: 57cf60e91747 - main - 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/main X-Git-Reftype: branch X-Git-Commit: 57cf60e917471bd727eaaaffdbfd82a4d77f6c61 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 11:07:57 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=57cf60e917471bd727eaaaffdbfd82a4d77f6c61 commit 57cf60e917471bd727eaaaffdbfd82a4d77f6c61 Author: Juraj Lutter AuthorDate: 2021-06-06 10:46:17 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 11:05:45 +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 --- 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 35ba6358608b..d042bf171ba1 100644 --- a/devel/raylib/Makefile +++ b/devel/raylib/Makefile @@ -21,8 +21,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