From owner-svn-ports-head@freebsd.org Fri Oct 16 20:12:07 2015 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 DF54DA1785F; Fri, 16 Oct 2015 20:12:07 +0000 (UTC) (envelope-from feld@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 A72A21ED; Fri, 16 Oct 2015 20:12:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GKC6RH059369; Fri, 16 Oct 2015 20:12:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GKC6Jl059368; Fri, 16 Oct 2015 20:12:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201510162012.t9GKC6Jl059368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 16 Oct 2015 20:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399512 - head/devel/pcre 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: Fri, 16 Oct 2015 20:12:08 -0000 Author: feld Date: Fri Oct 16 20:12:06 2015 New Revision: 399512 URL: https://svnweb.freebsd.org/changeset/ports/399512 Log: devel/pcre: convert LIBEDIT and READLINE to RADIO options It's not possible for both to be enabled at the same time, so use RADIO to prevent a user from trying to enable both. PR: 160351 Approved by: maintainer timeout Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri Oct 16 20:09:36 2015 (r399511) +++ head/devel/pcre/Makefile Fri Oct 16 20:12:06 2015 (r399512) @@ -23,8 +23,10 @@ CONFIGURE_ARGS= --enable-utf --enable-un --enable-pcre8 --enable-pcre16 --enable-pcre32 INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS LIBEDIT READLINE STACK_RECURSION +OPTIONS_DEFINE= DOCS STACK_RECURSION OPTIONS_DEFAULT= STACK_RECURSION +OPTIONS_RADIO= CLI +OPTIONS_RADIO_CLI= LIBEDIT READLINE STACK_RECURSION_DESC= Use the stack for recursion during matching