From owner-freebsd-python@FreeBSD.ORG Wed Mar 27 11:34:15 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BBA833F for ; Wed, 27 Mar 2013 11:34:15 +0000 (UTC) (envelope-from draco@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 29FC216E for ; Wed, 27 Mar 2013 11:34:14 +0000 (UTC) Received: from [10.31.9.111] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3D32543BBE; Wed, 27 Mar 2013 06:34:08 -0500 (CDT) Message-ID: <5152D92C.8060700@marino.st> Date: Wed, 27 Mar 2013 12:34:04 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Ruslan Makhmatkhanov Subject: Re: ports/177350: x11-toolkits/py-qt: [PATCH] fix provided from DragonFly Ports References: <201303251630.r2PGU0Hf070863@freefall.freebsd.org> <51512B67.2040606@yandex.ru> In-Reply-To: <51512B67.2040606@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 11:34:15 -0000 On 3/26/2013 06:00, Ruslan Makhmatkhanov wrote: > Hi John, > Thank you for your efforts. This is what I'm trying to compile: > http://people.freebsd.org/~rm/py-qt.tgz > > Would you please confirm, I merged it right? > > PS. Unfortunately, this port is unmaintained, so in that case it's up to > submitter to provide correct patch. But I had tried to and I fail :). So > please help. Hi Ruslan, As suspected, the second patch wasn't applied right. In any case, there was a 1-line difference between what you provided and what I recreated in DragonFly. Try replacing the patch currently in ports with this one: http://leaf.dragonflybsd.org/~marino/misc/py-qt/patch-configure.py It builds fine for me on using FreeBSD 9.0 and the latest ports. You need to remove the BROKEN line and bump the port revision in the makefile still, of course. Regards, John