From 54931ca188cd55a414ed25104b2e35d8a8c4bd8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20H=C3=B6gberg?= Date: Sun, 1 Oct 2017 20:26:06 +0200 Subject: [PATCH] yate: Bump to version 6.0.0 Updates yate to version 6.0.0. --- net/yate/Makefile | 8 ++++---- net/yate/patches/100-non-gnu-mutex-type.patch | 14 +++++--------- net/yate/patches/110-no-libnsl.patch | 8 +++----- 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/net/yate/Makefile b/net/yate/Makefile index 7a07d44..94d4f27 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk -RELEASEVER:=5.5.0 +RELEASEVER:=6.0.0 PKG_NAME:=yate PKG_VERSION:=$(RELEASEVER)-1 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate5/ -PKG_MD5SUM:=c433b3df08a5993e16fadaac279e39a0 +PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate6/ +PKG_HASH:=0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_LICENSE:=GPL-2.0 diff --git a/net/yate/patches/100-non-gnu-mutex-type.patch b/net/yate/patches/100-non-gnu-mutex-type.patch index af5d8b2..e0f9905 100644 --- a/net/yate/patches/100-non-gnu-mutex-type.patch +++ b/net/yate/patches/100-non-gnu-mutex-type.patch @@ -1,7 +1,5 @@ -Index: yate/engine/Mutex.cpp -=================================================================== ---- yate.orig/engine/Mutex.cpp -+++ yate/engine/Mutex.cpp +--- a/engine/Mutex.cpp ++++ b/engine/Mutex.cpp @@ -30,6 +30,10 @@ typedef HANDLE HSEMAPHORE; #include #include @@ -13,11 +11,9 @@ Index: yate/engine/Mutex.cpp #ifdef MUTEX_HACK extern "C" { #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) -Index: yate/configure.ac -=================================================================== ---- yate.orig/configure.ac -+++ yate/configure.ac -@@ -257,7 +257,7 @@ AC_TRY_COMPILE([ +--- a/configure.ac ++++ b/configure.ac +@@ -264,7 +264,7 @@ AC_TRY_COMPILE([ #include ],[ pthread_mutexattr_t attr; diff --git a/net/yate/patches/110-no-libnsl.patch b/net/yate/patches/110-no-libnsl.patch index 1a1660a..99fef62 100644 --- a/net/yate/patches/110-no-libnsl.patch +++ b/net/yate/patches/110-no-libnsl.patch @@ -1,8 +1,6 @@ -Index: yate/configure.ac -=================================================================== ---- yate.orig/configure.ac -+++ yate/configure.ac -@@ -689,7 +689,7 @@ if [[ "x$local_lib" != "xlib" -a ! -d "$ +--- a/configure.ac ++++ b/configure.ac +@@ -713,7 +713,7 @@ if [[ "x$local_lib" != "xlib" -a ! -d "$ fi if [[ -f "$ac_cv_use_mysql/include/mysql/mysql.h" -a -d "$ac_cv_use_mysql/$local_lib/mysql" ]]; then MYSQL_INC="-I$ac_cv_use_mysql/include/mysql" -- 2.30.2