T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
nginx-mainline


Commits:
3fbb5327 by T.J. Townsend at 2024-05-06T10:09:46-04:00
disable tests, remove empty mainline_flags

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -13,9 +13,9 @@ pkgrel=2
 arch=('x86_64')
 url='https://nginx.org'
 license=('custom')
-makedepends=(mercurial pcre2 zlib openssl geoip mailcap libxcrypt)
-checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
-              memcached ffmpeg)
+makedepends=(pcre2 zlib openssl geoip mailcap libxcrypt)
+#checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+#              memcached ffmpeg)
 backup=('etc/nginx/fastcgi.conf'
         'etc/nginx/fastcgi_params'
         'etc/nginx/koi-win'
@@ -26,7 +26,7 @@ backup=('etc/nginx/fastcgi.conf'
         'etc/nginx/win-utf'
         'etc/logrotate.d/nginx')
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-        hg+https://hg.nginx.org/nginx-tests
+        #hg+https://hg.nginx.org/nginx-tests
         nginx.service
         logrotate)
 # https://nginx.org/en/pgp_keys.html
@@ -37,12 +37,10 @@ validpgpkeys=(
   '43387825DDB1BB97EC36BA5D007C8D7C15D87369' # Roman Arutyunyan 
<r.arutyun...@f5.com>
 )
 
sha512sums=('4a069ec08af46e42a72e263291fc84a67605d817ece1ea7092a5da5babced96ef27eb370ad6f7558b2f5973406080240080aaf4b27fc2d8b41f6853601563cb7'
-            'SKIP'
             'SKIP'
             
'ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c'
             
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9')
 
b2sums=('75ff068554d96063d1c7cb18d84df4fe8b820f6065f3464efde055c707e94ff13c45bea261619a453f04abed1fa3f9baccf81c29ca0e956ef0535e9a5c931dc6'
-        'SKIP'
         'SKIP'
         
'5aa8dab4d6517fc09a96f2ced5c85a67a44878da4c5cde1031a089609d3d32505d0cb45e6842a1502cc6f09e03eef08ee0ce6826b73bcfdd8087b0b695f0801c'
         
'e1755f61b4eaece83c6c22e48f9e5e316851d1dc35f8d770f837c7d3c8bdc894af1b697c25f1788ac50cd597085c22fb9bf8096a55ecf7659d63185f68ba2d8a')
@@ -80,9 +78,6 @@ _common_flags=(
   --with-threads
 )
 
-_mainline_flags=(
-)
-
 prepare() {
   cp -r $_pkgbase-$pkgver{,-src}
 }
@@ -106,8 +101,7 @@ build() {
     --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
     --with-cc-opt="$CFLAGS $CPPFLAGS" \
     --with-ld-opt="$LDFLAGS" \
-    "${_common_flags[@]}" \
-    "${_mainline_flags[@]}"
+    "${_common_flags[@]}"
 
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mainline/-/commit/3fbb5327af905bf98c579d87e6d8ae0955006794

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mainline/-/commit/3fbb5327af905bf98c579d87e6d8ae0955006794
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to