Replace detection of deprecated pcre_info() by pcre_fullinfo().
This has already been fixed in trunk and will be included in next release. Reported by: pointyhat (pav)
This commit is contained in:
parent
c86b22c678
commit
ad10a8c8f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291758
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= apertium
|
||||
PORTVERSION= ${APVER}.${APREV}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${APVER}
|
||||
|
||||
@ -18,7 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
xslt:${PORTSDIR}/textproc/libxslt \
|
||||
lttoolbox3:${PORTSDIR}/textproc/lttoolbox \
|
||||
pcre:${PORTSDIR}/devel/pcre
|
||||
pcre.1:${PORTSDIR}/devel/pcre
|
||||
|
||||
APVER= 3.2
|
||||
APREV= 0
|
||||
@ -52,4 +53,7 @@ MAN1= apertium-deshtml.1 apertium-desodt.1 apertium-despptx.1 \
|
||||
apertium-validate-transfer.1 apertium-unformat.1 \
|
||||
apertium.1 apertium-desmediawiki.1 apertium-remediawiki.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/pcre_info/pcre_fullinfo/g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user