PCRE is no longer an option.
PR: 165859 Submitted by: gjb
This commit is contained in:
parent
7d350400c4
commit
d24d703110
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295118
2 changed files with 8 additions and 14 deletions
|
@ -28,10 +28,12 @@ DOCSDIR= ${PREFIX}/share/doc/cfengine
|
|||
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
|
||||
--htmldir=${DOCSDIR}/html \
|
||||
--mandir=${PREFIX}/man \
|
||||
--with-pcre=${LOCALBASE} \
|
||||
--enable-fhs
|
||||
|
||||
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on \
|
||||
TOKYOCABINET "Enable TokyoCabinet support" on \
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
|
||||
OPTIONS= TOKYOCABINET "Enable TokyoCabinet support" on \
|
||||
QDBM "Enable QDBM support" off \
|
||||
PGSQL "Enable PostgreSQL connector" off \
|
||||
MYSQL "Enable MySQL connector" off
|
||||
|
@ -46,11 +48,6 @@ BROKEN= TOKYOCABINET and QDBM are mutuallly exclusive
|
|||
BROKEN= TOKYOCABINET or QDBM must be defined
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PCRE)
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TOKYOCABINET)
|
||||
CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE}
|
||||
LIB_DEPENDS+= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
|
||||
|
|
|
@ -28,10 +28,12 @@ DOCSDIR= ${PREFIX}/share/doc/cfengine
|
|||
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
|
||||
--htmldir=${DOCSDIR}/html \
|
||||
--mandir=${PREFIX}/man \
|
||||
--with-pcre=${LOCALBASE} \
|
||||
--enable-fhs
|
||||
|
||||
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on \
|
||||
TOKYOCABINET "Enable TokyoCabinet support" on \
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
|
||||
OPTIONS= TOKYOCABINET "Enable TokyoCabinet support" on \
|
||||
QDBM "Enable QDBM support" off \
|
||||
PGSQL "Enable PostgreSQL connector" off \
|
||||
MYSQL "Enable MySQL connector" off
|
||||
|
@ -46,11 +48,6 @@ BROKEN= TOKYOCABINET and QDBM are mutuallly exclusive
|
|||
BROKEN= TOKYOCABINET or QDBM must be defined
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PCRE)
|
||||
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
|
||||
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TOKYOCABINET)
|
||||
CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE}
|
||||
LIB_DEPENDS+= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
|
||||
|
|
Loading…
Reference in a new issue