Bug 266728 - devel/raylib: update to 4.2.0
Summary: devel/raylib: update to 4.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://www.raylib.com/
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2022-09-30 15:44 UTC by Martin Filla
Modified: 2022-10-04 16:14 UTC (History)
1 user (show)

See Also:


Attachments
raylib.diff (3.17 KB, patch)
2022-09-30 15:44 UTC, Martin Filla
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2022-09-30 15:44:43 UTC
Created attachment 236972 [details]
raylib.diff

Hi,
update raylib to 4.2.0. 
Tested in poudriere.

===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
=======================<phase: package        >============================
===>  Building package for raylib-4.2.0
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===>  Installing for raylib-4.2.0
===>  Checking if raylib is already installed
===>   Registering installation for raylib-4.2.0
[freebsd13x64-default] Installing raylib-4.2.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: [libdl.so.1]
 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-4.2.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: 4.2.0

Number of packages to be removed: 1

The operation will free 2 MiB.
[freebsd13x64-default] [1/1] Deinstalling raylib-4.2.0...
[freebsd13x64-default] [1/1] Deleting files for raylib-4.2.0: .......... done
===========================================================================
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-03 06:21:52 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-04 16:14:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f807bbc06742ef806581b79e6e3be932a19391d5

commit f807bbc06742ef806581b79e6e3be932a19391d5
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2022-10-03 06:17:49 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-04 16:10:50 +0000

    devel/raylib: update to 4.2.0

    PR:             266728
    Reported by:    freebsd@sysctl.cz (maintainer)

 devel/raylib/Makefile                                     |  3 +--
 devel/raylib/distinfo                                     |  6 +++---
 .../files/patch-cmake_LibraryConfigurations.cmake (new)   | 11 +++++++++++
 devel/raylib/files/patch-src_rcore.c (new)                | 15 +++++++++++++++
 devel/raylib/pkg-plist                                    |  6 ++----
 5 files changed, 32 insertions(+), 9 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-04 16:14:55 UTC
Committed,

Thanks!