Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 18:11:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192039] New: [patch] net/delegate sanitize ADMIN setting, restore binary checksumming
Message-ID:  <bug-192039-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: la5lbtyi@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192039-13>