- Updated to 0.41

ChangeLog: https://launchpad.net/gearmand/+milestone/0.41
- Added dependency for textproc/py-sphinx to build man pages
- Removed obsoleted patches

Feature safe:	yes
This commit is contained in:
Greg Larkin 2012-10-16 18:11:38 +00:00
parent 45efd07b44
commit edcdf677eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305984
4 changed files with 6 additions and 32 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gearmand
PORTVERSION= 0.39
PORTREVISION= 1
PORTVERSION= 0.41
CATEGORIES= devel
MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/
@ -15,7 +14,8 @@ MAINTAINER= glarkin@FreeBSD.org
COMMENT= Gearman C Server and Library
BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \
libexecinfo>=0:${PORTSDIR}/devel/libexecinfo
libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \
${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx
LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
execinfo:${PORTSDIR}/devel/libexecinfo
@ -39,6 +39,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_PYTHON_BUILD=yes
USE_RC_SUBR= gearmand
SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS}

View File

@ -1,2 +1,2 @@
SHA256 (gearmand-0.39.tar.gz) = 7eaa4050bdd3e7801d0af047926314dbc6270f8fa6723aca72a7226f341507ec
SIZE (gearmand-0.39.tar.gz) = 841815
SHA256 (gearmand-0.41.tar.gz) = eda6bc1f66a8f8d66394744b31ea975bd55f7ef2dfcc3698d7f9835a06ceb875
SIZE (gearmand-0.41.tar.gz) = 851863

View File

@ -1,17 +0,0 @@
--- ./libgearman-server/plugins/queue/redis/queue.cc.orig 2012-10-03 15:55:58.000000000 -0400
+++ ./libgearman-server/plugins/queue/redis/queue.cc 2012-10-03 15:56:31.000000000 -0400
@@ -269,14 +269,11 @@
assert(fmt_str_length != 1);
return gearmand_gerror("snprintf() failed to produce a valud fmt_str for redis key", GEARMAN_QUEUE_ERROR);
}
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wformat-nonliteral"
int ret= sscanf(reply->element[x]->str,
fmt_str,
prefix,
function_name,
unique);
-#pragma GCC diagnostic pop
if (ret == 0)
{
continue;

View File

@ -1,10 +0,0 @@
--- ./libgearman-server/server.cc.orig 2012-09-19 22:42:05.000000000 -0400
+++ ./libgearman-server/server.cc 2012-10-03 15:37:17.000000000 -0400
@@ -46,7 +46,6 @@
#include <libgearman-server/queue.h>
#include <errno.h>
-#include <iso646.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>