From owner-svn-ports-all@freebsd.org Tue Oct 30 11:52:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 377E510E0DDE; Tue, 30 Oct 2018 11:52:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE7127FE61; Tue, 30 Oct 2018 11:52:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFEAB1D109; Tue, 30 Oct 2018 11:52:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9UBqsop004401; Tue, 30 Oct 2018 11:52:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UBqs66004399; Tue, 30 Oct 2018 11:52:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201810301152.w9UBqs66004399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 30 Oct 2018 11:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483474 - in head/devel/gearmand-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/devel/gearmand-devel: . files X-SVN-Commit-Revision: 483474 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 11:52:55 -0000 Author: linimon Date: Tue Oct 30 11:52:54 2018 New Revision: 483474 URL: https://svnweb.freebsd.org/changeset/ports/483474 Log: Fix build on powerpc64 the same way as non-devel port. Probably fixes sparc64 as well. PR: 232096 Submitted by: Piotr Kubaj Modified: head/devel/gearmand-devel/Makefile head/devel/gearmand-devel/files/patch-configure Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Tue Oct 30 11:49:32 2018 (r483473) +++ head/devel/gearmand-devel/Makefile Tue Oct 30 11:52:54 2018 (r483474) @@ -11,9 +11,6 @@ PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org 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} LIB_DEPENDS= libevent.so:devel/libevent \ @@ -24,7 +21,7 @@ CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.* 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 Modified: head/devel/gearmand-devel/files/patch-configure ============================================================================== --- head/devel/gearmand-devel/files/patch-configure Tue Oct 30 11:49:32 2018 (r483473) +++ head/devel/gearmand-devel/files/patch-configure Tue Oct 30 11:52:54 2018 (r483474) @@ -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'