aboutsummaryrefslogtreecommitdiffstats
path: root/www/kannel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-10-16 17:17:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-10-16 17:17:20 +0800
commit0304e3afb0a0229a4315fa54e7f1706e6630a6e8 (patch)
treed1f4d3c69cee69ba5822876c9f385148afb635c5 /www/kannel
parent835923381d3d5807038bab786a87d7f34243e41c (diff)
downloadfreebsd-ports-gnome-0304e3afb0a0229a4315fa54e7f1706e6630a6e8.tar.gz
freebsd-ports-gnome-0304e3afb0a0229a4315fa54e7f1706e6630a6e8.tar.zst
freebsd-ports-gnome-0304e3afb0a0229a4315fa54e7f1706e6630a6e8.zip
- Eliminate coredump on amd64
- Bump PORTREVISION PR: ports/151436 Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com> Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'www/kannel')
-rw-r--r--www/kannel/Makefile2
-rw-r--r--www/kannel/files/patch-af2
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);