Date: Tue, 20 Sep 2016 09:00:47 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422486 - in head/devel: gearmand gearmand-devel Message-ID: <201609200900.u8K90l3Q015490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Sep 20 09:00:47 2016 New Revision: 422486 URL: https://svnweb.freebsd.org/changeset/ports/422486 Log: Also mark broken on sparc64. Modified: head/devel/gearmand-devel/Makefile head/devel/gearmand/Makefile Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Tue Sep 20 07:51:19 2016 (r422485) +++ head/devel/gearmand-devel/Makefile Tue Sep 20 09:00:47 2016 (r422486) @@ -10,8 +10,6 @@ MASTER_SITES= http://launchpad.net/gearm MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libevent.so:devel/libevent2 \ @@ -24,6 +22,9 @@ PKGNAMESUFFIX= -devel USERS= gearmand GROUPS= gearmand +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: cannot link with boost + USE_PERL5= build GNU_CONFIGURE= yes USES= pathfix perl5 gmake gperf libtool execinfo python:build Modified: head/devel/gearmand/Makefile ============================================================================== --- head/devel/gearmand/Makefile Tue Sep 20 07:51:19 2016 (r422485) +++ head/devel/gearmand/Makefile Tue Sep 20 09:00:47 2016 (r422486) @@ -10,8 +10,6 @@ MASTER_SITES= http://launchpad.net/gearm MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libevent.so:devel/libevent2 \ @@ -22,6 +20,9 @@ CONFLICTS= p5-Gearman-Server-1.* gearman USERS= gearmand GROUPS= gearmand +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: cannot link with boost + USE_PERL5= build GNU_CONFIGURE= yes USES= pathfix gmake perl5 python:build libtool execinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609200900.u8K90l3Q015490>