ports/109993: seamonkey no longer supports calendar option
John E. Hein
jhein at timing.com
Tue Mar 6 13:50:06 UTC 2007
>Number: 109993
>Category: ports
>Synopsis: seamonkey no longer supports calendar option
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 06 13:50:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: John E. Hein
>Release: seamonkey-1.1.1, all FreeBSD releases
>Organization:
>Environment:
>Description:
building seamonkey with the calendar option enabled gives this:
configure: warning: Building with the calendar extension is no longer supported.
configure: warning: For more information, please visit:
configure: error: http://www.mozilla.org/projects/calendar/
>How-To-Repeat:
build www/seamonkey with calendar option enabled.
>Fix:
work-around: set calendar option to off and use sunbird
fix for the port: don't allow calendar option...
Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/www/seamonkey/Makefile,v
retrieving revision 1.261
diff -u -p -r1.261 Makefile
--- Makefile 28 Feb 2007 14:32:44 -0000 1.261
+++ Makefile 6 Mar 2007 13:03:00 -0000
@@ -42,8 +42,7 @@ OPTIONS=MAILNEWS "Enable Mail and News m
LDAP "Enable LDAP support for Mailnews" on \
CHATZILLA "Enable the Chatzilla IRC module" on \
JAVASCRIPT_DEBUGGER "Enable DTD and JavaScript debuggers" off \
- SMB "Enable smb:// URI support using gnomevfs" off \
- CALENDAR "Enable the calendar" off
+ SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
@@ -89,10 +88,6 @@ MOZ_OPTIONS+= --disable-jsd \
--disable-dtd-debug
.endif
-.if defined(WITH_CALENDAR)
-MOZ_OPTIONS+= --enable-calendar
-.endif
-
.if defined(WITHOUT_COMPOSER)
MOZ_OPTIONS+= --disable-composer
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list