Page MenuHomeFreeBSD

www/phpvirtualbox-legacy: PHP 8 support
ClosedPublic

Authored by vvd on May 16 2023, 12:51 PM.
Tags
Referenced Files
F153126133: D40116.diff
Sun, Apr 19, 8:28 AM
F153067571: D40116.id122201.diff
Sat, Apr 18, 10:41 PM
F153067568: D40116.id121999.diff
Sat, Apr 18, 10:40 PM
F153067554: D40116.id122183.diff
Sat, Apr 18, 10:40 PM
F153048040: D40116.diff
Sat, Apr 18, 8:15 PM
F153041892: D40116.diff
Sat, Apr 18, 7:29 PM
Unknown Object (File)
Fri, Apr 17, 8:54 PM
Unknown Object (File)
Wed, Apr 15, 8:47 AM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

vvd requested review of this revision.May 16 2023, 12:51 PM
vvd created this revision.

Can we just reuse the patch from www/phpvirtualbox via EXTRA_PATCHES?

Can we just reuse the patch from www/phpvirtualbox via EXTRA_PATCHES?

Probably yes - diff is line numbers for 1 patch:

$ diff -ur www/phpvirtualbox/files/patch-php8 www/phpvirtualbox-legacy/files/patch-php8 
--- www/phpvirtualbox/files/patch-php8
+++ www/phpvirtualbox-legacy/files/patch-php8
@@ -160,7 +160,7 @@
 diff -ur panes/settingsDisplay.html.orig panes/settingsDisplay.html
 --- panes/settingsDisplay.html.orig
 +++ panes/settingsDisplay.html
-@@ -77,9 +77,9 @@
+@@ -68,9 +68,9 @@
                <th><span class='translate'>Authentication Method:</span></th>
                <td>
               <select name='vboxSettingsDisplayVRDEAuth' id='vboxSettingsDisplayVRDEAuthID' style='width: 100%'>

Replaced patch with: EXTRA_PATCHES+= ${.CURDIR}/../phpvirtualbox/files/patch-php8

Tested in poudriere 12.4, 13.1 and 13.2.

This revision is now accepted and ready to land.May 22 2023, 4:46 AM
This revision was automatically updated to reflect the committed changes.