From owner-freebsd-ports@FreeBSD.ORG Sun Apr 13 18:51:01 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 313B7BA6; Sun, 13 Apr 2014 18:51:01 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0258B199B; Sun, 13 Apr 2014 18:51:01 +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=UDUCJcO04oqCz7sMBE39Gl4wxu7z7k1P6z3Gttdwglc=; b=IYl1B9MjRoZs0b1hiG19cvSAl6XbhnEgaiRkIZxcwCLp+VLbLZzrCupzwR1dyccAS/89nzm4da1BUqP5kgSaAHs4LoAbGMkamEGDRdw6QA1gWWCf3/06RUgwtsYPIBsE7cAdMVgB6XMOBXmxfShMw+eJfMhIOZEOTM8TJtok3b0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WZPUZ-000OHV-W0; Sun, 13 Apr 2014 18:51:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: glewis@FreeBSD.org X-Trac-Project: redports Date: Sun, 13 Apr 2014 18:50:59 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] 351234: 4x leftovers To: glewis@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140413174800-16367 X-Trac-Build-ID: 20140413174800-16367 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, 13 Apr 2014 18:51:01 -0000 . Don't use inline on functions that are intended to be used in multiple files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc. --------------------------------------------------------------------- Build ID: 20140413174800-16367 Job owner: glewis@FreeBSD.org Buildtime: 63 minutes Enddate: Sun, 13 Apr 2014 18:50:57 GMT Revision: 351234 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=351234 --------------------------------------------------------------------- Port: x11-wm/afterstep-stable 2.2.12 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~glewis@FreeBSD.org/20140413174800-16367-317158/afterstep-2.2.12.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~glewis@FreeBSD.org/20140413174800-16367-317159/afterstep-2.2.12.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~glewis@FreeBSD.org/20140413174800-16367-317160/afterstep-2.2.12.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~glewis@FreeBSD.org/20140413174800-16367-317161/afterstep-2.2.12.log -- Buildarchive URL: redports