=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for pound-2.6nb2 cc -DF_CONF=\"/usr/pkg/etc/pound.cfg\" -DVERSION=\""2.6"\" -DC_SSL=\""/usr/pkg"\" -DC_T_RSA=\""0"\" -DC_MAXBUF=\""0"\" -DC_OWNER=\"""\" -DC_GROUP=\"""\" -DC_SUPER=\""0"\" -DC_CERT1L=\"""\" -O2 -march=i586 -I/usr/pkg/include -D_REENTRANT -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -D_REENTRANT -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -c pound.c In file included from pound.c:28: ./pound.h:141:2: error: "Pound requires OpenSSL with thread support" #error "Pound requires OpenSSL with thread support" ^ pound.c:92:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_lock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:92:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_lock(&l_array[n])) ^ ( ) pound.c:92:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_lock(&l_array[n])) ^ == pound.c:95:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(ret_val = pthread_mutex_unlock(&l_array[n])) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pound.c:95:20: note: place parentheses around the assignment to silence this warning if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ ( ) pound.c:95:20: note: use '==' to turn this assignment into an equality comparison if(ret_val = pthread_mutex_unlock(&l_array[n])) ^ == pound.c:220:25: error: variable has incomplete type 'struct sched_param' struct sched_param sp; ^ /usr/pkgsrc/work/www/pound/work/.buildlink/include/pthread.h:280:8: note: forward declaration of 'struct sched_param' struct sched_param; ^ 2 warnings and 2 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/www/pound/work/Pound-2.6 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/pound *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/pound