Date: Fri, 1 Oct 2021 22:55:51 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e303253cc55e - main - net/tramp: Work around plist issue on 13.0 with devel_full flavor Message-ID: <202110012255.191MtpAW084471@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e303253cc55ea9336eff3158a857d4a66c0da284 commit e303253cc55ea9336eff3158a857d4a66c0da284 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2021-10-01 22:30:29 +0000 Commit: Joseph Mingrone <jrm@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110012255.191MtpAW084471>