From owner-freebsd-gecko@FreeBSD.ORG Mon Sep 30 18:10:02 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91489422 for ; Mon, 30 Sep 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7F62A2A30 for ; Mon, 30 Sep 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8UIA2Wk055959 for ; Mon, 30 Sep 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8UIA2bM055840; Mon, 30 Sep 2013 18:10:02 GMT (envelope-from gnats) Date: Mon, 30 Sep 2013 18:10:02 GMT Message-Id: <201309301810.r8UIA2bM055840@freefall.freebsd.org> To: gecko@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182377: commit references a PR X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 18:10:02 -0000 The following reply was made to PR ports/182377; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182377: commit references a PR Date: Mon, 30 Sep 2013 18:07:46 +0000 (UTC) Author: flo Date: Mon Sep 30 18:07:39 2013 New Revision: 328834 URL: http://svnweb.freebsd.org/changeset/ports/328834 Log: Mark SSP_UNSAFE for now, until we figure out what's wrong exactly. PR: ports/182377 PR: ports/182508 Modified: head/mail/thunderbird/Makefile Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Sep 30 17:56:28 2013 (r328833) +++ head/mail/thunderbird/Makefile Mon Sep 30 18:07:39 2013 (r328834) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 24.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -23,6 +24,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/mult EM_VERSION= 1.5.2 L_VERSION= 2.6b3 +SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 _______________________________________________ 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"