Summary: | devel/android-tools: build error error: no template named 'function' in namespace 'std' | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ale <discipline> | ||||
Component: | Individual Port(s) | Assignee: | Neel Chauhan <nc> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | mikael, rhurlin, rozhuk.im, vsasjason | ||||
Priority: | --- | Flags: | nc:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ale
2024-02-11 14:07:59 UTC
Created attachment 248359 [details]
v0
Can you try the attached patch?
(In reply to Mikael Urankar from comment #1) It worked! The patch also builds for me on a recent CURRENT, thanks! LGTM. However, as I am no longer a FreeBSD user (outside of OPNsense), I do not have access to a FreeBSD system to commit this, so one of you other committers will need to push it. (I technically still do have my private keys, but not a BSD system) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6dbc3df04ebbe95dcad623ce76554fb52e26be3d commit 6dbc3df04ebbe95dcad623ce76554fb52e26be3d Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-02-17 20:22:15 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-02-17 20:22:15 +0000 devel/android-tools: Fix build, include functional While here, pet portlint. PR: 276983 Reported by: Ale <discipline@tiscali.it> MFH: 2024Q1 devel/android-tools/Makefile | 5 +++-- ...atch-vendor_adb_tls_include_adb_tls_tls__connection.h (new) | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7acb519547e2ccbd19699759a01027cc528d0c9 commit f7acb519547e2ccbd19699759a01027cc528d0c9 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-02-17 20:22:15 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-02-17 20:34:53 +0000 devel/android-tools: Fix build, include functional While here, pet portlint. PR: 276983 Reported by: Ale <discipline@tiscali.it> MFH: 2024Q1 (cherry picked from commit 6dbc3df04ebbe95dcad623ce76554fb52e26be3d) devel/android-tools/Makefile | 5 +++-- ...atch-vendor_adb_tls_include_adb_tls_tls__connection.h (new) | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) Committed, thanks. Hope, all is fine for this version now. BTW: In the original repo, there is a version 34.0.4 from Sept, 23. 2023 [1] [1] https://github.com/nmeum/android-tools/releases/tag/34.0.4 (In reply to Rainer Hurling from comment #7) That's not actually original repo if we're talking about upstream for current port. Despite that, repo suggested by you looks promising -- perhaps someone will be able to port that as well. (In reply to Anton Saietskii from comment #8) That was the reason why I mentioned this repo ;) |