Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 18:58:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240649] audio/murmur: Fix broken murmur.ini defaults (patch)
Message-ID:  <bug-240649-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240649

            Bug ID: 240649
           Summary: audio/murmur: Fix broken murmur.ini defaults (patch)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld@FreeBSD.org
          Reporter: jacob@dstsrc.net
             Flags: maintainer-feedback?(feld@FreeBSD.org)
          Assignee: feld@FreeBSD.org

Created attachment 207579
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207579&action=
=3Dedit
Fixes issue with ini values

The sed snippets to set reasonable defaults for pidfile, logfile, and host =
are
incorrectly expecting comments to start with "#" instead of ";". I suspect =
this
is caused by a change upstream, but I haven't verified this. The issue is f=
ixed
by the first patch.

The second patch contains a few changes to make the port more in line with
recommendations in the Porter's Handbook. The required directories are not
created by the rc script, instead they are handled by the Makefile and
pkg-plist. The changes to murmur.ini are moved to the post-patch stage which
seems more appropriate.

Finally, the third patch simply removes the patching of host in murmur.ini.=
 As
the comment in the file states, the equivalent of host=3D0.0.0.0 is already
default.

--=20
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-240649-7788>