From owner-svn-ports-all@FreeBSD.ORG Thu May 30 16:44:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C44C2503; Thu, 30 May 2013 16:44:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B565B60D; Thu, 30 May 2013 16:44:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UGipfA064149; Thu, 30 May 2013 16:44:51 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UGipng064147; Thu, 30 May 2013 16:44:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305301644.r4UGipng064147@svn.freebsd.org> From: Martin Wilke Date: Thu, 30 May 2013 16:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319435 - in head/databases/pecl-mongo: . files X-SVN-Group: ports-head 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.14 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: Thu, 30 May 2013 16:44:51 -0000 Author: miwi Date: Thu May 30 16:44:50 2013 New Revision: 319435 URL: http://svnweb.freebsd.org/changeset/ports/319435 Log: - Fix build for 8.x Added: head/databases/pecl-mongo/files/patch-mcon_types.h (contents, props changed) Modified: head/databases/pecl-mongo/Makefile Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Thu May 30 16:08:21 2013 (r319434) +++ head/databases/pecl-mongo/Makefile Thu May 30 16:44:50 2013 (r319435) @@ -17,7 +17,7 @@ USE_PHP= yes USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes - +CONFIGURE_ARGS= --enable-mongo=${LOCALBASE} SUB_FILES= pkg-message post-install: Added: head/databases/pecl-mongo/files/patch-mcon_types.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pecl-mongo/files/patch-mcon_types.h Thu May 30 16:44:50 2013 (r319435) @@ -0,0 +1,10 @@ +--- mcon/types.h.orgi 2013-05-31 00:39:17.000000000 +0800 ++++ mcon/types.h 2013-05-31 00:40:39.000000000 +0800 +@@ -36,6 +36,7 @@ + # define va_copy(d,s) ((void)((d) = (s))) + #endif + #else ++# include + # include + # include + # include