From owner-freebsd-ports@FreeBSD.ORG Fri Mar 27 12:58:06 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CEB210656C9 for ; Fri, 27 Mar 2009 12:58:06 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 233078FC08 for ; Fri, 27 Mar 2009 12:58:04 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.84.173] [62.63.84.173:26089] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n2RCRcE2023518 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 27 Mar 2009 15:34:07 +0300 (MSK) From: Max Brazhnikov To: Mattia Rossi Date: Fri, 27 Mar 2009 15:26:26 +0300 User-Agent: KMail/1.11.1 (FreeBSD/7.1-STABLE; KDE/4.2.1; i386; ; ) References: <49CC46A8.3020900@swin.edu.au> In-Reply-To: <49CC46A8.3020900@swin.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903271526.27063.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Fri, 27 Mar 2009 15:34:07 +0300 (MSK) X-Virus-Scanned: ClamAV 0.94.1/9173/Fri Mar 27 07:51:01 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: ports@freebsd.org Subject: Re: FreeBSD Port: qtiplot-0.9.7.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 12:58:06 -0000 On Fri, 27 Mar 2009 14:23:20 +1100, Mattia Rossi wrote: > Hi, > > as the qtiplot-0.9.7.2 port just didn't want to install python > scripting, I thought it's a qtiplot issue and tried to install qtiplot > 0.9.7.5. Well didn't work so well without all the patching, so I finally > got a working installation, by creating a new port. Don't get you problem. Do you build qtiplot with PYTHON option enabled? > I have no idea whether this was the correct way of patching qtiplot, as > I'm using the shipped 3rdparty qwt and qwt3dplot rather than system wide > installations (the shipped ones contain some slight adaptations for > qtiplot). The port works for me anyhow, I have qtiplot 0.9.7.5 and can > do Python scripting. > > Have no idea how to generate the package-plist so I used the old one. > > Have a look at the tarball, and maybe you can create a proper release soon. I've updated qwt and qtiplot locally, I'll commit them after some testing. You could try them as well: http://people.freebsd.org/~makc/patches/qwt520.patch http://people.freebsd.org/~makc/patches/qtiplot975.patch Update qwt first and then build qtiplot. I've enabled python support by default, it's considered as stable now. Max