Date: Tue, 11 Jul 2023 06:29:34 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: d015f73c8b6d - 2023Q3 - net-im/libquotient: fix USES Message-ID: <202307110629.36B6TYqk046251@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=d015f73c8b6d61ff32adf0d9d8d5d5b83231c7b0 commit d015f73c8b6d61ff32adf0d9d8d5d5b83231c7b0 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-07-01 19:36:05 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2023-07-11 06:25:57 +0000 net-im/libquotient: fix USES (cherry picked from commit 04384b7a5a0ba844eded369f6b03215b100da56f) Cherry-picked to to fix `make index`. --- describe.net-im --- sh: /bin/clang: not found make[4]: "/usr/ports/Mk/Uses/compiler.mk" line 80: warning: "/bin/clang --version" returned non-zero status make[4]: "/usr/ports/Mk/Uses/compiler.mk" line 128: warning: "/bin/clang++ -### /dev/null 2>&1" returned non-zero status sh: /bin/clang: not found make[4]: "/usr/ports/Mk/Uses/compiler.mk" line 80: warning: "/bin/clang --version" returned non-zero status make[4]: "/usr/ports/Mk/Uses/compiler.mk" line 128: warning: "/bin/clang++ -### /dev/null 2>&1" returned non-zero status --- describe.net-mgmt --- PR: 272285 Reported by: yasu@ --- net-im/libquotient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 5aa6956937d4..5f797562c844 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake compiler:c++14-lang qt:5 tar:xz +USES= cmake qt:5 tar:xz USE_QT= concurrent core gui multimedia network \ buildtools:build qmake:build testlib:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307110629.36B6TYqk046251>