From owner-freebsd-ports Wed Jan 16 6:24:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 6E7B737B416 for ; Wed, 16 Jan 2002 06:24:20 -0800 (PST) Received: (from flynn@localhost) by energyhq.homeip.net (8.11.6/8.11.6) id g0GENcK07558; Wed, 16 Jan 2002 15:23:38 +0100 (CET) (envelope-from flynn) Date: Wed, 16 Jan 2002 15:23:34 +0100 From: Miguel Mendez To: Fernan Aguero , ports@freebsd.org Subject: Re: building kaptain on FreeBSD (preparing a port) Message-ID: <20020116152334.A7526@energyhq.homeip.net> References: <20020115151925.B64862@iib.unsam.edu.ar> <20020115233944.GA18309@wwweasel.geeksrus.net> <20020116104754.C2966@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020116104754.C2966@iib.unsam.edu.ar>; from fernan@iib.unsam.edu.ar on Wed, Jan 16, 2002 at 10:47:54AM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jan 16, 2002 at 10:47:54AM -0300, Fernan Aguero wrote: > Sorry. Here goes the configure output. [configure log...] The problem is that the configure script expects to find libqt.so and FreeBSD makes distinction for different versions of Qt, so what it needs to find is qt2. The usual trick is to put this in the Makefile: post-patch: $(PERL) -pi -e 's@qt@qt2@' $(WRKSRC)/configure and if it complains about that it can't find moc do the same with moc/moc2. Cheers, Miguel Mendez - flynn@energyhq.homeip.net EnergyHQ :: http://energyhq.homeip.net FreeBSD - The power to serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message