Starting with 2010q1 I noticed that anything built with openssl, including, well, openssl, would segfault. To fix this, compile the openssl package with SSPRO. Don’t forget to modify your mk.conf:
#PKGSRC_COMPILER= gcc
PKGSRC_COMPILER= sunpro
# For sunpro
CC= cc
CXX= CC
CPP= cc -E
CXXCPP= CC -E
I previously tried to compile everything with pkgsrc’s gcc, but perhaps I’ll change that policy now.
Fix defined here.