Index: head/www/mongrel2/Makefile =================================================================== --- head/www/mongrel2/Makefile (revision 424993) +++ head/www/mongrel2/Makefile (revision 424994) @@ -1,53 +1,53 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= mongrel2 PORTVERSION= 1.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://mongrel2.org/static/downloads/ MAINTAINER= vg@FreeBSD.org COMMENT= Is an application, language, and network arch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= Does not build BROKEN_armv6= does not build BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) LIB_DEPENDS= libzmq.so:net/libzmq2 \ libsqlite3.so:databases/sqlite3 USES= gmake tar:bzip2 MAKE_FLAGS= freebsd EXAMPLES_LIST= bbs \ chat \ configs \ http_0mq \ kegogi \ mp3stream \ procer \ python \ tornado \ zcov MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's#fdclose#my_fdclose#g' ${WRKSRC}/src/*.c \ ${WRKSRC}/src/task/*.[ch] ${WRKSRC}/tests/*.c post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mongrel2/*/*.so @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} .for example in ${EXAMPLES_LIST} @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} ${example} ${STAGEDIR}/${EXAMPLESDIR} .endfor .include Index: head/www/mongrel2/files/patch-src_mem_align.h =================================================================== --- head/www/mongrel2/files/patch-src_mem_align.h (nonexistent) +++ head/www/mongrel2/files/patch-src_mem_align.h (revision 424994) @@ -0,0 +1,11 @@ +--- src/mem/align.h.orig 2016-10-31 10:10:23 UTC ++++ src/mem/align.h +@@ -30,7 +30,7 @@ union max_align + void (*q)(void); + }; + +-typedef union max_align max_align_t; ++typedef union max_align h_max_align_t; + + #endif + Property changes on: head/www/mongrel2/files/patch-src_mem_align.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/mongrel2/files/patch-src_mem_halloc.c =================================================================== --- head/www/mongrel2/files/patch-src_mem_halloc.c (nonexistent) +++ head/www/mongrel2/files/patch-src_mem_halloc.c (revision 424994) @@ -0,0 +1,11 @@ +--- src/mem/halloc.c.orig 2016-10-31 10:10:30 UTC ++++ src/mem/halloc.c +@@ -34,7 +34,7 @@ typedef struct hblock + #endif + hlist_item_t siblings; /* 2 pointers */ + hlist_head_t children; /* 1 pointer */ +- max_align_t data[1]; /* not allocated, see below */ ++ h_max_align_t data[1]; /* not allocated, see below */ + + } hblock_t; + Property changes on: head/www/mongrel2/files/patch-src_mem_halloc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property