Date: Tue, 6 Mar 2007 06:09:39 -0700 (MST) From: "John E. Hein" <jhein@timing.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109993: seamonkey no longer supports calendar option Message-ID: <200703061309.l26D9dDr083541@gremlin.timing.com> Resent-Message-ID: <200703061350.l26Do6C1053523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061309.l26D9dDr083541>