Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
e2c8dff9
Commit
e2c8dff9
authored
5 years ago
by
TBK
Committed by
Andy Postnikov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/php7-brotli: upgrade to 0.7.0
parent
a367acff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/php7-brotli/APKBUILD
+9
-8
9 additions, 8 deletions
testing/php7-brotli/APKBUILD
testing/php7-brotli/fix-skip-steams_006.patch
+10
-0
10 additions, 0 deletions
testing/php7-brotli/fix-skip-steams_006.patch
with
19 additions
and
8 deletions
testing/php7-brotli/APKBUILD
+
9
−
8
View file @
e2c8dff9
...
@@ -2,19 +2,21 @@
...
@@ -2,19 +2,21 @@
# Maintainer: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname
=
php7-brotli
pkgname
=
php7-brotli
_pkgreal
=
brotli
_pkgreal
=
brotli
pkgver
=
0.
6.2
pkgver
=
0.
7.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Brotli Extension for PHP"
pkgdesc
=
"Brotli Extension for PHP"
url
=
"https://github.com/kjdev/php-ext-brotli"
url
=
"https://github.com/kjdev/php-ext-brotli"
arch
=
"all"
arch
=
"all"
license
=
"MIT"
license
=
"MIT"
depends
=
"php7-common"
depends
=
"php7-common"
makedepends
=
"php7-dev autoconf brotli-dev re2c"
makedepends
=
"autoconf brotli-dev php7-dev re2c"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kjdev/php-ext-brotli/archive/
$pkgver
.tar.gz"
checkdepends
=
"php7-cgi"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kjdev/php-ext-brotli/archive/
$pkgver
.tar.gz
fix-skip-steams_006.patch
"
builddir
=
"
$srcdir
/php-ext-brotli-
$pkgver
"
builddir
=
"
$srcdir
/php-ext-brotli-
$pkgver
"
build
()
{
build
()
{
cd
"
$builddir
"
phpize7
phpize7
./configure
\
./configure
\
--prefix
=
/usr
\
--prefix
=
/usr
\
...
@@ -24,15 +26,14 @@ build() {
...
@@ -24,15 +26,14 @@ build() {
}
}
check
()
{
check
()
{
cd
"
$builddir
"
make
NO_INTERACTION
=
1
REPORT_EXIT_STATUS
=
1
SKIP_ONLINE_TESTS
=
1
test
make
NO_INTERACTION
=
1
REPORT_EXIT_STATUS
=
1
test
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
INSTALL_ROOT
=
"
$pkgdir
"
/
install
make
INSTALL_ROOT
=
"
$pkgdir
"
/
install
install
-d
"
$pkgdir
"
/etc/php7/conf.d
install
-d
"
$pkgdir
"
/etc/php7/conf.d
echo
"extension=
$_pkgreal
.so"
>
"
$pkgdir
"
/etc/php7/conf.d/50_
$_pkgreal
.ini
echo
"extension=
$_pkgreal
.so"
>
"
$pkgdir
"
/etc/php7/conf.d/50_
$_pkgreal
.ini
}
}
sha512sums
=
"5ebb992a9e2038a9d3f9ad38627bf83d0afadc58f46b3cab39c25d58fc50bebf31881421f837f8a00fc880f664e5f13d54763261b25da40b4bc978a06e756604 php7-brotli-0.6.2.tar.gz"
sha512sums
=
"4d345fb4ed668ceec7cfb90e300ee5de883be142292a138333edee014169c17f2ba012e42e746d00af4c6fac889c15cbd8f9956d89246a55b42fb32b013a4e81 php7-brotli-0.7.0.tar.gz
daa8078c48f6c1a32661c05d374419bfa690ac8b7326a8fdac86106d6e6142719393b0a2f3b82f33212da78a8fa7c6bebcdda1573419ef555ec69cd6b483971f fix-skip-steams_006.patch"
This diff is collapsed.
Click to expand it.
testing/php7-brotli/fix-skip-steams_006.patch
0 → 100644
+
10
−
0
View file @
e2c8dff9
--- a/tests/streams_006.phpt
+++ b/tests/streams_006.phpt
@@ -3,6 +3,7 @@
--SKIPIF--
<?php
if (version_compare(PHP_VERSION, '5.4', '<')) die('skip PHP is too old');
+if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
?>
--INI--
allow_url_fopen=0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment