From owner-freebsd-ports@FreeBSD.ORG Tue Oct 15 20:43:05 2013 Return-Path: Delivered-To: ports@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 D0DA6E2D; Tue, 15 Oct 2013 20:43:05 +0000 (UTC) (envelope-from oshogbo.vx@gmail.com) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF58271C; Tue, 15 Oct 2013 20:43:05 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id aq17so13627427iec.6 for ; Tue, 15 Oct 2013 13:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=g4amBOPvWuMamhkbgQzNORTheZpDlCkRsqoztX3rjGM=; b=O8Ffea71ClHVJiO+GBZBNwXFRwpcxU8VZioigSIj9/0Y9fZnJtQ6LQqcAB7Lmze3rT y70FbGdfyiQowz3nKwXUqo1Y66YqfYZZ/aL7G+/Q+U3SDSg9YOso7ynxQWoEuZckOsZk CQ535fdqvOY3jiMk77ANPrv5G01TZfIsuuBI+tzZ00mZCIsVKy//DvFmAhZzjSewOYnI uBPw3mzgEVb1hT+8Z3ijdeccTrrqLEph49eV2/iZsq39ysQtuFByEl04c+abfk+FPOJT xWtMEIEmVVLR210e/GfQQZQUcORz4ZuBktU0t9n661IfcJq6JO8m6zvSVniffMmQDl12 Fcyw== MIME-Version: 1.0 X-Received: by 10.42.54.132 with SMTP id r4mr24758949icg.19.1381869784938; Tue, 15 Oct 2013 13:43:04 -0700 (PDT) Sender: oshogbo.vx@gmail.com Received: by 10.50.100.5 with HTTP; Tue, 15 Oct 2013 13:43:04 -0700 (PDT) In-Reply-To: <20131015064933.GA67418@FreeBSD.org> References: <20131015064933.GA67418@FreeBSD.org> Date: Tue, 15 Oct 2013 22:43:04 +0200 X-Google-Sender-Auth: qW9DOUcl3MKIgHbaJVSTjTDY_D0 Message-ID: Subject: Re: wmii-devel From: Mariusz Zaborski To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 20:43:05 -0000 So I didn't analyze it very deeply. I just want to make it work, but from my observation x11-wm/wmii-devel is came with the libipx. The version of devel/libixp and wmii-ixp are different (I think that devel/libixp is newer). When I use devel/libixp while compiling wmii-devel it generated some errors. This one I'm not sure but I think x11-wm/wmii-devel just static link the libixp it in self, so we could use libixp witch came with it. Cheers, oshogbo On 15 October 2013 08:49, Alexey Dokuchaev wrote: > On Sun, Oct 13, 2013 at 05:53:59PM +0200, Mariusz Zaborski wrote: >> Hi there, >> >> I got some problems while compiling wmii-devel. I would like propose >> some patch to the port. It's removed dependencies of libixp port >> version and add librrary which was missing while compiling (xrender). > > Thanks, I will take a look. May I ask why did you remove dependency on > libixp from ports? > > ./danfe