Created attachment 223038 [details] Update to 6.1 add legacy port - Move current www/phpvirtualbox to www/phpvirtualbox-legacy to support www/phpvirtualbox-legacy 5.x vbox - Update www/phpvirtualbox to upstream develop branch 6.1 version - Allow both www/phpvirtualbox{,-legacy} to be installed at the same time www/phpvirtualbox: portlint: ok. looks fine. testport: ok. 12amd64. www/phpvirtualbox-legacy: portlint: ok. looks fine. testport: ok. 12amd64. Installed both at the same time in a jail with apache and pointed config.php to the properly supported instance of vbox. Both worked.
nice work, thanks
Any chance we can get this committed?
I'm taking this, to test and see if I can commit, since I was the one who committed the 6.1 update to virtualbox. Will report back after some basic testing and review.
Patch fails to apply. Can you refresh it on a recent ports checkout?
Created attachment 223730 [details] Refreshed patch on (github mirror) e010feae47 for php vbox6.x/legacy Refreshed patch from github mirror e010feae47.
Created attachment 223770 [details] Updated patch I have updated the patch slightly. I preferred using PKGNAMESUFFIX, to be in line with VirtualBox ports. Also the upstream name did not really change. I'm setting WWWDIR accordingly to permit parallel installation. I've also modified the UPDATING message. I've tested these in poudriere and local installation of the packages. I've not tried running this. The ports tree is temporarily frozen due to the git migration. Once operations will resume (modulo some time for me to adapt to the new workflow) I will commit it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=313aa231df46d0457fa800d187d0f41cd6caf1e8 commit 313aa231df46d0457fa800d187d0f41cd6caf1e8 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-04-06 11:09:25 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-04-06 11:09:25 +0000 www/phpvirtualbox: Update to 6.1, Add legacy port www/phpvirtualbox copied to www/phpvirtualbox-legacy. PR: 254079 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> UPDATING | 12 + www/Makefile | 1 + www/phpvirtualbox-legacy/Makefile (new) | 40 ++ www/phpvirtualbox-legacy/distinfo (new) | 3 + .../files/patch-js_utils.js | 0 ...atch-panes_mediumEncryptionPasswords.html (new) | 41 ++ www/phpvirtualbox-legacy/pkg-descr (new) | 5 + www/phpvirtualbox-legacy/pkg-plist (new) | 580 +++++++++++++++++++++ www/phpvirtualbox/Makefile | 7 +- www/phpvirtualbox/distinfo | 6 +- www/phpvirtualbox/pkg-plist | 12 + 11 files changed, 701 insertions(+), 6 deletions(-)
Committed. Thanks!