From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 12:09:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3779797D; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 242F424FC; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HC98as010836; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HC98LB010835; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171209.r7HC98LB010835@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 12:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324840 - branches/RELENG_9_2_0/www/seamonkey X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 12:09:09 -0000 Author: flo Date: Sat Aug 17 12:09:08 2013 New Revision: 324840 URL: http://svnweb.freebsd.org/changeset/ports/324840 Log: MFH r324838: Add a workaround for crashes on i386. PR: ports/180473 Submitted by: Jan Beich Reported by: Heino Tiedemann Approved by: portmgr (bdrewery) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile ============================================================================== --- branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 10:57:29 2013 (r324839) +++ branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 12:09:08 2013 (r324840) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -83,6 +84,9 @@ MOZ_OPTIONS+= --disable-ldap --disable-m .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else +. if ${ARCH} == i386 +USE_GCC?= yes +. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL}