The current net/mpd port does not build with openssl from ports (my OS was built with NO_OPENSSL var in make.conf). Attached patch should solve this problem. Fix: +USE_OPENSSL= yes +MAKE_ENV= COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB} + .include <bsd.port.mk>--g4sxeK2CYSTHpbvRALcXsiFnDaiPbHnQxHXG4wo7czfRvpSO Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Wed Sep 3 13:58:13 2003 +++ Makefile Wed Sep 3 13:58:19 2003 @@ -18,4 +18,7 @@ MAN8= mpd.8 MANCOMPRESSED= maybe
Responsible Changed From-To: freebsd-ports-bugs->archie Over to maintainer.
State Changed From-To: open->closed Patch applied.