[Bug 253808] net-p2p/xmrig FEATURE REQUEST please make port respect xmrig_flags in make.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 24 05:51:42 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253808

            Bug ID: 253808
           Summary: net-p2p/xmrig FEATURE REQUEST please make port respect
                    xmrig_flags in make.conf
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt at FreeBSD.org
          Reporter: doctorwhoguy at gmail.com
          Assignee: ehaupt at FreeBSD.org
             Flags: maintainer-feedback?(ehaupt at FreeBSD.org)

Although xmrig has an xml file that can be edited to configure the program,
command line flags are often simpler to configure the desired behavior. Please
make the port respect xmrig_flags from /etc/make.conf.

For my own use, I have been editing /usr/local/etc/rc.d/xmrig to accomplish
this behavior, but it's tedious to redo with every update to xmrig since it's
updated so frequently. I've been simply changing the line

command_args="-f ${procname} --config=${xmrig_conf}"

to

command_args="-f ${procname} --config=${xmrig_conf} ${xmrig_flags}"

Please incorporate this change to the port.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list