Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 16:44:51 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201305301644.r4UGipng064147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
+ # include <stdint.h>
+ # include <netinet/in.h>
+ # include <netinet/tcp.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301644.r4UGipng064147>