Bug 92106 - OPTIONS for mail/thunderbird doesn't work
Summary: OPTIONS for mail/thunderbird doesn't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-21 17:40 UTC by Jacula Modyun
Modified: 2006-02-01 17:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2006-01-21 17:40:09 UTC
If you set the options for mail/thunderbird port, these are recorded
in /var/db/ports/, but don't work compiling it.

The problem, for me, find a solution in the "porters-handbook" in
porters-handbook/makefile-options.html:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-21 17:44:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Jacula Modyun 2006-01-21 18:46:48 UTC
I'm sorry but my original report was different.
In my original report I said that, for me, the cause was the lines 42 and 43
in the mail/thunderbird/Makefile:
.
.
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
.
.

And a little hack is:

--- Makefile.orig    Sat Jan 21 18:42:27 2006
+++ Makefile    Sat Jan 21 18:42:46 2006
@@ -39,6 +39,8 @@
 SYSTEM_PREFS=    
${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults/pref/${PORTNAME}.js
 MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome
 
+OPTIONS=
+
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../www/mozilla/Makefile.common"

I prefer add "OPTIONS=" in my make.conf in a thunderbird section, for me 
this is a temporary hack.
I'm sorry.

Bye Jacula Modyun
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-02-01 17:56:47 UTC
State Changed
From-To: open->closed

Committed, thanks!