Index: head/net/kamailio/Makefile =================================================================== --- head/net/kamailio/Makefile (revision 509638) +++ head/net/kamailio/Makefile (revision 509639) @@ -1,139 +1,138 @@ # Created by: Oliver Mahmoudi # $FreeBSD$ PORTNAME= kamailio -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 5.2.4 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= pi@FreeBSD.org COMMENT= Very fast and configurable open source SIP proxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libxml2.so:textproc/libxml2 \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash BROKEN_powerpc64= Does not build: /bin/sh: clang: not found USES= gmake ncurses pkgconfig python readline shebangfix USE_LDCONFIG= yes SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \ utils/kamctl/kamctl utils/kamctl/kamdbctl CFLAGS+= -Wall WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_RC_SUBR= kamailio USERS= kamailio GROUPS= kamailio OPTIONS_DEFINE= DOCS MYSQL PGSQL PERL RADIUS JITSI SCTP TLS \ UNIXODBC PRESENCE WEBSOCKET DIALPLAN OPTIONS_DEFAULT=MYSQL RADIUS TLS PRESENCE OPTIONS_SUB= YES DIALPLAN_DESC= Dialplan support JITSI_DESC= VoIP Frontend GUI via Jitsi SCTP_DESC= SCTP support PRESENCE_DESC= Presence support WEBSOCKET_DESC= Websocket support MYSQL_USES= mysql PGSQL_USES= pgsql JITSI_RUN_DEPENDS= jitsi:net-im/jitsi UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient TLS_USES= ssl .include DEFAULT_GROUP_INCLUDE= standard standard-dep .if ${PORT_OPTIONS:MMYSQL} EXTRA_GROUPS+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} EXTRA_GROUPS+= postgres .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 EXTRA_MODULES+= app_perl MAKE_ENV+= PERLLDOPTS=`perl -MExtUtils::Embed -e ldopts` \ PERLCCOPTS=`perl -MExtUtils::Embed -e ccopts` \ TYPEMAP=`perl -MConfig -e 'print $Config{installprivlib}'`/ExtUtils/typemap .endif .if ${PORT_OPTIONS:MUNIXODBC} EXTRA_MODULES+= db_unixodbc .endif .if ${PORT_OPTIONS:MDIALPLAN} LIB_DEPENDS+= libpcre.so:devel/pcre EXTRA_MODULES+= dialplan .endif .if ${PORT_OPTIONS:MRADIUS} EXTRA_GROUPS+= radius .endif .if ${PORT_OPTIONS:MSCTP} EXTRA_MODULES+= sctp .endif .if ${PORT_OPTIONS:MTLS} EXTRA_MODULES+= tls .endif .if ${PORT_OPTIONS:MPRESENCE} EXTRA_GROUPS+= presence .endif .if ${PORT_OPTIONS:MWEBSOCKET} EXTRA_MODULES+= websocket LIB_DEPENDS+= libunistring.so:devel/libunistring .endif .if !empty (EXTRA_GROUPS) MAKE_ARGS+= group_include="${DEFAULT_GROUP_INCLUDE} ${EXTRA_GROUPS}" .else MAKE_ARGS+= group_include="${DEFAULT_GROUP_INCLUDE}" .endif .if !empty (EXTRA_MODULES) MAKE_ARGS+= include_modules="${EXTRA_MODULES}" .endif post-patch: .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's#install-doc install-man#install-man#' \ ${WRKSRC}/Makefile .endif pre-build: cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} cfg do-build: cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} do-install: cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} .if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} ${RMDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} .endif post-install: (cd ${STAGEDIR}${PREFIX}/lib/kamailio/modules ; ${STRIP_CMD} *.so) (cd ${STAGEDIR}${PREFIX}/lib/kamailio ; ${STRIP_CMD} *.so.1) (cd ${STAGEDIR}${PREFIX}/sbin ; ${STRIP_CMD} kamailio kamcmd) .include Index: head/net/kamailio/distinfo =================================================================== --- head/net/kamailio/distinfo (revision 509638) +++ head/net/kamailio/distinfo (revision 509639) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544566071 -SHA256 (kamailio-5.2.0_src.tar.gz) = 74862a7503906b8d154cc9252c9dcec20a58638d451d1c17a4eab05fe35d1cdd -SIZE (kamailio-5.2.0_src.tar.gz) = 12234968 +TIMESTAMP = 1566543570 +SHA256 (kamailio-5.2.4_src.tar.gz) = 484488879fa3c790bbd940bb81bac90639f4dccfc1c2b4e75db38f65d4020393 +SIZE (kamailio-5.2.4_src.tar.gz) = 12305527 Index: head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c =================================================================== --- head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c (revision 509638) +++ head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/modules/db_mysql/km_dbase.c.orig 2018-10-29 18:08:57 UTC -+++ src/modules/db_mysql/km_dbase.c -@@ -35,7 +35,7 @@ - #include - #include - #include --#include -+#include - #include "../../core/mem/mem.h" - #include "../../core/dprint.h" - #include "../../core/async_task.h" Property changes on: head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile (revision 509638) +++ head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- src/modules/db_sqlite/Makefile.orig 2018-03-01 16:24:09 UTC -+++ src/modules/db_sqlite/Makefile -@@ -22,7 +22,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-sqlite-scripts: $(bin_prefix)/$(bin_dir) -- SQLITEON=yes make -C ../../../utils/kamctl/ install-modules -+ SQLITEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules - - install-scripts: install-sqlite-scripts - Property changes on: head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile (revision 509638) +++ head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- src/modules/db_berkeley/Makefile.orig 2018-03-01 16:24:09 UTC -+++ src/modules/db_berkeley/Makefile -@@ -25,7 +25,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-berkeley-scripts: $(bin_prefix)/$(bin_dir) -- BERKELEYDBON=yes make -C ../../../utils/kamctl/ install-modules -+ BERKELEYDBON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules - - install-scripts: install-berkeley-scripts - Property changes on: head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__oracle_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__oracle_Makefile (revision 509638) +++ head/net/kamailio/files/patch-src_modules_db__oracle_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- src/modules/db_oracle/Makefile.orig 2018-03-01 16:24:09 UTC -+++ src/modules/db_oracle/Makefile -@@ -19,7 +19,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-oracle-scripts: $(bin_prefix)/$(bin_dir) -- ORACLEON=yes make -C ../../../utils/kamctl/ install-modules -+ ORACLEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules - - install-scripts: install-oracle-scripts - Property changes on: head/net/kamailio/files/patch-src_modules_db__oracle_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property