yate: Bump to version 6.0.0 189/head
authorRobert Högberg <robert.hogberg@gmail.com>
Sun, 1 Oct 2017 18:26:06 +0000 (20:26 +0200)
committerRobert Högberg <robert.hogberg@gmail.com>
Sun, 1 Oct 2017 18:48:43 +0000 (20:48 +0200)
Updates yate to version 6.0.0.

net/yate/Makefile
net/yate/patches/100-non-gnu-mutex-type.patch
net/yate/patches/110-no-libnsl.patch

index 7a07d449bcd2495ab992e309b2798b60054409ea..94d4f274267242740acf51d9fa72cdfbf6b91936 100644 (file)
@@ -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
index af5d8b235021c82a39bdfc3bc8143db486556227..e0f9905123df274e7606590c18e6bc9c680967ea 100644 (file)
@@ -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 <semaphore.h>
  #include <time.h>
@@ -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.h>
  ],[
  pthread_mutexattr_t attr;
index 1a1660aff370fd4f09dc4a45a38a40b6364a4814..99fef6221957327526f48c723bb8bba7db6d3ec1 100644 (file)
@@ -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"