Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 10:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gecko@FreeBSD.org
Subject:   Re: ports/180473: commit references a PR
Message-ID:  <201308171050.r7HAo2wE003960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180473; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180473: commit references a PR
Date: Sat, 17 Aug 2013 10:43:34 +0000 (UTC)

 Author: flo
 Date: Sat Aug 17 10:43:22 2013
 New Revision: 324838
 URL: http://svnweb.freebsd.org/changeset/ports/324838
 
 Log:
   Add a work around for crashes on i386.
   
   PR:		ports/180473
   Submitted by:	Jan Beich <jbeich@tormail.org>
   Reported by:	Heino Tiedemann <rotkap@gmx.de>
 
 Modified:
   head/www/seamonkey/Makefile
 
 Modified: head/www/seamonkey/Makefile
 ==============================================================================
 --- head/www/seamonkey/Makefile	Sat Aug 17 08:49:49 2013	(r324837)
 +++ head/www/seamonkey/Makefile	Sat Aug 17 10:43:22 2013	(r324838)
 @@ -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}
 @@ -82,6 +83,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}
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308171050.r7HAo2wE003960>