Fri Jan 26 14:47:48 2018 UTC ()
www/nginx*: Remove CFLAGS/SunPro workaround, the problem was fixed
by upstream 5 years ago: https://trac.nginx.org/nginx/ticket/65


(fhajny)
diff -r1.1 -r0 pkgsrc/www/nginx/Makefile.cflags
diff -r1.12 -r1.13 pkgsrc/www/nginx/Makefile.common

File Deleted: pkgsrc/www/nginx/Attic/Makefile.cflags

cvs diff -r1.12 -r1.13 pkgsrc/www/nginx/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/nginx/Attic/Makefile.common 2017/10/28 10:57:29 1.12
+++ pkgsrc/www/nginx/Attic/Makefile.common 2018/01/26 14:47:47 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.12 2017/10/28 10:57:29 adam Exp $ 1# $NetBSD: Makefile.common,v 1.13 2018/01/26 14:47:47 fhajny Exp $
2# used by www/nginx/Makefile 2# used by www/nginx/Makefile
3# used by www/nginx-devel/Makefile 3# used by www/nginx-devel/Makefile
4 4
5# Used by both www/nginx and www/nginx-devel 5# Used by both www/nginx and www/nginx-devel
6# Do *not* add any version-specific data here, any change 6# Do *not* add any version-specific data here, any change
7# in this file will affect both packages 7# in this file will affect both packages
8 8
9CATEGORIES= www 9CATEGORIES= www
10MASTER_SITES= http://nginx.org/download/ 10MASTER_SITES= http://nginx.org/download/
11DISTFILES= ${DEFAULT_DISTFILES} 11DISTFILES= ${DEFAULT_DISTFILES}
12 12
13HOMEPAGE= http://nginx.org/ 13HOMEPAGE= http://nginx.org/
14COMMENT= Lightweight HTTP server and mail proxy server 14COMMENT= Lightweight HTTP server and mail proxy server
@@ -111,14 +111,13 @@ do-install: @@ -111,14 +111,13 @@ do-install:
111.if !empty(PKG_OPTIONS:Mnaxsi) 111.if !empty(PKG_OPTIONS:Mnaxsi)
112 ${INSTALL_DATA} ${WRKDIR}/${NAXSI_DISTNAME}/naxsi_config/naxsi_core.rules ${DESTDIR}${EGDIR}/conf 112 ${INSTALL_DATA} ${WRKDIR}/${NAXSI_DISTNAME}/naxsi_config/naxsi_core.rules ${DESTDIR}${EGDIR}/conf
113.endif 113.endif
114.if !empty(PKG_OPTIONS:Mperl) 114.if !empty(PKG_OPTIONS:Mperl)
115 ${INSTALL_LIB_DIR} ${DESTDIR}${PERL5_INSTALLVENDORARCH}/auto/nginx 115 ${INSTALL_LIB_DIR} ${DESTDIR}${PERL5_INSTALLVENDORARCH}/auto/nginx
116 ${INSTALL_LIB} ${WRKSRC}/objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.${SOEXT} \ 116 ${INSTALL_LIB} ${WRKSRC}/objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.${SOEXT} \
117 ${DESTDIR}${PERL5_INSTALLVENDORARCH}/auto/nginx 117 ${DESTDIR}${PERL5_INSTALLVENDORARCH}/auto/nginx
118 ${INSTALL_DATA} ${WRKSRC}/objs/src/http/modules/perl/blib/lib/nginx.pm \ 118 ${INSTALL_DATA} ${WRKSRC}/objs/src/http/modules/perl/blib/lib/nginx.pm \
119 ${DESTDIR}${PERL5_INSTALLVENDORARCH} 119 ${DESTDIR}${PERL5_INSTALLVENDORARCH}
120.endif 120.endif
121 121
122.include "../../devel/zlib/buildlink3.mk" 122.include "../../devel/zlib/buildlink3.mk"
123.include "../../mk/bsd.pkg.mk" 123.include "../../mk/bsd.pkg.mk"
124.include "../../www/nginx/Makefile.cflags"