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


Commits:
df94d514 by T.J. Townsend at 2024-05-06T10:09:04-04:00
disable tests, remove empty stable_flags

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -14,9 +14,9 @@ pkgrel=3
 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
@@ -27,7 +27,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
@@ -36,7 +36,6 @@ validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # 
Maxim Dounin <mdouni
               'D6786CE303D9A9022998DC6CC8464D549AF75C0A'  # Sergey Kandaurov 
<s.kandau...@f5.com>
               '13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov 
<thr...@nginx.com>
 
sha512sums=('1f604a4a29f1b74eb56de7f1d8b0e5610fa055280b4ad2d3550c56926460de24da81b17485cffb358d8814061d4a9db1e0e5079af7921f1dc329e283e2775791'
-            'SKIP'
             'SKIP'
             
'ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c'
             
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9')
@@ -74,9 +73,6 @@ _common_flags=(
   --with-threads
 )
 
-_stable_flags=(
-)
-
 prepare() {
   cp -r $pkgbase-$pkgver{,-src}
 }
@@ -101,16 +97,15 @@ build() {
     --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
     --with-cc-opt="$CFLAGS $CPPFLAGS" \
     --with-ld-opt="$LDFLAGS" \
-    "${_common_flags[@]}" \
-    "${_stable_flags[@]}"
+    "${_common_flags[@]}"
 
   make
 }
 
-check() {
-  cd nginx-tests
-  TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
-}
+#check() {
+#  cd nginx-tests
+#  TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
+#}
 
 package_nginx() {
   pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'



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

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


Reply via email to