Date: Sun, 6 Jun 2021 11:08:53 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 60b5ac016e38 - 2021Q2 - devel/raylib: Package right .so version (3.5.0) Message-ID: <202106061108.156B8r5w080362@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b5ac016e38c550676c03217791f6aae167ea59 commit 60b5ac016e38c550676c03217791f6aae167ea59 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-06-06 10:46:17 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106061108.156B8r5w080362>