| Age | Commit message (Collapse) | Author |
|
Must be https, not http.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
This prevents special characters like '*' from being interpreted as a
pattern match.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Merges: https://codeberg.org/gentoo/gentoo/pulls/232
|
|
Previous versions raise a deprecation warning in PHP 8.5.
Closes: https://bugs.gentoo.org/970704
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44905
Closes: https://github.com/gentoo/gentoo/pull/44905
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44906
Closes: https://github.com/gentoo/gentoo/pull/44906
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/683474
Closes: https://bugs.gentoo.org/688640
Closes: https://bugs.gentoo.org/919491
Closes: https://bugs.gentoo.org/949543
Closes: https://bugs.gentoo.org/956642
Closes: https://bugs.gentoo.org/945339
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45513
Closes: https://github.com/gentoo/gentoo/pull/45513
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This is a quick-fix for gcc15.
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Closes: https://github.com/gentoo/gentoo/pull/45362
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/967979
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44907
Closes: https://github.com/gentoo/gentoo/pull/44907
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://github.com/gentoo/gentoo/pull/44814
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Additionally, remove broken test for pixel similarity
that is incompatible with ImageMagick 7.1.x and above.
See https://github.com/Imagick/imagick/issues/737
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Closes: https://github.com/gentoo/gentoo/pull/44826
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Additionally adding php8.5 to the available
PHP targets
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Adding support for PHP 8.5 by bumping to commit
45e8f00fe48ff932cba61018e6b501641b14d1de
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
The provided autoload.php file hardcodes library PHP paths to
/usr/share/php/..., which is invalid in Prefix installations, since the
path will most likely not exist.
This commit modifies autoload.php during the installation to include
the correct EPREFIX before the file is copied to the final image
destination.
Closes: https://bugs.gentoo.org/919472
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
The provided autoload.php file hardcodes library PHP paths to
/usr/share/php/..., which is invalid in Prefix installations, since the
path will most likely not exist.
This commit modifies autoload.php during the installation to include
the correct EPREFIX before the file is copied to the final image
destination.
Closes: https://bugs.gentoo.org/919376
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
During the prepare step of the ebuild, symlinks are created to
previously installed PHP dependencies in the vendor subdirectory to
bootstap phpab. These symlinks lead to the real root filesystem in
/usr/share/php/... instead of the portage prefix $EPREFIX/usr/share/php,
thus being essentially broken in a Prefix installation.
By adding $EPREFIX to the link directory, the link is now correct
both inside and outside of Prefix installations.
Closes: https://bugs.gentoo.org/918933
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
Unable to reproduce test failures, suspect (as per discussion) this
relates to tmpfs and CONFIG_TMPFS_XATTR not having been enabled.
Closes: https://bugs.gentoo.org/913851
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
When this package was bumped, nobody bothered to align the DEPEND with
the upstream build system updates.
Fixes: 558cfb1a6b7be79a676a51c05615c8524e8da419
Closes: https://bugs.gentoo.org/922182
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Quickly stabilize this since it's relatively obsolete as a standalone
package and can cause build failures in the very popular dev-lang/php
when it raises warnings (like the previous version does).
Closes: https://bugs.gentoo.org/966084
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
This version hides some warnings with newer versions of PHP that can
kill the dev-lang/php[phar] build when error_log is configured to write
outside of the sandbox.
Bug: https://bugs.gentoo.org/966084
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|