Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= freeswitch |
4 |
PORTNAME= freeswitch |
5 |
PORTVERSION= 1.6.8 |
5 |
PORTVERSION= 1.6.10 |
6 |
CATEGORIES= net |
6 |
CATEGORIES= net |
7 |
MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ |
7 |
MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ |
8 |
http://files.freeswitch.org/releases/sounds/:sounds |
8 |
http://files.freeswitch.org/releases/sounds/:sounds |
Lines 16-25
Link Here
|
16 |
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ |
16 |
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ |
17 |
libcurl.so:ftp/curl \ |
17 |
libcurl.so:ftp/curl \ |
18 |
libpcre.so:devel/pcre \ |
18 |
libpcre.so:devel/pcre \ |
|
|
19 |
libspeexdsp.so:audio/speexdsp \ |
19 |
libspeex.so:audio/speex \ |
20 |
libspeex.so:audio/speex \ |
20 |
libldns.so:dns/ldns \ |
21 |
libldns.so:dns/ldns \ |
21 |
libopus.so:audio/opus \ |
22 |
libopus.so:audio/opus \ |
22 |
libsndfile.so:audio/libsndfile |
23 |
libsndfile.so:audio/libsndfile \ |
|
|
24 |
libfreetype.so:print/freetype2 \ |
25 |
libpng16.so:graphics/png \ |
26 |
libjbig.so:graphics/jbigkit |
23 |
|
27 |
|
24 |
CONFLICTS_BUILD= xmlrpc-c-* |
28 |
CONFLICTS_BUILD= xmlrpc-c-* |
25 |
|
29 |
|
Lines 26-32
Link Here
|
26 |
BROKEN_FreeBSD_9= Fails in configure due to compiler issues |
30 |
BROKEN_FreeBSD_9= Fails in configure due to compiler issues |
27 |
ONLY_FOR_ARCHS= amd64 |
31 |
ONLY_FOR_ARCHS= amd64 |
28 |
|
32 |
|
29 |
USES= gmake jpeg pkgconfig lua perl5 libtool shebangfix tar:xz |
33 |
USES= gmake jpeg pkgconfig lua perl5 libtool shebangfix tar:xz iconv libedit ssl |
30 |
USE_LDCONFIG= yes |
34 |
USE_LDCONFIG= yes |
31 |
|
35 |
|
32 |
ALL_MODULES_DESC= Build all modules |
36 |
ALL_MODULES_DESC= Build all modules |
Lines 46-51
Link Here
|
46 |
NO_OPTIONS_SORT= yes |
50 |
NO_OPTIONS_SORT= yes |
47 |
OPTIONS_SUB= yes |
51 |
OPTIONS_SUB= yes |
48 |
|
52 |
|
|
|
53 |
ALL_MODULES_CONFLICTS_BUILD+= apr |
49 |
ALL_MODULES_EXTRA_PATCHES= ${FILESDIR}/extrapatch-modules.conf |
54 |
ALL_MODULES_EXTRA_PATCHES= ${FILESDIR}/extrapatch-modules.conf |
50 |
|
55 |
|
51 |
GNU_CONFIGURE= yes |
56 |
GNU_CONFIGURE= yes |
Lines 66-76
Link Here
|
66 |
.include <bsd.port.options.mk> |
71 |
.include <bsd.port.options.mk> |
67 |
|
72 |
|
68 |
.if ${PORT_OPTIONS:MALL_MODULES} |
73 |
.if ${PORT_OPTIONS:MALL_MODULES} |
|
|
74 |
USE_XORG= x11 |
69 |
BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ |
75 |
BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ |
70 |
${LOCALBASE}/bin/aclocal:devel/automake |
76 |
${LOCALBASE}/bin/aclocal:devel/automake |
71 |
RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa |
77 |
RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa |
72 |
LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ |
78 |
LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ |
73 |
libopencv_legacy.so:graphics/opencv \ |
79 |
libopencv_legacy.so:graphics/opencv \ |
|
|
80 |
libopencv_core.so:graphics/opencv-core \ |
74 |
libhiredis.so:databases/hiredis \ |
81 |
libhiredis.so:databases/hiredis \ |
75 |
libmemcached.so:databases/libmemcached \ |
82 |
libmemcached.so:databases/libmemcached \ |
76 |
libSoundTouch.so:audio/soundtouch \ |
83 |
libSoundTouch.so:audio/soundtouch \ |
Lines 85-91
Link Here
|
85 |
libyaml.so:textproc/libyaml \ |
92 |
libyaml.so:textproc/libyaml \ |
86 |
libMagickWand-6.so:graphics/ImageMagick-nox11 |
93 |
libMagickWand-6.so:graphics/ImageMagick-nox11 |
87 |
USE_OPENLDAP= yes |
94 |
USE_OPENLDAP= yes |
88 |
USE_OPENSSL= yes |
|
|
89 |
.endif |
95 |
.endif |
90 |
|
96 |
|
91 |
EDPRE= freeswitch-sounds |
97 |
EDPRE= freeswitch-sounds |