On Mon, Mar 14, 2011 at 01:32:15PM -0700, Jeremy Evans wrote: > Mongrel2 is an application, language, and network architecture agnostic > web server that focuses on web applications using modern browser > technologies. > > mongrel2 depends on zeromq. I borrowed Benoit Chesneau's submission > from November of last year, using tedu@'s recommendation of zeromq > as the port/package name.
As for zeromq, it builds fine on sparc64/ppc. You might want to simplify the port by only patching configure and not depending on autoconf.. i'm not sure the stdint chunk is needed in the patch. > Tested on amd64 and i386. This may possibly run on powerpc, if > someone could check it there that would be great. Currently, I set > ONLY_FOR_ARCH = i386 amd64 as there is some assembly code. It doesnt build on ppc/sparc64, due to that missing asm :) zeromq/sqlite3 should be LIB_DEPENDS, not BUILD/RUN_DEPENDS. Landry