filesystems/davfs2: allow to build with any 3.x version of `www/neon'

Assume that any more or less recent version would work, at least within
the current major series.  Upstream plans to get rid of this heuristics
altogether in the next release so this band-aid should suffice for now.

PR:	285860
This commit is contained in:
Alexey Dokuchaev 2025-04-10 05:11:08 +00:00
parent 2c4d5a1a58
commit 52edcbe5ac

View file

@ -28,6 +28,9 @@ OPTIONS_SUB= yes
NLS_USES= gettext-runtime NLS_USES= gettext-runtime
NLS_CONFIGURE_OFF= --disable-nls NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's, 33, ${:!seq 33 39!},' ${WRKSRC}/configure
post-stage: post-stage:
${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs ${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs
cd ${STAGEDIR}${DOCSDIR} && ${RM} AUTHORS COPYING INSTALL cd ${STAGEDIR}${DOCSDIR} && ${RM} AUTHORS COPYING INSTALL