Bug 156912

Summary: Fix port: mail/thunderbird occasionally breaks with gmake-3.82
Product: Ports & Packages Reporter: Chris Rees <utisoft>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Chris Rees 2011-05-09 20:10:07 UTC
Described at [1] is a build failure, which has been tracked down to a change in allowed syntax by gmake between 3.81 and 3.82 (I tested this using both versions).

Buried under some weird ifndefs in ${WRKSRC}/mailnews/extensions/smime/build/Makefile.in is the line:

SHARED_LIBRARY_LIBS + = ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX)

using the (now invalid) + = syntax. This patch corrects this, thus solving the build problem for this minority of users.


[1] http://www.mail-archive.com/freebsd-questions@freebsd.org/msg246017.html

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-09 20:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-06-30 21:56:50 UTC
Responsible Changed
From-To: gecko->crees

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-05 22:14:29 UTC
crees       2011-07-05 21:14:20 UTC

  FreeBSD ports repository

  Added files:
    mail/thunderbird3/files 
                            patch-mailnews-extensions-smime-build-Makefile.in 
  Log:
  Fix for gmake-3.82 issues suffered by a small minority of users
  
  PR:             ports/156912
  Submitted by:   crees (me)
  Approved by:    rene (mentor), maintainer (gecko; flo@ over IRC)
  
  Revision  Changes    Path
  1.1       +16 -0     ports/mail/thunderbird3/files/patch-mailnews-extensions-smime-build-Makefile.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2011-07-05 22:14:41 UTC
State Changed
From-To: open->closed

Committed.