From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 07:49:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D2DC1065670; Mon, 13 Feb 2012 07:49:27 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 870338FC14; Mon, 13 Feb 2012 07:49:26 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so5106549wib.13 for ; Sun, 12 Feb 2012 23:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=q3cxKzhB1PqiTVDnbG2ChpbbxZFmmwedek2gZs38fbQ=; b=l4AlBfyq3DwoLZF/Xm1EcDUZTMU+GpIa1VZU7oPFA6+HwaSKAsU0sqzFC/0ce7KTY5 YJYOy7EcKp2MD/ES/ClZfCBK+ElN7hDR9fLkWxV+h5GTjRIY8G6Y8yt/3oxWqGwy7PxZ 3PMDehlQW7RRHKRNyUcMe28NtbFnjyxQOUAXg= Received: by 10.180.82.39 with SMTP id f7mr22388436wiy.19.1329119365094; Sun, 12 Feb 2012 23:49:25 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id ft8sm19790144wib.11.2012.02.12.23.49.23 (version=SSLv3 cipher=OTHER); Sun, 12 Feb 2012 23:49:23 -0800 (PST) Message-ID: <4F38C09F.7070305@gmail.com> Date: Mon, 13 Feb 2012 08:49:51 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> In-Reply-To: <20120212060158.GA1302@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 07:49:27 -0000 On 12/02/2012 07:01, Jason Helfman wrote: > On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >> On 11/02/2012 00:07, Jason Helfman wrote: >>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>> >>>>> State-Changed-From-To: closed->open >>>>> State-Changed-By: miwi >>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>> State-Changed-Why: >>>>> reopen >>>>> >>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>> >>>> Mmm, maybe this PR will be committed in 2049. >>>> >>>> -- >>>> David Demelier >>> >>> In miwi defense , he had asked regarding compiler errors back on July >>> 2nd. >>> Only a couple of days after it was submitted, and there was no reply to >>> that >>> request. It seems either it is the same issue, or maybe a new issue. The >>> old >>> log wasn't available for compariso or analysis. >>> >>> I did a fresh build here, and recevied compiler errors across the board. >>> >>> https://redports.org/buildarchive/20120210234431-57597/ >>> >>> -jgh >>> >> >> Are you sure ? >> >> From miwi the 02/07/2011 but I agree with you there was no feedback >> because I only replied to miwi@ and forgot to cc the PR email. >> >> -- Message from miwi 02/07/2011 16:13 -- >> >> think we can try that :) will test and report to you back. >> >> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >> wrote: >> >> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >> >> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >> >> State-Changed-From-To: open->feedback >> State-Changed-By: miwi >> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >> State-Changed-Why: >> build failed >> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >> >> >> Hi, I'm not used to QT components, could you try to add >> "opengl_build" in the QT_COMPONENTS= variable ? >> > > Same error: > http://redports.org/buildarchive/20120211185111-33188/ > > -jgh It should not, if opengl_build is included the x11/qt4-opengl is added to the build dependencies and then the file QGLWidget is installed to ${PREFIX}/include/qt4/QtOpenGL/QGLWidget Cheers, -- David Demelier