From owner-freebsd-ports@FreeBSD.ORG Sun Mar 23 12:34:12 2014 Return-Path: Delivered-To: ports@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 ESMTPS id 02E5D4D7; Sun, 23 Mar 2014 12:34:12 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233: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 C88DD337; Sun, 23 Mar 2014 12:34:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=5RwrzNcKr++TfVtPpkya8083KuZXD1r0PBtZQo7DI/A=; b=xZVbWpCCun4iQa6WDMNjREi1dz7paZqMed+hpMGYVV5qcsThxQ4/uCL2+qYDjR7VcQ3RL17PCy9eddaYgHxkKPhf9JhCRIGl+RmZS0kdO3A/DrYAWN63hLimL0exNPnp4hPaDQO1mRFgDi94TuvyVWG1W1nYvDO7yFUajE9FQSQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WRhbO-000IqB-V7; Sun, 23 Mar 2014 12:34:10 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Sun, 23 Mar 2014 12:34:10 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] 348851: 2x leftovers, 4x success To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140323120200-24609 X-Trac-Build-ID: 20140323120200-24609 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 12:34:12 -0000 www/seamonkey: Unbreak DragonFly The first fix is a NO-OP for FreeBSD. The clang/optimized flags work- around is OSVERSION-specific, so let's limit it to FreeBSD only. The real breakage was caused by the XPI_FILE substitution. The "x86" part of DragonFly's "x86_64" was getting transformed incorrectly to "i386_64". This could be prevented by changing the replacement pattern to "x86$", but "x86" is not a standard ARCH value, so this substitution isn't made on FreeBSD anyway. The solution is just remove it as the only effect it has is negative. Tested on: Redports, all four i386 builders pass --------------------------------------------------------------------- Build ID: 20140323120200-24609 Job owner: marino@FreeBSD.org Buildtime: 32 minutes Enddate: Sun, 23 Mar 2014 12:34:07 GMT Revision: 348851 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=348851 --------------------------------------------------------------------- Port: www/seamonkey Buildgroup: 10.0-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305980/seamonkey-2.25.log Buildgroup: 10.0-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305981/seamonkey-2.25.log Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305982/seamonkey-2.25.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305983/seamonkey-2.25.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305984/seamonkey-2.25.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140323120200-24609-305985/seamonkey-2.25.log -- Buildarchive URL: redports