Date: Tue, 29 Jul 2014 16:42:11 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363360 - head/devel/pcre Message-ID: <201407291642.s6TGgBpE089444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Tue Jul 29 16:42:11 2014 New Revision: 363360 URL: http://svnweb.freebsd.org/changeset/ports/363360 QAT: https://qat.redports.org/buildarchive/r363360/ Log: Convert the pcretest command-line editing support into non-default options Submitted by: peter, zi Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Tue Jul 29 16:41:50 2014 (r363359) +++ head/devel/pcre/Makefile Tue Jul 29 16:42:11 2014 (r363360) @@ -3,7 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ @@ -18,18 +18,22 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE GNU_CONFIGURE= yes -USES= libtool:oldver pathfix readline tar:bzip2 +USES= libtool:oldver pathfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-utf --enable-unicode-properties \ - --enable-pcre8 --enable-pcre16 --enable-pcre32 \ - --enable-pcretest-libedit + --enable-pcre8 --enable-pcre16 --enable-pcre32 INSTALL_TARGET= install-strip -OPTIONS_DEFINE= STACK_RECURSION DOCS +OPTIONS_DEFINE= DOCS LIBEDIT READLINE STACK_RECURSION OPTIONS_DEFAULT= STACK_RECURSION STACK_RECURSION_DESC= Use the stack for recursion during matching +LIBEDIT_CONFIGURE_ENABLE= pcretest-libedit + +READLINE_USES= readline +READLINE_CONFIGURE_ENABLE= pcretest-libreadline + .include <bsd.port.options.mk> .if ${ARCH} != "sparc64" && ${ARCH} != "ia64" && ${ARCH:Mmips64*} == ""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291642.s6TGgBpE089444>