On Thu, May 25, 2017 at 02:04:41AM +0100, Stuart Henderson wrote: > OK to import this? It's needed for clang -fblocks (which Asterisk needs). > > --- > A clone of the BlocksRuntime library portion of the compiler-rt library > (http://compiler-rt.llvm.org/) for use with the clang compiler's -fblocks > option. > --- >
Is the SHARED_LIBS comment a leftover or do you expect to put something there at some point? Do you need the empty WANTLIB in the Makefile? Also, checkport complains about trailing whitespace. Some tests seem to fail, is it because of OpenBSD, the in-tree gcc, or upstream? # test count: 51 # passed: 38 # xfail: 8 # skipped: 4 # failed: 1 # test failures occurred Otherwise, the port is OK.
