Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2005 22:33:45 +0100 (BST)
From:      Mark Hobden <markhobden@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86430: [patch] mail/thunderbird does not build with the correct esound library
Message-ID:  <200509212133.j8LLXj3X006872@mark.mclgm.net>
Resent-Message-ID: <200509212150.j8LLo3WK078738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86430
>Category:       ports
>Synopsis:       [patch] mail/thunderbird does not build with the correct esound library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 21:50:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mark Hobden
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD mark.mclgm.net 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Tue Sep 13 18:22:54 BST 2005 mark@mark.mclgm.net:/usr/obj/usr/src/sys/M3H i386

mail/thunderbird-1.0.6_2
>Description:
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.
>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.
>Fix:
Apply the patch to use the syntax from port version 1.0.6.

--- thunderbird-sound.patch begins here ---
--- Makefile.orig	Wed Sep  7 08:27:45 2005
+++ Makefile	Wed Sep 21 18:18:06 2005
@@ -151,7 +151,7 @@
 		${WRKSRC}/security/coreconf/FreeBSD.mk \
 		${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \
 		${WRKSRC}/js/src/Makefile.in
-	@${REINPLACE_CMD} -e 's|libesd\.so\.\d+|${ESD_LIB}|g' \
+	@${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|${ESD_LIB}|g' \
 		${WRKSRC}/widget/src/gtk2/nsSound.cpp
 	@${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.so|g' \
 		${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp
--- thunderbird-sound.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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