aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2021-06-06 10:46:17 +0000
committerJuraj Lutter <otis@FreeBSD.org>2021-06-06 11:08:38 +0000
commit60b5ac016e38c550676c03217791f6aae167ea59 (patch)
tree0c7fa1292ac00f435621bce9e5bf2bff7b883764
parentab22de5d66db581138d3676f9e50b66fd0fb17d2 (diff)
downloadports-60b5ac016e38c550676c03217791f6aae167ea59.tar.gz
ports-60b5ac016e38c550676c03217791f6aae167ea59.zip
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)
-rw-r--r--devel/raylib/Makefile2
-rw-r--r--devel/raylib/pkg-plist2
2 files changed, 1 insertions, 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