From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 09:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AECD54A for ; Thu, 22 May 2014 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECC32E0C for ; Thu, 22 May 2014 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M9e1oF007942 for ; Thu, 22 May 2014 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M9e1qo007941; Thu, 22 May 2014 09:40:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 09:40:01 GMT Message-Id: <201405220940.s4M9e1qo007941@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189076: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 09:40:02 -0000 The following reply was made to PR ports/189076; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189076: commit references a PR Date: Thu, 22 May 2014 09:37:43 +0000 (UTC) Author: miwi Date: Thu May 22 09:37:35 2014 New Revision: 354810 URL: http://svnweb.freebsd.org/changeset/ports/354810 QAT: https://qat.redports.org/buildarchive/r354810/ Log: - Fix build PR: 189076 Submitted by: Ilya Bakulin (maintainer) Added: head/devel/php5-thrift/files/ head/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 (contents, props changed) Modified: head/devel/php5-thrift/Makefile Modified: head/devel/php5-thrift/Makefile ============================================================================== --- head/devel/php5-thrift/Makefile Thu May 22 09:37:25 2014 (r354809) +++ head/devel/php5-thrift/Makefile Thu May 22 09:37:35 2014 (r354810) @@ -6,21 +6,20 @@ PORTVERSION= ${THRIFT_PORTVERSION} CATEGORIES= devel PKGNAMEPREFIX= php5- DISTFILES= # empty + MAINTAINER= webmaster@kibab.com COMMENT= PHP interface to Thrift -BROKEN= Fails to configure - FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract USE_PHP= yes + USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= thrift_protocol WRKSRC= ${WRKDIR}/php/src/ext/thrift_protocol -NO_STAGE= yes post-extract: ${LN} -sfh \ `${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/php \ Added: head/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 Thu May 22 09:37:35 2014 (r354810) @@ -0,0 +1,17 @@ +--- /dev/null 1970-01-01 01:00:00.000000000 +0100 ++++ config.m4 2014-04-28 15:50:27.000000000 +0200 +@@ -0,0 +1,14 @@ ++dnl Copyright (C) 2009 Facebook ++dnl Copying and distribution of this file, with or without modification, ++dnl are permitted in any medium without royalty provided the copyright ++dnl notice and this notice are preserved. ++ ++PHP_ARG_ENABLE(thrift_protocol, whether to enable the thrift_protocol extension, ++[ --enable-thrift_protocol Enable the fbthrift_protocol extension]) ++ ++if test "$PHP_THRIFT_PROTOCOL" != "no"; then ++ PHP_REQUIRE_CXX() ++ PHP_ADD_LIBRARY_WITH_PATH(stdc++, "", THRIFT_PROTOCOL_SHARED_LIBADD) ++ PHP_SUBST(THRIFT_PROTOCOL_SHARED_LIBADD) ++ PHP_NEW_EXTENSION(thrift_protocol, php_thrift_protocol.cpp, $ext_shared) ++fi _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"