From owner-freebsd-ports@FreeBSD.ORG Wed Sep 22 15:58:22 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA84106564A for ; Wed, 22 Sep 2010 15:58:22 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id CF1EA8FC12 for ; Wed, 22 Sep 2010 15:58:21 +0000 (UTC) Received: by fxm9 with SMTP id 9so516006fxm.13 for ; Wed, 22 Sep 2010 08:58:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=RAqxgxInQhLFQz48f2qYESWHpBpHz4mJGwXKYbcKSI8=; b=AiwxFeInTHmIv3+WBUzMWmLdwC8FElwo2hgCg+C1MW4LGTf62+7wayNCBNvp1YPmZh oPom6UrNSwVAAtvk5baFs8cHb0oK6jYTKuuFoOV8pNsOHopxkpkJvfAWhXBcvIzvZXvT 53Lwo+Pp8HKt3mtPsHPiMlCEuqh7z49tGP5s8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=IFMaSysSu3tS2bwTNaK8GdThDkBSyFtFchJgxxL7OEkEg1xAYlwONIpHEHfF8yUsZX HRbOx76/djO64E9LHSzbowfeUZ3qn8ZKkfYEb/AaGpZ0BEoFATgsHVf2RTLDsNNGG6Ox NZMz3rI+Y2+SwIZ7X9EcU4ADf67Cx649Z72Oc= Received: by 10.223.105.144 with SMTP id t16mr535759fao.9.1285171100218; Wed, 22 Sep 2010 08:58:20 -0700 (PDT) Received: from localhost ([88.198.6.155]) by mx.google.com with ESMTPS id u8sm4309461fah.12.2010.09.22.08.58.18 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 08:58:19 -0700 (PDT) From: Anonymous To: Paolo Bormida References: <86tylij8pu.fsf@gmail.com> <86tylh7uxv.fsf@gmail.com> <86d3s57ult.fsf@gmail.com> Date: Wed, 22 Sep 2010 19:52:10 +0400 In-Reply-To: (Paolo Bormida's message of "Wed, 22 Sep 2010 17:32:51 +0200") Message-ID: <86vd5x3hed.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: amule-10275 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: Wed, 22 Sep 2010 15:58:22 -0000 Paolo Bormida writes: > My goal is not to build the gui version, just amuled and amulecmd, > and I think this can be done in amule calling configure like > described in this howto http://wiki.amule.org/index.php/ > HowTo_Compile_aMuled Have you looked at x11-toolkits/wxgtk28 port? You'd need to split it into more slave ports in order to install wx_base separately. Well, one can build wxgtk28 port as part of amule build an then link it statically but I'd rather not complicate already not very trivial port.