From owner-svn-ports-head@freebsd.org Sun Feb 26 02:46:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4641DCEA525; Sun, 26 Feb 2017 02:46:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDE322CE; Sun, 26 Feb 2017 02:46:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q2kVsg070082; Sun, 26 Feb 2017 02:46:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q2kU6X070079; Sun, 26 Feb 2017 02:46:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702260246.v1Q2kU6X070079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 26 Feb 2017 02:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434845 - in head/devel/pecl-swoole: . 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 02:46:32 -0000 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 -+ #include -+ typedef cpuset_t cpu_set_t; -+ #else - #include -+ #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]))