Created attachment 145143 [details] psi build output log Can't get psi XMPP client to build. I imagine there is a problem with included paths but not sure. If I get time I'll see if I can fix the problem & submit a patch. Output log attached.
note: it is building everywhere in portsmon: http://portsmon.freebsd.org/portoverview.py?category=net-im&portname=psi over to maintainer instead of CC
It picks up wrong socks.h during build, /usr/local/include/socks.h instead of internal one. What package does /usr/local/include/socks.h belong to (I guess net/dante)? Delete this package and try build psi again.
Yes, you are right. socks.h is from dante. Is there a way to check which packages might depend on dante to see if anything will be broken by de-installing it?
Oh, I figured it out: pkg info -r dante. However, HexChat requires dante, which I don't want to get rid of. But since HexChat is already built can't I just delete /usr/local/include/socks.h?
Fixed in svn r364945, thanks for report!