[Bug 192039] New: [patch] net/delegate sanitize ADMIN setting, restore binary checksumming

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 22 18:11:38 UTC 2014


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

            Bug ID: 192039
           Summary: [patch] net/delegate sanitize ADMIN setting, restore
                    binary checksumming
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: la5lbtyi at aon.at

Created attachment 144886
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144886&action=edit
patch to net/delegate/Makefile

During some of the latest updates to net/delegate, the binary checksumming
features seems to have been mishandled. On my system, this leads to delegate
refusing to start.

Attached is a patch which restores binary checksumming. In addition, it allows
to set the ADMIN variable (e.g., in /etc/make.conf) to a suitable, site-local
value, and otherwise proposes a reasonable default for it.

/etc/make.conf could contain something along the lines:

.if ${.CURDIR:M*/net/delegate}
ADMIN=hostmaster at mail.xyzzy
.endif

This will override the port's default setting (see the patch).

The build has been tested on releng/9.2 and release/10.0.0, both i386 and
amd64. Running has been tested on releng/9.2 i386.

-- Martin

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


More information about the freebsd-ports-bugs mailing list