1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 1.6.2.14.

Submitted by:	Florian Smeets (MAINTAINER)
This commit is contained in:
Max Khon 2010-11-30 16:56:35 +00:00
parent 48739d26c4
commit c63b2c0d27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265460
5 changed files with 41 additions and 5 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= asterisk
PORTVERSION= 1.6.2.13
PORTREVISION= 2
PORTVERSION= 1.6.2.14
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/

View File

@ -1,3 +1,2 @@
MD5 (asterisk-1.6.2.13.tar.gz) = 1e184a4d9301e2e4b9de3bc98b507d4f
SHA256 (asterisk-1.6.2.13.tar.gz) = 28bb18e988d22557ee77220cb33209212af1e618348c3d42666f785da517c01e
SIZE (asterisk-1.6.2.13.tar.gz) = 23679304
SHA256 (asterisk-1.6.2.14.tar.gz) = 344fc0c4d0bb5488084aee7c2068b9efe21ec0fa183f41a4c3608e64fa38f332
SIZE (asterisk-1.6.2.14.tar.gz) = 23715262

View File

@ -0,0 +1,24 @@
--- ./include/asterisk/lock.h.orig 2010-11-12 17:01:29.000000000 +0100
+++ ./include/asterisk/lock.h 2010-11-12 17:01:38.000000000 +0100
@@ -1049,10 +1049,6 @@
t->tracking = tracking;
pthread_rwlockattr_init(&attr);
-#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
-#endif
-
res = pthread_rwlock_init(&t->lock, &attr);
pthread_rwlockattr_destroy(&attr);
return res;
@@ -1801,10 +1797,6 @@
pthread_rwlockattr_init(&attr);
-#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
-#endif
-
res = pthread_rwlock_init(prwlock, &attr);
pthread_rwlockattr_destroy(&attr);
return res;

View File

@ -0,0 +1,13 @@
--- ./utils/extconf.c.orig 2010-11-12 16:49:46.000000000 +0100
+++ ./utils/extconf.c 2010-11-12 16:50:00.000000000 +0100
@@ -718,10 +718,6 @@
pthread_rwlockattr_init(&attr);
-#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
-#endif
-
return pthread_rwlock_init(prwlock, &attr);
}

View File

@ -321,6 +321,7 @@ include/asterisk/privacy.h
include/asterisk/res_odbc.h
include/asterisk/rtp.h
include/asterisk/say.h
include/asterisk/select.h
include/asterisk/sched.h
include/asterisk/sha1.h
include/asterisk/slin.h