mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Convert the pcretest command-line editing support into non-default options
Submitted by: peter, zi
This commit is contained in:
parent
1ec32f8947
commit
e9eb3b9da2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363360
@ -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*} == ""
|
||||
|
Loading…
Reference in New Issue
Block a user