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

Collapse All | Expand All

(-)b/net/asterisk16/Makefile (-2 / +1 lines)
Lines 19-25 LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ Link Here
19
		libjansson.so:devel/jansson
19
		libjansson.so:devel/jansson
20
20
21
USES=		bison compiler:c11 cpe gmake gnome iconv libedit localbase \
21
USES=		bison compiler:c11 cpe gmake gnome iconv libedit localbase \
22
		shebangfix sqlite ssl ncurses
22
		pkgconfig shebangfix sqlite ssl ncurses
23
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_RC_SUBR=	asterisk
25
USE_RC_SUBR=	asterisk
Lines 166-172 PGSQL_CONFIGURE_WITH= postgres Link Here
166
PGSQL_USES=		pgsql
166
PGSQL_USES=		pgsql
167
167
168
PJSIP_CONFIGURE_WITH=	pjproject pjproject-bundled
168
PJSIP_CONFIGURE_WITH=	pjproject pjproject-bundled
169
PJSIP_USES=		pkgconfig
170
PJSIP_LIB_DEPENDS=	libsrtp2.so:net/libsrtp2 \
169
PJSIP_LIB_DEPENDS=	libsrtp2.so:net/libsrtp2 \
171
			libspeex.so:audio/speex \
170
			libspeex.so:audio/speex \
172
			libspeexdsp.so:audio/speexdsp
171
			libspeexdsp.so:audio/speexdsp
(-)b/net/asterisk18/Makefile (-2 / +1 lines)
Lines 19-25 LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ Link Here
19
		libjansson.so:devel/jansson
19
		libjansson.so:devel/jansson
20
20
21
USES=		bison compiler:c11 cpe gmake gnome iconv libedit localbase \
21
USES=		bison compiler:c11 cpe gmake gnome iconv libedit localbase \
22
		shebangfix sqlite ssl ncurses
22
		pkgconfig shebangfix sqlite ssl ncurses
23
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_RC_SUBR=	asterisk
25
USE_RC_SUBR=	asterisk
Lines 166-172 PGSQL_CONFIGURE_WITH= postgres Link Here
166
PGSQL_USES=		pgsql
166
PGSQL_USES=		pgsql
167
167
168
PJSIP_CONFIGURE_WITH=	pjproject pjproject-bundled
168
PJSIP_CONFIGURE_WITH=	pjproject pjproject-bundled
169
PJSIP_USES=		pkgconfig
170
PJSIP_LIB_DEPENDS=	libsrtp2.so:net/libsrtp2 \
169
PJSIP_LIB_DEPENDS=	libsrtp2.so:net/libsrtp2 \
171
			libspeex.so:audio/speex \
170
			libspeex.so:audio/speex \
172
			libspeexdsp.so:audio/speexdsp
171
			libspeexdsp.so:audio/speexdsp

Return to bug 263980