/[ports]/head/net/opensips/Makefile
ViewVC logotype

Diff of /head/net/opensips/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 461651 by sunpoet, Wed Jan 3 13:36:58 2018 UTC revision 461652 by antoine, Mon Feb 12 20:43:02 2018 UTC
# Line 3  Line 3 
3    
4  PORTNAME=               opensips  PORTNAME=               opensips
5  PORTVERSION=            2.2.3  PORTVERSION=            2.2.3
6  PORTREVISION=   3  PORTREVISION=   4
7  CATEGORIES=             net  CATEGORIES=             net
8  MASTER_SITES=           http://opensips.org/pub/opensips/${PORTVERSION}/  MASTER_SITES=           http://opensips.org/pub/opensips/${PORTVERSION}/
9    
# Line 20  LIB_DEPENDS=           libxml2.so:textproc/libxml Line 20  LIB_DEPENDS=           libxml2.so:textproc/libxml
20                          librabbitmq.so:net/rabbitmq-c-devel \                          librabbitmq.so:net/rabbitmq-c-devel \
21                          libhiredis.so:databases/hiredis \                          libhiredis.so:databases/hiredis \
22                          libexpat.so:textproc/expat2 \                          libexpat.so:textproc/expat2 \
                         libpython2.7.so:lang/python27 \  
23                          libcurl.so:ftp/curl \                          libcurl.so:ftp/curl \
24                          libjson-c.so:devel/json-c                          libjson-c.so:devel/json-c
25  BUILD_DEPENDS=          ginstall:sysutils/coreutils \  BUILD_DEPENDS=          ginstall:sysutils/coreutils \
26                          gtar:archivers/gtar \                          gtar:archivers/gtar \
27                          gm4:devel/m4 \                          gm4:devel/m4 \
28                          redis-server:databases/redis-devel \                          redis-server:databases/redis-devel
                         python2:lang/python2 \  
                         python:lang/python  
29  RUN_DEPENDS=            ${LOCALBASE}/bin/bash:shells/bash \  RUN_DEPENDS=            ${LOCALBASE}/bin/bash:shells/bash \
                         ${LOCALBASE}/bin/python2:lang/python2 \  
30                          ${LOCALBASE}/bin/grep:textproc/gnugrep                          ${LOCALBASE}/bin/grep:textproc/gnugrep
31    
32  GINSTALL=               ginstall  GINSTALL=               ginstall
# Line 40  DOCSDIR=               share/doc/opensips Line 36  DOCSDIR=               share/doc/opensips
36    
37  USE_RC_SUBR=            opensips  USE_RC_SUBR=            opensips
38    
39  USES=                   gmake ncurses perl5 pkgconfig shebangfix ssl  USES=                   gmake ncurses perl5 pkgconfig python:2.7 shebangfix ssl
40  USE_GCC=                yes  USE_GCC=                yes
41    
42  NOPRECIOUSMAKEVARS=     yes  NOPRECIOUSMAKEVARS=     yes
# Line 188  EXTRA_MODULES+=                proto_tls Line 184  EXTRA_MODULES+=                proto_tls
184  EXTRA_MODULES+=         db_sqlite  EXTRA_MODULES+=         db_sqlite
185  .endif  .endif
186    
187  OPENSIPS_MAKE_ENV=      CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"  OPENSIPS_MAKE_ENV=      CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" PYTHON=${PYTHON_CMD}
188    
189  post-patch:  post-patch:
190          @${RM} ${WRKSRC}/modules/json/array_del.c          @${RM} ${WRKSRC}/modules/json/array_del.c

Legend:
Removed from v.461651  
changed lines
  Added in v.461652

  ViewVC Help
Powered by ViewVC 1.1.27