From owner-freebsd-ports@freebsd.org Wed Oct 7 01:19:30 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D59A09D184F for ; Wed, 7 Oct 2015 01:19:30 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B962DA0F for ; Wed, 7 Oct 2015 01:19:30 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id t971JO3Q055585; Tue, 6 Oct 2015 18:19:25 -0700 (PDT) (envelope-from null@pozo.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) Subject: Re: Firefox 41.1 fails build on Current AMD64 From: Manfred Antar In-Reply-To: <5614684E.9090503@utanet.at> Date: Tue, 6 Oct 2015 18:19:24 -0700 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <21E74357-289E-4AAE-AA00-6CCF92E6EB96@pozo.com> <5614684E.9090503@utanet.at> To: Walter Schwarzenfeld X-Mailer: Apple Mail (2.3094) X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: t971JO3Q055585 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 01:19:30 -0000 > On Oct 6, 2015, at 5:33 PM, Walter Schwarzenfeld wrote: >=20 > Found this: > https://bugzilla.mozilla.org/show_bug.cgi?id=3D1181382 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >=20 >=20 Yes This fixes build on AMD64 current: +++ b/dom/mobilemessage/MobileMessageManager.h @@ -9,21 +9,21 @@ =20=20 #include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "nsIObserver.h" =20=20 class nsISmsService; class nsIDOMMozSmsMessage; class nsIDOMMozMmsMessage; -class Promise; =20=20 namespace mozilla { namespace dom { =20=20 +class Promise; class DOMRequest; class DOMCursor; struct MmsParameters; struct MmsSendParameters; struct MobileMessageFilter; class OwningLongOrMozSmsMessageOrMozMmsMessage; struct SmsSendParameters; struct Smscaddwess; Thanks Manfred