From owner-svn-ports-all@freebsd.org Fri Jan 27 18:52:26 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 12AE1CC3701; Fri, 27 Jan 2017 18:52:26 +0000 (UTC) (envelope-from marino@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 D6955E1F; Fri, 27 Jan 2017 18:52:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0RIqOET033750; Fri, 27 Jan 2017 18:52:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0RIqOvW033749; Fri, 27 Jan 2017 18:52:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201701271852.v0RIqOvW033749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 Jan 2017 18:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432561 - head/lang/php71 X-SVN-Group: ports-head 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.23 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: Fri, 27 Jan 2017 18:52:26 -0000 Author: marino Date: Fri Jan 27 18:52:24 2017 New Revision: 432561 URL: https://svnweb.freebsd.org/changeset/ports/432561 Log: lang/php71: Bring DTRACE exclude for DF from lang/php70 Maybe this would have been caught with SVN copy? Oh well. Approved by: just-fix-it Modified: head/lang/php71/Makefile Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Fri Jan 27 18:40:54 2017 (r432560) +++ head/lang/php71/Makefile Fri Jan 27 18:52:24 2017 (r432561) @@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM OPTIONS_SUB= yes +OPTIONS_EXCLUDE_DragonFly= DTRACE + CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version