Date: Fri, 5 Oct 2012 16:43:53 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305309 - head/devel/gearmand Message-ID: <201210051643.q95Ghr8g003542@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glarkin Date: Fri Oct 5 16:43:53 2012 New Revision: 305309 URL: http://svn.freebsd.org/changeset/ports/305309 Log: - Added devel/libexecinfo to BUILD_DEPENDS to avoid configure script errors - Bumped PORTREVISION Reported by: Andy Yopp <andyy@honeycomb.net> Modified: head/devel/gearmand/Makefile Modified: head/devel/gearmand/Makefile ============================================================================== --- head/devel/gearmand/Makefile Fri Oct 5 16:42:38 2012 (r305308) +++ head/devel/gearmand/Makefile Fri Oct 5 16:43:53 2012 (r305309) @@ -7,13 +7,15 @@ PORTNAME= gearmand PORTVERSION= 0.39 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ MAINTAINER= glarkin@FreeBSD.org COMMENT= Gearman C Server and Library -BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ + libexecinfo>=0:${PORTSDIR}/devel/libexecinfo LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ execinfo:${PORTSDIR}/devel/libexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210051643.q95Ghr8g003542>