git: e303253cc55e - main - net/tramp: Work around plist issue on 13.0 with devel_full flavor
Joseph Mingrone
jrm at FreeBSD.org
Fri Oct 1 22:55:51 UTC 2021
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e303253cc55ea9336eff3158a857d4a66c0da284
commit e303253cc55ea9336eff3158a857d4a66c0da284
Author: Joseph Mingrone <jrm at FreeBSD.org>
AuthorDate: 2021-10-01 22:30:29 +0000
Commit: Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-10-01 22:55:39 +0000
net/tramp: Work around plist issue on 13.0 with devel_full flavor
Detection of gvfs fails with this combination.
---
net/tramp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 1b0f60a4251c..df4c5b636dd3 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -30,7 +30,9 @@ post-patch:
@${REINPLACE_CMD} 's/^make/${MAKE_CMD}/' ${WRKSRC}/configure
.if ${FLAVOR:U} != nox && ${FLAVOR:U} != devel_nox
+.if ! ( ${OSVERSION} >= 1300000 && ${FLAVOR:U} == devel_full )
PLIST_FILES+= ${TRAMP_LISPDIR}/tramp-gvfs.el ${TRAMP_LISPDIR}/tramp-gvfs.elc
.endif
+.endif
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list