Bug 269464 - cad/openvsp: drop unused libpthread-stubs
Summary: cad/openvsp: drop unused libpthread-stubs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks: 269453
  Show dependency treegraph
 
Reported: 2023-02-10 15:19 UTC by Jan Beich
Modified: 2023-02-11 08:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (fernape)


Attachments
v1 (apply via "git am") (968 bytes, patch)
2023-02-10 15:19 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2023-02-10 15:19:15 UTC
Created attachment 240047 [details]
v1 (apply via "git am")

Did it leak via USE_XORG=xcb before ports d875ceace2bf? If so see also bug 269462.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-10 17:03:22 UTC
Builds fine in 12.4{amd64,i386} and 13.1 amd64. It runs fine in 13.1 amd64 too. Waiting for current to complete.

If everything is fine I will commit this unless you want me to hold it for some reason.

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-10 17:10:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8999814ae005f046e772d783f788c152a1c16f1d

commit 8999814ae005f046e772d783f788c152a1c16f1d
Author:     Henrik Friedrichsen <hrkfdn@gmail.com>
AuthorDate: 2023-02-10 16:48:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-10 17:09:23 +0000

    x11-wm/echinus: drop maintainership

    PR:             269464

 x11-wm/echinus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Jan Beich freebsd_committer freebsd_triage 2023-02-10 17:16:54 UTC
(In reply to commit-hook from comment #2)
>     PR:             269464

Typo. Part of bug 269467.

(In reply to Fernando Apesteguía from comment #1)
Should be fine to land "as is". This bug has no dependencies, so no need to wait. Also, built fine with bug 269462 applied.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-02-11 08:25:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1566fe1dab272560ca8e8225edf12514a6147368

commit 1566fe1dab272560ca8e8225edf12514a6147368
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-10 15:23:38 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-11 08:20:27 +0000

    cad/openvsp: drop unused libpthread-stubs

    PR:             269464
    Reported by:    jbeich@FreeBSD.org

 cad/openvsp/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-11 08:25:12 UTC
Committed,

Thanks!