Created attachment 237019 [details] premake5.diif Hi, this is update premake5 to beta2. I 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 premake5-5.0.0.b2 =========================================================================== =>> Recording filesystem state for preinst... done =======================<phase: install >============================ ===> Installing for premake5-5.0.0.b2 ===> Checking if premake5 is already installed ===> Registering installation for premake5-5.0.0.b2 [freebsd13x64-default] Installing premake5-5.0.0.b2... ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/premake5 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. =========================================================================== =>> Checking shared library dependencies 0x0000000000000001 NEEDED Shared library: [libc.so.7] 0x0000000000000001 NEEDED Shared library: [libm.so.5] =======================<phase: deinstall >============================ ===> Deinstalling for premake5 ===> Deinstalling premake5-5.0.0.b2 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: premake5: 5.0.0.b2 Number of packages to be removed: 1 The operation will free 2 MiB. [freebsd13x64-default] [1/1] Deinstalling premake5-5.0.0.b2... [freebsd13x64-default] [1/1] Deleting files for premake5-5.0.0.b2: .... done =========================================================================== =>> Checking for extra files and directories [00:00:53] Installing from package [freebsd13x64-default] Installing premake5-5.0.0.b2... [freebsd13x64-default] Extracting premake5-5.0.0.b2: .... done [00:00:53] Cleaning up ===> Cleaning for premake5-5.0.0.b2 [00:00:54] 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: premake5: 5.0.0.b2 Number of packages to be removed: 1 The operation will free 2 MiB. [freebsd13x64-default] [1/1] Deinstalling premake5-5.0.0.b2... [freebsd13x64-default] [1/1] Deleting files for premake5-5.0.0.b2: .... done build of devel/premake5 | premake5-5.0.0.b2 ended at Sun Oct 2 18:11:51 CEST 2022
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0667850a0102343c684b0c1b3eb97c4812b9c8bf commit 0667850a0102343c684b0c1b3eb97c4812b9c8bf Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2022-10-03 06:09:09 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-10-03 16:11:14 +0000 devel/premake5: update to beta2 ChangeLog: https://github.com/premake/premake-core/ PR: 266765 Reported by: freebsd@sysctl.cz devel/premake5/Makefile | 4 ++-- devel/premake5/distinfo | 6 +++--- devel/premake5/files/patch-tests___tests.lua | 4 ++-- devel/premake5/files/patch-tests_test | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-)
Committed, Thanks!