From owner-svn-ports-head@FreeBSD.ORG Fri Nov 1 17:55:31 2013 Return-Path: Delivered-To: svn-ports-head@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 37B6F765; Fri, 1 Nov 2013 17:55:31 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5D212D77; Fri, 1 Nov 2013 17:55:30 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so2784101qeb.31 for ; Fri, 01 Nov 2013 10:55:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=gmrr02k5Zb4e2jf6uZogc/tL4jKqQWIuoc8dZ9RBjPo=; b=IKoqtv8OjjJVgWrqDxlbYBag4bWed9yVlyPsifxwO3Wp69TwDLUTEmooXkI2bi/SNE 3792PYylw43yuE1NFVEP02tUjDsFM5RF/53dYcaUU+o/T0IRxirb1XBVDq0bTBb42VIm Qp508oRas3euNRh1lQsyAA2cldvkzMr9aonn0Q93cMXKvMNPDtH2baPbPzGtQauyGZ2j cGvpV08yhlyAx/SYUVQkuTTtgFjFpekP2cHYs0l0Wc5/iQ1icNH6RGdX0hreRrns0KtO 9L1IIpaB1IAYFl4Nu70WSfSRGR/vAfPBBj+j8XNebRmrqB9/DdlxKS/5P6ttzB6PHh5I 9msQ== X-Received: by 10.49.131.200 with SMTP id oo8mr5824364qeb.0.1383328529942; Fri, 01 Nov 2013 10:55:29 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPSA id a9sm19685561qed.6.2013.11.01.10.55.28 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 01 Nov 2013 10:55:29 -0700 (PDT) Sender: "Jason E. Hale" From: "Jason E. Hale" To: marino@freebsd.org Subject: Re: svn commit: r332099 - head/devel/cssc/files Date: Fri, 01 Nov 2013 13:55:27 -0400 Message-ID: <5558324.uLoFuByiHu@mocha.verizon.net> User-Agent: KMail/4.10.5 (FreeBSD/9.2-RC4; KDE/4.10.5; i386; ; ) In-Reply-To: <5272FBC0.2050306@marino.st> References: <201310301246.r9UCkiWu069471@svn.freebsd.org> <5271A160.8050309@marino.st> <5272FBC0.2050306@marino.st> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 17:55:31 -0000 On Friday, November 01, 2013 01:54:24 John Marino wrote: > > Well, the maintainer patch does NOT contain , contrary to what > you said earlier so now it's broken again with gcc47+. > > Can you please retrieve the contents of my patch and integrate it into > the maintainer patch? > I'm not sure why it would break. The following is in the patched file: #elif defined(__FreeBSD__) #define GTEST_OS_FREEBSD 1 #define GTEST_USE_OWN_TR1_TUPLE 1 #endif // __CYGWIN__ #if GTEST_OS_CYGWIN || GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_SYMBIAN || \ GTEST_OS_SOLARIS || GTEST_OS_AIX || GTEST_OS_FREEBSD // On some platforms, needs someone to define size_t, and // won't compile otherwise. We can #include it here as we already // included , which is guaranteed to define size_t through // . #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT #include // NOLINT So, is included. I just ran a build test with gcc48 and it built fine. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team