Date: Sun, 19 Jul 2015 22:17:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392540 - head/devel/pcre Message-ID: <201507192217.t6JMHVjc001993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 19 22:17:30 2015 New Revision: 392540 URL: https://svnweb.freebsd.org/changeset/ports/392540 Log: Convert to USES=libedit Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Sun Jul 19 22:08:15 2015 (r392539) +++ head/devel/pcre/Makefile Sun Jul 19 22:17:30 2015 (r392540) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT= STACK_RECURSION STACK_RECURSION_DESC= Use the stack for recursion during matching LIBEDIT_CONFIGURE_ENABLE= pcretest-libedit +LIBEDIT_USES= libedit READLINE_USES= readline READLINE_CONFIGURE_ENABLE= pcretest-libreadline @@ -51,11 +52,6 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-stack-for-recursion .endif -# libedit -.if ${PORT_OPTIONS:MLIBEDIT} -CFLAGS+= -I /usr/include/edit -.endif - # Optional knobs that accept positive integer parameters (see pcrebuild(3)): # Allow the use of very large patterns (> 64K) with the 8- and 16-bit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507192217.t6JMHVjc001993>