From owner-freebsd-ports@FreeBSD.ORG Fri Mar 24 17:25:05 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C0716A422; Fri, 24 Mar 2006 17:25:04 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9C443D62; Fri, 24 Mar 2006 17:25:04 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 043D6B857; Fri, 24 Mar 2006 19:25:03 +0200 (EET) Received: (nullmailer pid 57959 invoked by uid 1002); Fri, 24 Mar 2006 17:25:02 -0000 Date: Fri, 24 Mar 2006 19:25:02 +0200 From: Vasil Dimov To: "Pedro F\. Giffuni" Message-ID: <20060324172502.GA39689@qlovarnika.bg.datamax> References: <20060321014544.45289.qmail@web32712.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060321014544.45289.qmail@web32712.mail.mud.yahoo.com> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: fjoe@FreeBSD.org, pfgshield-freebsd@yahoo.com, Jason Evans , freebsd-ports@FreeBSD.org, Florent Thoumie Subject: Re: Suggested port: open source Xara Xtreme X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 17:25:05 -0000 On Tue, Mar 21, 2006 at 01:45:44AM +0000, Pedro F. Giffuni wrote: > Hi guys; > > I'm currently taking a break from porting stuff and saw this. Just thought > someone with graphics inclinations might want to port it ;-). > > http://www.xaraxtreme.org/ > Here is the port: http://people.freebsd.org/~vd/xaralx/xaralx.shar (this is for XaraLX-0.3r712, it seems they are constantly increasing the revision number every 6 hours, I hope the old archives do not get deleted) Note, that you need to apply the following patch http://people.freebsd.org/~vd/xaralx/wxgtk26_2.6.2-2.6.3.r2.diff to wxgtk26 wxgtk26-common and wxgtk26-unicode in order to get the required wxWidgets 2.6.3-rc2 I will include the port in the ports collection once wxWidgets 2.6.3 is released and the wxgtk26* ports get updated to it. Btw I still get this error at run-time: http://people.freebsd.org/~vd/tmp/xaraerr.png any help on resolving it will be appreciated. I have tested only on 6.0-amd64 TODO: * solve the above run-time problem * try to use the stock malloc() - investigate that malloc_usable_size() usage and get rid it and the libdlmalloc dependency -- Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra