| 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: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->gecko Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: gecko->crees I'll take it. 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"
State Changed From-To: open->closed Committed. |
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: