From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 10:10:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02413106566C for ; Sat, 8 May 2010 10:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BDDF38FC17 for ; Sat, 8 May 2010 10:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o48AA4BO084839 for ; Sat, 8 May 2010 10:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o48AA4rf084838; Sat, 8 May 2010 10:10:04 GMT (envelope-from gnats) Resent-Date: Sat, 8 May 2010 10:10:04 GMT Resent-Message-Id: <201005081010.o48AA4rf084838@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ilya Bakulin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B32C6106566B for ; Sat, 8 May 2010 10:02:35 +0000 (UTC) (envelope-from kibab@deglitch.com) Received: from mx0.deglitch.com (backbone.deglitch.com [78.110.53.255]) by mx1.freebsd.org (Postfix) with ESMTP id 774B28FC20 for ; Sat, 8 May 2010 10:02:35 +0000 (UTC) Received: from localhost (ssh.deglitch.com [78.110.52.29]) by mx0.deglitch.com (Postfix) with ESMTP id 6093C8FC4E for ; Sat, 8 May 2010 13:44:08 +0400 (MSD) Message-Id: <20100508100235.B32C6106566B@hub.freebsd.org> Date: Sat, 8 May 2010 10:02:35 +0000 (UTC) From: Ilya Bakulin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/146392: [NEW PORT] devel/php5-thrift: PHP interface to Thrift X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 10:10:05 -0000 >Number: 146392 >Category: ports >Synopsis: [NEW PORT] devel/php5-thrift: PHP interface to Thrift >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 08 10:10:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ilya Bakulin >Release: FreeBSD 7.2-RELEASE-p4 amd64 >Organization: Deglitch Networks >Environment: System: FreeBSD ssh.deglitch.com 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 08:22:32 UTC >Description: PHP interface to Thrift. WWW: http://developers.facebook.com/thrift/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- php5-thrift-0.2.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # php5-thrift # php5-thrift/Makefile # php5-thrift/files # php5-thrift/files/patch-php_thrift_protocol.cpp # php5-thrift/pkg-descr # echo c - php5-thrift mkdir -p php5-thrift > /dev/null 2>&1 echo x - php5-thrift/Makefile sed 's/^X//' >php5-thrift/Makefile << '558a3ec9b0ba07e86a90488ca5b230b8' X# New ports collection makefile for: thrift X# Date created: Sat May 8 12:33:05 MSD 2010 X# Whom: Ilya Bakulin X# X# $FreeBSD$ X# X XPORTNAME= thrift XPORTVERSION= 0.2.0 XCATEGORIES= devel XPKGNAMEPREFIX= php5- XDISTFILES= X XMAINTAINER= webmaster@kibab.com XCOMMENT= PHP interface to Thrift X XEXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract X XUSE_PHP=yes XUSE_PHPIZE=yes XUSE_PHPEXT=yes XPHP_MODNAME=thrift_protocol X XWRKSRC=${WRKDIR}/php/src/ext/thrift_protocol X Xpost-extract: X ${LN} -sfh \ X `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/php ${WRKDIR} X.include 558a3ec9b0ba07e86a90488ca5b230b8 echo c - php5-thrift/files mkdir -p php5-thrift/files > /dev/null 2>&1 echo x - php5-thrift/files/patch-php_thrift_protocol.cpp sed 's/^X//' >php5-thrift/files/patch-php_thrift_protocol.cpp << '9cbd20b55143aac7d2ae59e15606f040' X--- php_thrift_protocol.cpp 2010-04-23 17:28:32.000000000 +0400 X+++ php_thrift_protocol.cpp 2010-04-23 17:29:32.000000000 +0400 X@@ -24,8 +24,7 @@ X #include X #include X #include X-#include X-#include X+#include X #include X X #if __BYTE_ORDER == __LITTLE_ENDIAN X@@ -36,6 +35,7 @@ X #define ntohll(x) x X #endif X X+#define bswap_64 __bswap64 X enum TType { X T_STOP = 0, X T_VOID = 1, 9cbd20b55143aac7d2ae59e15606f040 echo x - php5-thrift/pkg-descr sed 's/^X//' >php5-thrift/pkg-descr << 'cbf265adf9970fd4082be10f37132bde' XPHP interface to Thrift. X XWWW: http://developers.facebook.com/thrift/ cbf265adf9970fd4082be10f37132bde exit --- php5-thrift-0.2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: