From owner-svn-ports-all@freebsd.org Tue Dec 5 08:00:13 2017 Return-Path: Delivered-To: svn-ports-all@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 B1A58DFB067; Tue, 5 Dec 2017 08:00:13 +0000 (UTC) (envelope-from lwhsu@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 8BCFF6FA33; Tue, 5 Dec 2017 08:00:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB580CnE074560; Tue, 5 Dec 2017 08:00:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB580CCB074557; Tue, 5 Dec 2017 08:00:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201712050800.vB580CCB074557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 5 Dec 2017 08:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455566 - in head/lang: php56 php70 php71 php72 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/lang: php56 php70 php71 php72 X-SVN-Commit-Revision: 455566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 08:00:13 -0000 Author: lwhsu Date: Tue Dec 5 08:00:12 2017 New Revision: 455566 URL: https://svnweb.freebsd.org/changeset/ports/455566 Log: - Add EMBED to default on options This is required for the php module of www/unit Approved by: ale, tz (maintainers) Modified: head/lang/php56/Makefile head/lang/php70/Makefile head/lang/php71/Makefile head/lang/php72/Makefile Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Tue Dec 5 03:49:20 2017 (r455565) +++ head/lang/php56/Makefile Tue Dec 5 08:00:12 2017 (r455566) @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.32 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM LINKTHR +OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Tue Dec 5 03:49:20 2017 (r455565) +++ head/lang/php70/Makefile Tue Dec 5 08:00:12 2017 (r455566) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.26 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE +OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Tue Dec 5 03:49:20 2017 (r455565) +++ head/lang/php71/Makefile Tue Dec 5 08:00:12 2017 (r455566) @@ -3,7 +3,7 @@ PORTNAME= php71 PORTVERSION= 7.1.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE +OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Tue Dec 5 03:49:20 2017 (r455565) +++ head/lang/php72/Makefile Tue Dec 5 08:00:12 2017 (r455566) @@ -3,7 +3,7 @@ PORTNAME= php72 DISTVERSION= 7.2.0RC6 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~pollita/ DISTNAME= php-${DISTVERSION} @@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE +OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM