Created attachment 225573 [details] raylib.patch update raylib to 3.7.0 version
======================<phase: package >============================ ===> Building package for raylib-3.7.0 =========================================================================== =>> Recording filesystem state for preinst... done =======================<phase: install >============================ ===> Installing for raylib-3.7.0 ===> Checking if raylib is already installed ===> Registering installation for raylib-3.7.0 [freebsd_12-2x64-default] Installing raylib-3.7.0... =========================================================================== =>> Checking shared library dependencies 0x0000000000000001 NEEDED Shared library: [libGL.so.1] 0x0000000000000001 NEEDED Shared library: [libGLU.so.1] 0x0000000000000001 NEEDED Shared library: [libc.so.7] 0x0000000000000001 NEEDED Shared library: [libglfw.so.3] 0x0000000000000001 NEEDED Shared library: [libm.so.5] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] =======================<phase: deinstall >============================ ===> Deinstalling for raylib ===> Deinstalling raylib-3.7.0 Updating database digests format: .......... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: raylib: 3.7.0 Number of packages to be removed: 1 The operation will free 2 MiB. [freebsd_12-2x64-default] [1/1] Deinstalling raylib-3.7.0... [freebsd_12-2x64-default] [1/1] Deleting files for raylib-3.7.0: .......... done =========================================================================== =>> Checking for extra files and directories [00:00:30] Installing from package [freebsd_12-2x64-default] Installing raylib-3.7.0... [freebsd_12-2x64-default] Extracting raylib-3.7.0: .......... done [00:00:30] Cleaning up ===> Cleaning for raylib-3.7.0 [00:00:31] Deinstalling package Updating database digests format: . done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: raylib: 3.7.0 Number of packages to be removed: 1 The operation will free 2 MiB. [freebsd_12-2x64-default] [1/1] Deinstalling raylib-3.7.0... [freebsd_12-2x64-default] [1/1] Deleting files for raylib-3.7.0: .......... done build of devel/raylib | raylib-3.7.0 ended at Sat Jun 5 16:38:28 CEST 2021 build time: 00:00:26 [00:00:31] Logs: /usr/local/poudriere/data/logs/bulk/freebsd_12-2x64-default/2021-06-05_16h37m58s [00:00:31] Cleaning up
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6803e7083235e9e308263deda300afafa2522bb commit e6803e7083235e9e308263deda300afafa2522bb Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2021-06-06 09:17:19 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-06-06 10:06:39 +0000 devel/raylib: Update to 3.7.0 Committing slightly modified version, providing for less work in future updates, in line with what was introduced in update to 3.5.0. PR: 256428 devel/raylib/Makefile | 4 ++-- devel/raylib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f46d134fd1ee5039cab0cb1a6b07a264702307 commit b9f46d134fd1ee5039cab0cb1a6b07a264702307 Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2021-06-06 09:17:19 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-06-06 10:09:56 +0000 devel/raylib: Update to 3.7.0 Committing slightly modified version, providing for less work in future updates, in line with what was introduced in update to 3.5.0. PR: 256428 (cherry picked from commit e6803e7083235e9e308263deda300afafa2522bb) devel/raylib/Makefile | 4 ++-- devel/raylib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Committed, thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=57cf60e917471bd727eaaaffdbfd82a4d77f6c61 commit 57cf60e917471bd727eaaaffdbfd82a4d77f6c61 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: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(-)
A commit in branch 2021Q2 references this bug: 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(-)