Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 16:57:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465984 - head/www/nginx
Message-ID:  <201803301657.w2UGvVe9026037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Mar 30 16:57:31 2018
New Revision: 465984
URL: https://svnweb.freebsd.org/changeset/ports/465984

Log:
  Fix packaging WITHOUT=DSO
  
  Pointy hat:	joneum
  Sponsored by:	Absolight

Modified:
  head/www/nginx/pkg-plist   (contents, props changed)

Modified: head/www/nginx/pkg-plist
==============================================================================
--- head/www/nginx/pkg-plist	Fri Mar 30 16:44:52 2018	(r465983)
+++ head/www/nginx/pkg-plist	Fri Mar 30 16:57:31 2018	(r465984)
@@ -8,53 +8,53 @@
 %%ETCDIR%%/win-utf
 @sample %%ETCDIR%%/mime.types-dist %%ETCDIR%%/mime.types
 @sample %%ETCDIR%%/nginx.conf-dist %%ETCDIR%%/nginx.conf
-%%ARRAYVAR%%libexec/nginx/ngx_http_array_var_module.so
-%%AWS_AUTH%%libexec/nginx/ngx_http_aws_auth_module.so
-%%BROTLI%%libexec/nginx/ngx_http_brotli_filter_module.so
-%%BROTLI%%libexec/nginx/ngx_http_brotli_static_module.so
-%%CLOJURE%%libexec/nginx/ngx_http_clojure_module.so
-%%CT%%libexec/nginx/ngx_ssl_ct_module.so
-%%CT%%libexec/nginx/ngx_http_ssl_ct_module.so
-%%ECHO%%libexec/nginx/ngx_http_echo_module.so
-%%DYNAMIC_UPSTREAM%%libexec/nginx/ngx_dynamic_upstream_module.so
-%%DEVEL_KIT%%libexec/nginx/ndk_http_module.so
-%%ENCRYPTSESSION%%libexec/nginx/ngx_http_encrypted_session_module.so
-%%FASTDFS%%libexec/nginx/ngx_http_fastdfs_module.so
-%%FORMINPUT%%libexec/nginx/ngx_http_form_input_module.so
-%%HEADERS_MORE%%libexec/nginx/ngx_http_headers_more_filter_module.so
-%%HTTP_AUTH_DIGEST%%libexec/nginx/ngx_http_auth_digest_module.so
-%%HTTP_AUTH_KRB5%%libexec/nginx/ngx_http_auth_spnego_module.so
-%%HTTP_AUTH_LDAP%%libexec/nginx/ngx_http_auth_ldap_module.so
-%%HTTP_AUTH_PAM%%libexec/nginx/ngx_http_auth_pam_module.so
-%%HTTP_EVAL%%libexec/nginx/ngx_http_eval_module.so
-%%HTTP_FANCYINDEX%%libexec/nginx/ngx_http_fancyindex_module.so
-%%HTTP_GEOIP%%libexec/nginx/ngx_http_geoip_module.so
-%%HTTP%%%%HTTP_GEOIP2%%libexec/nginx/ngx_http_geoip2_module.so
-%%STREAM%%%%HTTP_GEOIP2%%libexec/nginx/ngx_stream_geoip2_module.so
-%%HTTP_IMAGE_FILTER%%libexec/nginx/ngx_http_image_filter_module.so
-%%HTTP_PERL%%libexec/nginx/ngx_http_perl_module.so
-%%HTTP_PUSH%%libexec/nginx/ngx_nchan_module.so
-%%HTTP_REDIS%%libexec/nginx/ngx_http_redis_module.so
-%%HTTP_TARANTOOL%%libexec/nginx/ngx_http_tnt_module.so
-%%HTTP_UPLOAD%%libexec/nginx/ngx_http_upload_module.so
-%%HTTP_UPLOAD_PROGRESS%%libexec/nginx/ngx_http_uploadprogress_module.so
-%%HTTP_UPSTREAM_FAIR%%libexec/nginx/ngx_http_upstream_fair_module.so
-%%HTTP_XSLT%%libexec/nginx/ngx_http_xslt_filter_module.so
-%%ICONV%%libexec/nginx/ngx_http_iconv_module.so
-%%LUA%%libexec/nginx/ngx_http_lua_module.so
-%%MAIL%%libexec/nginx/ngx_mail_module.so
-%%MEMC%%libexec/nginx/ngx_http_memc_module.so
-%%NAXSI%%libexec/nginx/ngx_http_naxsi_module.so
-%%HTTP%%%%NJS%%libexec/nginx/ngx_http_js_module.so
-%%STREAM%%%%NJS%%libexec/nginx/ngx_stream_js_module.so
-%%PASSENGER%%libexec/nginx/ngx_http_passenger_module.so
-%%REDIS2%%libexec/nginx/ngx_http_redis2_module.so
-%%RTMP%%libexec/nginx/ngx_rtmp_module.so
-%%SET_MISC%%libexec/nginx/ngx_http_set_misc_module.so
-%%SHIBBOLETH%%libexec/nginx/ngx_http_shibboleth_module.so
-%%SMALL_LIGHT%%libexec/nginx/ngx_http_small_light_module.so
-%%SRCACHE%%libexec/nginx/ngx_http_srcache_filter_module.so
-%%STREAM%%libexec/nginx/ngx_stream_module.so
+%%DSO%%%%ARRAYVAR%%libexec/nginx/ngx_http_array_var_module.so
+%%DSO%%%%AWS_AUTH%%libexec/nginx/ngx_http_aws_auth_module.so
+%%DSO%%%%BROTLI%%libexec/nginx/ngx_http_brotli_filter_module.so
+%%DSO%%%%BROTLI%%libexec/nginx/ngx_http_brotli_static_module.so
+%%DSO%%%%CLOJURE%%libexec/nginx/ngx_http_clojure_module.so
+%%DSO%%%%CT%%libexec/nginx/ngx_ssl_ct_module.so
+%%DSO%%%%CT%%libexec/nginx/ngx_http_ssl_ct_module.so
+%%DSO%%%%ECHO%%libexec/nginx/ngx_http_echo_module.so
+%%DSO%%%%DYNAMIC_UPSTREAM%%libexec/nginx/ngx_dynamic_upstream_module.so
+%%DSO%%%%DEVEL_KIT%%libexec/nginx/ndk_http_module.so
+%%DSO%%%%ENCRYPTSESSION%%libexec/nginx/ngx_http_encrypted_session_module.so
+%%DSO%%%%FASTDFS%%libexec/nginx/ngx_http_fastdfs_module.so
+%%DSO%%%%FORMINPUT%%libexec/nginx/ngx_http_form_input_module.so
+%%DSO%%%%HEADERS_MORE%%libexec/nginx/ngx_http_headers_more_filter_module.so
+%%DSO%%%%HTTP_AUTH_DIGEST%%libexec/nginx/ngx_http_auth_digest_module.so
+%%DSO%%%%HTTP_AUTH_KRB5%%libexec/nginx/ngx_http_auth_spnego_module.so
+%%DSO%%%%HTTP_AUTH_LDAP%%libexec/nginx/ngx_http_auth_ldap_module.so
+%%DSO%%%%HTTP_AUTH_PAM%%libexec/nginx/ngx_http_auth_pam_module.so
+%%DSO%%%%HTTP_EVAL%%libexec/nginx/ngx_http_eval_module.so
+%%DSO%%%%HTTP_FANCYINDEX%%libexec/nginx/ngx_http_fancyindex_module.so
+%%DSO%%%%HTTP_GEOIP%%libexec/nginx/ngx_http_geoip_module.so
+%%DSO%%%%HTTP%%%%HTTP_GEOIP2%%libexec/nginx/ngx_http_geoip2_module.so
+%%DSO%%%%STREAM%%%%HTTP_GEOIP2%%libexec/nginx/ngx_stream_geoip2_module.so
+%%DSO%%%%HTTP_IMAGE_FILTER%%libexec/nginx/ngx_http_image_filter_module.so
+%%DSO%%%%HTTP_PERL%%libexec/nginx/ngx_http_perl_module.so
+%%DSO%%%%HTTP_PUSH%%libexec/nginx/ngx_nchan_module.so
+%%DSO%%%%HTTP_REDIS%%libexec/nginx/ngx_http_redis_module.so
+%%DSO%%%%HTTP_TARANTOOL%%libexec/nginx/ngx_http_tnt_module.so
+%%DSO%%%%HTTP_UPLOAD%%libexec/nginx/ngx_http_upload_module.so
+%%DSO%%%%HTTP_UPLOAD_PROGRESS%%libexec/nginx/ngx_http_uploadprogress_module.so
+%%DSO%%%%HTTP_UPSTREAM_FAIR%%libexec/nginx/ngx_http_upstream_fair_module.so
+%%DSO%%%%HTTP_XSLT%%libexec/nginx/ngx_http_xslt_filter_module.so
+%%DSO%%%%ICONV%%libexec/nginx/ngx_http_iconv_module.so
+%%DSO%%%%LUA%%libexec/nginx/ngx_http_lua_module.so
+%%DSO%%%%MAIL%%libexec/nginx/ngx_mail_module.so
+%%DSO%%%%MEMC%%libexec/nginx/ngx_http_memc_module.so
+%%DSO%%%%NAXSI%%libexec/nginx/ngx_http_naxsi_module.so
+%%DSO%%%%HTTP%%%%NJS%%libexec/nginx/ngx_http_js_module.so
+%%DSO%%%%STREAM%%%%NJS%%libexec/nginx/ngx_stream_js_module.so
+%%DSO%%%%PASSENGER%%libexec/nginx/ngx_http_passenger_module.so
+%%DSO%%%%REDIS2%%libexec/nginx/ngx_http_redis2_module.so
+%%DSO%%%%RTMP%%libexec/nginx/ngx_rtmp_module.so
+%%DSO%%%%SET_MISC%%libexec/nginx/ngx_http_set_misc_module.so
+%%DSO%%%%SHIBBOLETH%%libexec/nginx/ngx_http_shibboleth_module.so
+%%DSO%%%%SMALL_LIGHT%%libexec/nginx/ngx_http_small_light_module.so
+%%DSO%%%%SRCACHE%%libexec/nginx/ngx_http_srcache_filter_module.so
+%%DSO%%%%STREAM%%libexec/nginx/ngx_stream_module.so
 %%WWW%%@postexec mkdir -p -m 755 %D/www/nginx-dist
 %%WWW%%@postexec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi
 %%WWW%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803301657.w2UGvVe9026037>