FreeBSD Bugzilla – Attachment 231712 Details for
Bug 261498
www/phpvirtualbox[-legacy]: Fails to run with PHP 8: PHP Warning: Undefined array key "context" in /usr/local/www/phpvirtualbox/endpoints/lib/language.php on line 77
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
a26c67f823.patch (text/plain), 1.83 KB, created by
Ivan Rozhuk
on 2022-02-10 14:51:36 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2022-02-10 14:51:36 UTC
Size:
1.83 KB
patch
obsolete
>From a26c67f823b15ac5b8da026e3d66121f8d847b65 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Wed, 26 Jan 2022 21:09:13 +0300 >Subject: [PATCH] www/phpvirtualbox: quick workaround for PHP8 > >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261498 >--- > www/phpvirtualbox/Makefile | 5 +++++ > www/phpvirtualbox/distinfo | 6 +++++- > 2 files changed, 10 insertions(+), 1 deletion(-) > >diff --git a/www/phpvirtualbox/Makefile b/www/phpvirtualbox/Makefile >index f773c3fc7e20..7465cc3144eb 100644 >--- a/www/phpvirtualbox/Makefile >+++ b/www/phpvirtualbox/Makefile >@@ -2,8 +2,13 @@ > > PORTNAME= phpvirtualbox > DISTVERSION= 6.1 >+PORTREVISION= 1 > CATEGORIES= www > >+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >+PATCHFILES+= 509134cdd22339b9c63decb8731119b639d21db3.patch:-p1 # https://github.com/phpvirtualbox/phpvirtualbox/pull/292 >+PATCHFILES+= 26b0e999c715e7b690fa85013ebee3a8b31ad8c2.patch:-p1 # https://github.com/phpvirtualbox/phpvirtualbox/pull/299 >+ > MAINTAINER= vbox@FreeBSD.org > COMMENT= AJAX Web Interface for VirtualBox > >diff --git a/www/phpvirtualbox/distinfo b/www/phpvirtualbox/distinfo >index e86fe3ae18fa..5b0e738e15ec 100644 >--- a/www/phpvirtualbox/distinfo >+++ b/www/phpvirtualbox/distinfo >@@ -1,3 +1,7 @@ >-TIMESTAMP = 1615074145 >+TIMESTAMP = 1644503407 > SHA256 (phpvirtualbox-phpvirtualbox-6.1-cf82d58f2_GH0.tar.gz) = 03e1f5e2f48c715aa26dabf22764995e2df24767bede1badef18c1ec73d74d6b > SIZE (phpvirtualbox-phpvirtualbox-6.1-cf82d58f2_GH0.tar.gz) = 4173105 >+SHA256 (509134cdd22339b9c63decb8731119b639d21db3.patch) = 0c9c66c2ac1e2be0e7c0338b9f6bd30a2b9e8208016d5bc43cfb75104a4ec8ce >+SIZE (509134cdd22339b9c63decb8731119b639d21db3.patch) = 972 >+SHA256 (26b0e999c715e7b690fa85013ebee3a8b31ad8c2.patch) = a5c98816db46368b0c36cafc584c365b9a774d56080a666ecb1cd175e4e87238 >+SIZE (26b0e999c715e7b690fa85013ebee3a8b31ad8c2.patch) = 1209
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261498
:
231363
|
231467
| 231712 |
242211
|
242212