From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 07:10:14 2014 Return-Path: Delivered-To: freebsd-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 ESMTPS id B9A858D2 for ; Wed, 18 Jun 2014 07:10:14 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9CE2F02 for ; Wed, 18 Jun 2014 07:10:13 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id D39E8B9043; Wed, 18 Jun 2014 09:10:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1403075404; x=1404889805; bh=+lCR4A9o4zHaaWkLUHIcJC2tGeceqXH7dW0 J7ixP0Xs=; b=fZI3XkOyYbh3VL+FlrO/mTMNIpOpr2Dy7LMqCA000dKxJtIsAWW T0VKojJGQr3oeNVzXVYpoBWZCSuABzmAoshLns3EiVz2usrWoEuXZFVgHRj+hoPN A5/FrDPGgffgKTOwnD5gB6q0SKDKMrN31OKrsMu7wYfGfhmGNU/D50Jc= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5jHet_pjOs22; Wed, 18 Jun 2014 09:10:04 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 3FBC8B903D; Wed, 18 Jun 2014 09:10:04 +0200 (CEST) Date: Wed, 18 Jun 2014 09:10:03 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: Michael Gmelin Subject: Re: please help with fixing port Message-Id: <20140618091003.769bb360fff09616614066a1@mimar.rs> In-Reply-To: <20140618012343.40aa5b71@bsd64.grem.de> References: <20140617155545.1b1eff0e9ee7f63b873c2357@mimar.rs> <20140618012343.40aa5b71@bsd64.grem.de> Organization: Mimar X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 07:10:14 -0000 On Wed, 18 Jun 2014 01:23:43 +0200 Michael Gmelin wrote: > I took a look at it and fixed it, it builds on all supported releases > on redports and starts ok on 10-RELEASE amd64 now. Could you please > try yourself and verify? >=20 > Patch in phabricator: https://phabric.freebsd.org/D236 After applying your patch it compiles and runs well. Thank you ver much. > p.s. I can't maintain the port since I'm not using it myself. Maybe > you're up for the challenge and become the maintainer yourself? It's > a steep learning curve, but people around here are helpful. Well, as a humble sysadmin I'm much more into .conf files than Makefiles. Looking at your patch I am clueless why the lines you put fixed the build. I was experimenting with creating boost folder manually and copying version.hpp from /usr/local/include/boost/ into it :) Ok, next time it breaks don't fix it strait ahead, give me some advices on where to look for a solution instead :) --=20 Marko Cupa=C4=87