View | Details | Raw Unified | Return to bug 233964 | Differences between
and this patch

Collapse All | Expand All

(-)ufdbguard/Makefile (+6 lines)
Lines 63-68 Link Here
63
63
64
UNIXSOCKETS_DESC=	Unix sockets support
64
UNIXSOCKETS_DESC=	Unix sockets support
65
65
66
.include <bsd.port.options.mk>
67
68
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
69
BROKEN=		Does not build on FreeBSD 12 with OpenSSL 1.1. You may add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf as a workaround
70
.endif
71
66
post-install:
72
post-install:
67
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ufdbguardd \
73
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ufdbguardd \
68
		${STAGEDIR}${PREFIX}/bin/ufdbgclient \
74
		${STAGEDIR}${PREFIX}/bin/ufdbgclient \

Return to bug 233964