View | Details | Raw Unified | Return to bug 231743
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 11-17 Link Here
11
COMMENT=	Gearman C Server and Library
11
COMMENT=	Gearman C Server and Library
12
12
13
BROKEN_sparc64=		fails to build: cannot link with boost
13
BROKEN_sparc64=		fails to build: cannot link with boost
14
BROKEN_powerpc64=	fails to build: checking for the Boost program_options library... no
15
14
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
17
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
16
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
Lines 23-29 Link Here
23
USERS=		gearmand
22
USERS=		gearmand
24
GROUPS=		gearmand
23
GROUPS=		gearmand
25
24
26
USES=		pathfix gmake perl5 python:build libtool
25
USES=		compiler:c++11-lang pathfix gmake perl5 python:build libtool
26
USE_CXXSTD=	c++11
27
USE_PERL5=	build
27
USE_PERL5=	build
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
(-)files/patch-configure (+12 lines)
Lines 1-5 Link Here
1
--- ./configure.orig	2013-07-17 10:46:57.000000000 -0400
1
--- ./configure.orig	2013-07-17 10:46:57.000000000 -0400
2
+++ ./configure	2013-07-17 10:46:57.000000000 -0400
2
+++ ./configure	2013-07-17 10:46:57.000000000 -0400
3
@@ -16842,11 +16842,6 @@
4
 $as_echo "$boost_cv_lib_version" >&6; }
5
     # e.g. "134" for 1_34_1 or "135" for 1_35
6
     boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'`
7
-    case $boost_major_version in #(
8
-      '' | *[!0-9]*)
9
-        as_fn_error $? "invalid value: boost_major_version=$boost_major_version" "$LINENO" 5
10
-        ;;
11
-    esac
12
 fi
13
 CPPFLAGS=$boost_save_CPPFLAGS
14
3
@@ -17972,7 +17972,7 @@
15
@@ -17972,7 +17972,7 @@
4
 
16
 
5
 else
17
 else
(-)files/patch-libtest_timer.hpp (+10 lines)
Line 0 Link Here
1
--- libtest/timer.hpp.orig	2018-09-26 15:24:37 UTC
2
+++ libtest/timer.hpp
3
@@ -39,6 +39,7 @@
4
 #include <cstdlib>
5
 #include <ctime>
6
 #include <iostream>
7
+#include <stdint.h>
8
 
9
 
10
 namespace libtest {

Return to bug 231743