svn commit: r568794 - in head/multimedia/pipewire: . files

Alexey Dokuchaev danfe at freebsd.org
Sat Mar 20 03:37:12 UTC 2021


On Fri, Mar 19, 2021 at 10:16:35PM +0300, Gleb Popov wrote:
> On Fri, Mar 19, 2021 at 8:44 PM Alexey Dokuchaev <danfe at freebsd.org> wrote:
> > On Fri, Mar 19, 2021 at 01:36:45PM +0000, Gleb Popov wrote:
> > > New Revision: 568794
> > > URL: https://svnweb.freebsd.org/changeset/ports/568794
> > >
> > > Log:
> > >   multimedia/pipewire: Fix a runtime crash.
> > >
> > > ...
> > > @@ -0,0 +1,10 @@
> > > +--- src/daemon/pipewire.c.orig       2021-03-04 15:21:21 UTC
> > > ++++ src/daemon/pipewire.c
> > > +@@ -25,6 +25,7 @@
> > > + #include <limits.h>
> > > + #include <signal.h>
> > > + #include <getopt.h>
> > > ++#include <libgen.h>
> > > +
> > > + #include <spa/utils/result.h>
> > > + #include <pipewire/pipewire.h>
> >
> > Could you explain how adding a header file fixes a runtime crash?  I could
> > guess that it's e.g. because of a missing function prototype that returns
> > a pointer or something ...
> 
> Exactly this.

Understood.  Please try to write more elaborate commit logs next time,
so everyone could easily see what's going on, not just you or me.

./danfe


More information about the svn-ports-head mailing list