On Sun, Dec 30, 2007 at 02:42:12PM -0700, Darrin Chandler wrote:
> > Unflavored diff attached.
>
> > +FLAVORS= mail_proxy mod_status mod_perl no_http_proxy no_ssl
> > +FLAVOR?=
>
> Not sure how THAT happened! New diff coming soon, when I'm SURE.
Minor copying screwup. Here's the diff...
--
Darrin Chandler | Phoenix BSD User Group | MetaBUG
[EMAIL PROTECTED] | http://phxbug.org/ | http://metabug.org/
http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nginx/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 8 Oct 2007 19:23:43 -0000 1.3
+++ Makefile 30 Dec 2007 21:47:06 -0000
@@ -2,7 +2,7 @@
COMMENT= robust and small HTTP server and IMAP/POP3 proxy server
-DISTNAME= nginx-0.5.32
+DISTNAME= nginx-0.5.34
PKGNAME= ${DISTNAME}
CATEGORIES= www
@@ -33,6 +33,9 @@ CONFIGURE_STYLE= simple
# all runtime configs live in the same place.
CONFIGURE_ARGS+= --prefix=${SYSCONFDIR}/nginx
+# Get rid of '#include <malloc.h>' which caused many warnings
+CONFIGURE_ARGS+= --with-cc-opt="-DNGX_HAVE_MALLOC_H=0"
+
CONFIGURE_ARGS+= --conf-path=${SYSCONFDIR}/nginx/nginx.conf \
--sbin-path=${PREFIX}/sbin/nginx \
--pid-path=/var/run/nginx.pid \
@@ -44,12 +47,10 @@ CONFIGURE_ARGS+= --conf-path=${SYSCONFDI
--error-log-path=/var/log/nginx/error.log \
--user=_nginx \
--group=_nginx \
- --with-cc-opt="-I ${LOCALBASE}/include" \
- --with-ld-opt="-L ${LOCALBASE}/lib" \
--with-http_ssl_module \
--with-http_stub_status_module \
- --with-imap \
- --with-imap_ssl_module
+ --with-mail \
+ --with-mail_ssl_module
NO_REGRESS= Yes
ALL_TARGET=
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/nginx/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 8 Oct 2007 19:23:43 -0000 1.2
+++ distinfo 30 Dec 2007 21:47:06 -0000
@@ -1,5 +1,5 @@
-MD5 (nginx-0.5.32.tar.gz) = AIgmm4pZoUawupye4phTuw==
-RMD160 (nginx-0.5.32.tar.gz) = ZxF7YuJr8P8oQwQoZ630OI+k0aE=
-SHA1 (nginx-0.5.32.tar.gz) = PLS8CXZ15cGpDlm/UfSiS5habfo=
-SHA256 (nginx-0.5.32.tar.gz) = jLlcxhuv7HsP4+kfBvLnruexLxKmr4IA1gA4+NXlLKw=
-SIZE (nginx-0.5.32.tar.gz) = 479982
+MD5 (nginx-0.5.34.tar.gz) = j30+/NfKrx8G5Nld+urCOA==
+RMD160 (nginx-0.5.34.tar.gz) = oFdlHrkGWx5JHOOMc7yeSJfJgsc=
+SHA1 (nginx-0.5.34.tar.gz) = 929ssawKMW8glYv33GoDcj+1jt8=
+SHA256 (nginx-0.5.34.tar.gz) = ZOJVu3avoczitluisztNHP8DRlT/IPZLTChdFD8Fmjo=
+SIZE (nginx-0.5.34.tar.gz) = 487815