diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-20 17:00:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-20 17:00:47 +0800 |
commit | 05a22dafcbc52f4bb9a8b403029884bdcb905349 (patch) | |
tree | 1279a4768c7ea68e6ed58afdf2f3326d110201ca /devel | |
parent | de3066435182c2acc9b9e15c69e7ef8aa4f3eda4 (diff) | |
download | freebsd-ports-gnome-05a22dafcbc52f4bb9a8b403029884bdcb905349.tar.gz freebsd-ports-gnome-05a22dafcbc52f4bb9a8b403029884bdcb905349.tar.zst freebsd-ports-gnome-05a22dafcbc52f4bb9a8b403029884bdcb905349.zip |
Also mark broken on sparc64.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gearmand-devel/Makefile | 5 | ||||
-rw-r--r-- | devel/gearmand/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index 0afd8b6125a5..ebaa459289bb 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ 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 diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 6347137e4ccf..b02ee9932f3b 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ 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.* gearmand-1.1.* 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 |