svn commit: r434845 - in head/devel/pecl-swoole: . files

Vanilla I. Shu vanilla at FreeBSD.org
Sun Feb 26 02:46:32 UTC 2017


Author: vanilla
Date: Sun Feb 26 02:46:30 2017
New Revision: 434845
URL: https://svnweb.freebsd.org/changeset/ports/434845

Log:
  Update to 1.9.6.

Deleted:
  head/devel/pecl-swoole/files/patch-include_swoole.h
  head/devel/pecl-swoole/files/patch-src_network_Server.c
  head/devel/pecl-swoole/files/patch-swoole__config.h
  head/devel/pecl-swoole/files/patch-swoole__process.c
Modified:
  head/devel/pecl-swoole/Makefile
  head/devel/pecl-swoole/distinfo
  head/devel/pecl-swoole/files/patch-config.m4

Modified: head/devel/pecl-swoole/Makefile
==============================================================================
--- head/devel/pecl-swoole/Makefile	Sat Feb 25 23:39:18 2017	(r434844)
+++ head/devel/pecl-swoole/Makefile	Sun Feb 26 02:46:30 2017	(r434845)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swoole
-PORTVERSION=	1.9.5
-PORTREVISION=	1
+PORTVERSION=	1.9.6
 CATEGORIES=	devel net
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-

Modified: head/devel/pecl-swoole/distinfo
==============================================================================
--- head/devel/pecl-swoole/distinfo	Sat Feb 25 23:39:18 2017	(r434844)
+++ head/devel/pecl-swoole/distinfo	Sun Feb 26 02:46:30 2017	(r434845)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486302935
-SHA256 (PECL/swoole-1.9.5.tgz) = ffc11770606478938e7c5437b29e486d1737ddc3ebb4a8f51bcebe127c5d1a45
-SIZE (PECL/swoole-1.9.5.tgz) = 542481
+TIMESTAMP = 1488076230
+SHA256 (PECL/swoole-1.9.6.tgz) = b6ad22d6d76c9ad8ad3408854a9ffaa220ae0b02e543fb5a87115452e7429174
+SIZE (PECL/swoole-1.9.6.tgz) = 550874

Modified: head/devel/pecl-swoole/files/patch-config.m4
==============================================================================
--- head/devel/pecl-swoole/files/patch-config.m4	Sat Feb 25 23:39:18 2017	(r434844)
+++ head/devel/pecl-swoole/files/patch-config.m4	Sun Feb 26 02:46:30 2017	(r434845)
@@ -1,20 +1,6 @@
---- config.m4.orig	2017-01-24 02:05:48 UTC
+--- config.m4.orig	2017-02-24 07:21:23 UTC
 +++ config.m4
-@@ -85,7 +85,13 @@ AC_DEFUN([AC_SWOOLE_CPU_AFFINITY],
-     AC_MSG_CHECKING([for cpu affinity])
-     AC_TRY_COMPILE(
-     [
-+		#ifdef __FreeBSD__
-+		#include <sys/types.h>
-+		#include <sys/cpuset.h>
-+		typedef cpuset_t cpu_set_t;
-+		#else
- 		#include <sched.h>
-+		#endif
-     ], [
- 		cpu_set_t cpu_set;
- 		CPU_ZERO(&cpu_set);
-@@ -178,7 +184,7 @@ if test "$PHP_SWOOLE" != "no"; then
+@@ -232,7 +232,7 @@ if test "$PHP_SWOOLE" != "no"; then
      AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll]))
      AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile]))
      AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue]))


More information about the svn-ports-all mailing list