Issue #2762 has been updated by swildner. Status changed from New to In Progress
I pushed a partial revert for now -> http://lists.dragonflybsd.org/pipermail/commits/2015-January/417498.html Please report back if it fixes your issues. Sascha ---------------------------------------- Bug #2762: 8461f85162cfc9... <sys/signal.h>: Use __POSIX_VISIBLE stack_t might not be defined in sys/ucontext.h http://bugs.dragonflybsd.org/issues/2762#change-12394 * Author: davshao * Status: In Progress * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- commit 8461f85162cfc9b0f8f8fff2dbf5d7278f441765 Date: Wed Jan 7 03:34:37 2015 +0100 <sys/signal.h>: Use __POSIX_VISIBLE, __XSI_VISIBLE and __BSD_VISIBLE. puts the definition of stack_t inside an #if ... #endif and then unconditionally includes sys/ucontext.h. But ucontext.h defines a struct that uses stack_t. This can be observed building either dports or pkgsrc png. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
