From owner-svn-ports-head@freebsd.org Thu Feb 18 15:08:28 2016 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 37BB0AAC316; Thu, 18 Feb 2016 15:08:28 +0000 (UTC) (envelope-from miwi@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 EC7A1132F; Thu, 18 Feb 2016 15:08:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IF8Q8V097202; Thu, 18 Feb 2016 15:08:26 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IF8Q7r097188; Thu, 18 Feb 2016 15:08:26 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602181508.u1IF8Q7r097188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 18 Feb 2016 15:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409111 - in head: archivers/pecl-phk databases/php5-tarantool devel/pecl-parsekit devel/pecl-strict net-im/pecl-stomp print/pecl-haru print/pecl-pdflib print/pecl-ps textproc/pecl-syck... 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.20 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: Thu, 18 Feb 2016 15:08:28 -0000 Author: miwi Date: Thu Feb 18 15:08:25 2016 New Revision: 409111 URL: https://svnweb.freebsd.org/changeset/ports/409111 Log: - Ignore php70 Modified: head/archivers/pecl-phk/Makefile head/databases/php5-tarantool/Makefile head/devel/pecl-parsekit/Makefile head/devel/pecl-strict/Makefile head/net-im/pecl-stomp/Makefile head/print/pecl-haru/Makefile head/print/pecl-pdflib/Makefile head/print/pecl-ps/Makefile head/textproc/pecl-syck/Makefile head/textproc/pecl-yaml/Makefile Modified: head/archivers/pecl-phk/Makefile ============================================================================== --- head/archivers/pecl-phk/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/archivers/pecl-phk/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -17,6 +17,7 @@ USES= tar:tgz USE_PHP= hash USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-phk Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/databases/php5-tarantool/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ GH_PROJECT= ${PORTNAME}-php GH_ACCOUNT= tarantool GH_TAGNAME= c1c5d5f TR_VER= 20151222 +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS+= --with-tarantool Modified: head/devel/pecl-parsekit/Makefile ============================================================================== --- head/devel/pecl-parsekit/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/devel/pecl-parsekit/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -17,7 +17,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 53 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-parsekit CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-strict/Makefile ============================================================================== --- head/devel/pecl-strict/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/devel/pecl-strict/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -16,5 +16,6 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/net-im/pecl-stomp/Makefile ============================================================================== --- head/net-im/pecl-stomp/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/net-im/pecl-stomp/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -16,5 +16,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include Modified: head/print/pecl-haru/Makefile ============================================================================== --- head/print/pecl-haru/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-haru/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${LOCALBASE}/include/hpdf. USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include Modified: head/print/pecl-pdflib/Makefile ============================================================================== --- head/print/pecl-pdflib/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-pdflib/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,6 +20,7 @@ USE_PHP= gd USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= pdf +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} Modified: head/print/pecl-ps/Makefile ============================================================================== --- head/print/pecl-ps/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/print/pecl-ps/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 Modified: head/textproc/pecl-syck/Makefile ============================================================================== --- head/textproc/pecl-syck/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/textproc/pecl-syck/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,6 +20,7 @@ USES= tar:tgz USE_PHP= spl hash USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-syck Modified: head/textproc/pecl-yaml/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Thu Feb 18 14:47:05 2016 (r409110) +++ head/textproc/pecl-yaml/Makefile Thu Feb 18 15:08:25 2016 (r409111) @@ -20,5 +20,6 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include