diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-16 09:17:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-16 09:17:20 +0000 |
commit | 83427aa49f2e752da903cf992e9c833fffdecdd3 (patch) | |
tree | 39243fe7fbbc7d55728c94cfa2359f61bafae022 | |
parent | - Update to 5.4 (diff) |
- Eliminate coredump on amd64
- Bump PORTREVISION
PR: ports/151436
Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com>
Approved by: pgollucci (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=263084
-rw-r--r-- | www/kannel/Makefile | 2 | ||||
-rw-r--r-- | www/kannel/files/patch-af | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 1573f28dba15..a5309c423aff 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -6,7 +6,7 @@ PORTNAME= kannel PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/ MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/www/kannel/files/patch-af b/www/kannel/files/patch-af index f4a5ab082c65..d9166178c14a 100644 --- a/www/kannel/files/patch-af +++ b/www/kannel/files/patch-af @@ -16,7 +16,7 @@ { int ret; int i; -+ int stack_size; ++ size_t stack_size; pthread_mutex_init(&threadtable_lock, NULL); |