The recent big changes for mail/thunderbird altered the sed syntax for changing the libesd.so version number, this appears to stop sed being able to find a match. There appears to also be a similar line in the www/fieforx port. Fix: Apply the patch to use the syntax from port version 1.0.6. How-To-Repeat: Build thunderbird then in the options menu select a .wav file to be played when new messages arrive. No wav file gets played.
Responsible Changed From-To: freebsd-ports-bugs->gnome freebsd-gnome@ maintains this port.
Thanks for report and patch! I have a request, can you try to change it to like this. ======================================= - @${REINPLACE_CMD} -e 's|libesd\.so\.\d+|${ESD_LIB}|g' \ + @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \ ======================================= I would like to know if change it to libesd.so without have the major version in there will working. I can't test it, because I am deaf. I will asking my team if one of them can test it for me too. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
On Thu, 22 Sep 2005 18:53:35 -0500, Mark Hobden <markhobden@gmail.com> wrote: > On 9/22/05, Jeremy Messenger <mezz7@cox.net> wrote: >> Thanks for report and patch! I have a request, can you try to change it >> to >> like this. >> >> ======================================= >> - @${REINPLACE_CMD} -e 's|libesd\.so\.\d+|${ESD_LIB}|g' \ >> + @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \ >> ======================================= >> >> I would like to know if change it to libesd.so without have the major >> version in there will working. I can't test it, because I am deaf. I >> will >> asking my team if one of them can test it for me too. > > Hi Mezz, > > After recompiling the sound works with the new line in the Makefile :-) Thanks for test it, I will commit those in the evening. Cheers, Mezz > Thank-you, > > Mark -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
State Changed From-To: open->closed Committed, thanks! That included firefox and mozilla(-devel) too.