Bug 266820 - security/openvpn: error in rc.d file
Summary: security/openvpn: error in rc.d file
Status: Closed DUPLICATE of bug 266796
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-patch
Depends on: 266796
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-04 16:24 UTC by freebsd
Modified: 2026-01-04 17:49 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2022-10-04 16:24:10 UTC
flags="$(eval echo \${$name}_flags})" 

should be

flags="$(eval echo \${${name}_flags})"
Comment 1 freebsd 2022-10-05 09:48:50 UTC
Apparently addresses by maintainer; back to normnal.
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2022-10-05 19:11:39 UTC

*** This bug has been marked as a duplicate of bug 266796 ***
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-01-04 17:49:22 UTC
A commit in branch main references this bug:

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

commit dea8023ba5bd8f70b39df8a74a110773862723b6
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2026-01-04 14:26:45 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-01-04 17:47:54 +0000

    [NEW PORT] sysutils/devtui: Swiss-army app for developers

    All-in-one terminal toolkit that consolidates everyday developer utilities into
    a unified TUI and CLI interface.

    QA:
    * portclippy: ok
    * portfmt -D: ok
    * portlint -AC: ok
    * poudriere 15.0-amd64: ok
    * poudriere 14.3-amd64: ok
    * poudriere 13.5-amd64: ok

    PR:             266820
    Tested by:      michaelo

 sysutils/Makefile               |  1 +
 sysutils/devtui/Makefile (new)  | 23 +++++++++++++++++++++++
 sysutils/devtui/distinfo (new)  |  5 +++++
 sysutils/devtui/pkg-descr (new) |  2 ++
 4 files changed, 31 insertions(+)
Comment 4 Michael Osipov freebsd_committer freebsd_triage 2026-01-04 17:49:58 UTC
(In reply to commit-hook from comment #3)

This message was unintentional, pasted wrong PR. Ignore it.