From owner-freebsd-ports@FreeBSD.ORG Wed Sep 22 13:52:57 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 2519010656B2 for ; Wed, 22 Sep 2010 13:52:57 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id A78FB8FC13 for ; Wed, 22 Sep 2010 13:52:56 +0000 (UTC) Received: by eyx24 with SMTP id 24so143854eyx.13 for ; Wed, 22 Sep 2010 06:52:55 -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=Ky+sTFYYxFaLloV0Vjux1hFxBv7uuNl0Bm3HIXoy4Kg=; b=OUynoCT2eoDG0AbiKKJyhTCRAX0y20njqWr3JepK/DeAWhMcBjJSmMIKuelqPCdOTu DKo2Nb4ARmzk4IdHCpnEfgqMNc/kDA7akkZjJyp2G/McTF2d4U+YARwl2rO2Mo1x6xvZ hHSYrOyiU3xgUhojWlZCrFPMgW0MRYlJgiHaY= 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=xXpIvSxyb3AvSPJXNCmzRWBJbEUOLy6ZvuXMwVSds3D5T4hZpL4xKFh5/118qxeY4v gKgFOzgKfP/S9X1N+S8+YLM5LPUGtOTQkrD3LnUeapk0oAQJAfdu7kf6G8TutMVgUb+f YZThgqH8pnwjY0BcRj4DQhG+KQJmQQcJWrkXg= Received: by 10.213.4.80 with SMTP id 16mr5289200ebq.57.1285163575551; Wed, 22 Sep 2010 06:52:55 -0700 (PDT) Received: from localhost ([95.143.193.145]) by mx.google.com with ESMTPS id a48sm14776119eei.12.2010.09.22.06.52.53 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 06:52:54 -0700 (PDT) From: Anonymous To: Paolo Bormida References: <86tylij8pu.fsf@gmail.com> Date: Wed, 22 Sep 2010 17:46:04 +0400 In-Reply-To: (Paolo Bormida's message of "Wed, 22 Sep 2010 14:32:53 +0200") Message-ID: <86tylh7uxv.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 13:52:57 -0000 Paolo Bormida writes: > Can the new knobs be used to do a gui-less build of amule? No, even without --disable-monolithic amule would still require WX. $ readelf -d $(which amulecmd) | fgrep wx 0x0000000000000001 (NEEDED) Shared library: [libwx_baseu_net-2.8.so.0] 0x0000000000000001 (NEEDED) Shared library: [libwx_baseu-2.8.so.0] $ nm -D $(which amulecmd) | sed -n '/_/d; /wx/p' 000000000045a6d8 B wxConvFileName 000000000045a260 B wxConvLocal 000000000045a6c0 B wxConvUTF8 000000000045a1c0 B wxEmptyString And I don't think we have a WX package that ships only libs without X11 dependency.