svn commit: r319435 - in head/databases/pecl-mongo: . files

Martin Wilke miwi at FreeBSD.org
Thu May 30 16:44:51 UTC 2013


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>


More information about the svn-ports-all mailing list