FreeBSD Bugzilla – Attachment 197942 Details for
Bug 232096
devel/gearmand-devel: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gearmand-devel.patch (text/plain), 2.81 KB, created by
Piotr Kubaj
on 2018-10-09 01:07:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-09 01:07:34 UTC
Size:
2.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481501) >+++ Makefile (working copy) >@@ -12,7 +12,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= boost-libs>=0:devel/boost-libs \ > ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} >@@ -24,7 +23,7 @@ > USERS= gearmand > GROUPS= gearmand > >-USES= pathfix perl5 gmake gperf libtool python:build >+USES= compiler:c++11-lang pathfix perl5 gmake gperf libtool python:build > USE_PERL5= build > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 481501) >+++ files/patch-configure (working copy) >@@ -1,6 +1,18 @@ >---- ./configure.orig 2013-06-06 19:06:29.000000000 -0400 >-+++ ./configure 2013-07-17 14:33:54.000000000 -0400 >-@@ -17976,7 +17976,7 @@ >+--- configure.orig 2013-06-06 23:06:29 UTC >++++ configure >+@@ -16844,11 +16844,6 @@ fi >+ $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 >+ >+@@ -17976,7 +17971,7 @@ fi > done > test -n "$CURL_CONFIG" || CURL_CONFIG="no" > >@@ -9,7 +21,7 @@ > > : > >-@@ -17986,7 +17986,7 @@ >+@@ -17986,7 +17981,7 @@ $as_echo "#define HAVE_LIBCURL 0" >>confdefs.h > > else > >@@ -18,7 +30,7 @@ > > CURL_CFLAGS="`$CURL_CONFIG $curl_config_args --cflags`" > >-@@ -17996,7 +17996,7 @@ >+@@ -17996,7 +17991,7 @@ else > > fi > >@@ -27,7 +39,7 @@ > > CURL_LIBS="`$CURL_CONFIG $curl_config_args --libs`" > >-@@ -23954,8 +23954,8 @@ >+@@ -23954,8 +23949,8 @@ else > LIBS="$PTHREAD_LIBS" > ac_ext=c > ac_cpp='$CPP $CPPFLAGS' >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 232096
: 197942