ports/180473: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Aug 17 12:10:01 UTC 2013


The following reply was made to PR ports/180473; it has been noted by GNATS.

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

 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 <jbeich at tormail.org>
   Reported by:    Heino Tiedemann <rotkap at gmx.de>
   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}
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gecko mailing list