FreeBSD Bugzilla – Attachment 197522 Details for
Bug 231743
devel/gearmand: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gearmand.patch (text/plain), 2.22 KB, created by
Piotr Kubaj
on 2018-09-26 15:54:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-26 15:54:57 UTC
Size:
2.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480666) >+++ Makefile (working copy) >@@ -11,7 +11,6 @@ > COMMENT= Gearman C Server and Library > > BROKEN_sparc64= fails to build: cannot link with boost >-BROKEN_powerpc64= fails to build: checking for the Boost program_options library... no > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} > LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ >@@ -23,7 +22,8 @@ > USERS= gearmand > GROUPS= gearmand > >-USES= pathfix gmake perl5 python:build libtool >+USES= compiler:c++11-lang pathfix gmake perl5 python:build libtool >+USE_CXXSTD= c++11 > USE_PERL5= build > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 480666) >+++ files/patch-configure (working copy) >@@ -1,5 +1,17 @@ > --- ./configure.orig 2013-07-17 10:46:57.000000000 -0400 > +++ ./configure 2013-07-17 10:46:57.000000000 -0400 >+@@ -16842,11 +16842,6 @@ >+ $as_echo "$boost_cv_lib_version" >&6; } >+ # e.g. "134" for 1_34_1 or "135" for 1_35 >+ boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'` >+- case $boost_major_version in #( >+- '' | *[!0-9]*) >+- as_fn_error $? "invalid value: boost_major_version=$boost_major_version" "$LINENO" 5 >+- ;; >+- esac >+ fi >+ CPPFLAGS=$boost_save_CPPFLAGS >+ > @@ -17972,7 +17972,7 @@ > > else >Index: files/patch-libtest_timer.hpp >=================================================================== >--- files/patch-libtest_timer.hpp (nonexistent) >+++ files/patch-libtest_timer.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- libtest/timer.hpp.orig 2018-09-26 15:24:37 UTC >++++ libtest/timer.hpp >+@@ -39,6 +39,7 @@ >+ #include <cstdlib> >+ #include <ctime> >+ #include <iostream> >++#include <stdint.h> >+ >+ >+ namespace libtest { > >Property changes on: files/patch-libtest_timer.hpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231743
: 197522