Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 20:12:06 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399512 - head/devel/pcre
Message-ID:  <201510162012.t9GKC6Jl059368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510162012.t9GKC6Jl059368>