ports/86430: [patch] mail/thunderbird does not build with the correct esound library

Mark Hobden markhobden at gmail.com
Wed Sep 21 21:50:07 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list