From owner-freebsd-ports@FreeBSD.ORG Thu Jul 8 21:45:49 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 60513106566B for ; Thu, 8 Jul 2010 21:45:49 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4108FC12 for ; Thu, 8 Jul 2010 21:45:48 +0000 (UTC) Received: by vws6 with SMTP id 6so2002467vws.13 for ; Thu, 08 Jul 2010 14:45:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=JEBEIl2lr7LafIzL30QHk39MdEJC331CsH5Xh4QVUuI=; b=l9ugWmr+vFdkNqtfG3D5Klor0Jd0JHsaL/9GzTDDfp61PHGQ4bX0muFeHvdx9/ij4V tG0sfZSdp97sorn49FHs36DsyaztVhDIvCN0bnP9fQIrycYgpBINQ6hirQ490e0yt+8T ggc8PyRYH7YJ7V9FR/Trffs+y9CBkzOO7EThw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=eJ/7xMRvyLX+1+9iZXTBRr9o++EXlUdYhZxJbfqQ9za3j6+1AUO8d2sgD2JFh9iWID XG71fIKZceUeNV4ZsL7Sqc/00gx0D2LD3nFq2iVXEzKc9xvXfLMXlgVbfY8u8hd3o8fK 1afvTzKmnfdMPpE3qxKJJ4GDoxsrykkV5WB9Y= Received: by 10.220.88.138 with SMTP id a10mr4698987vcm.96.1278625544077; Thu, 08 Jul 2010 14:45:44 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id w14sm164576vce.26.2010.07.08.14.45.38 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 14:45:39 -0700 (PDT) Message-ID: <4C364701.3070406@gmail.com> Date: Thu, 08 Jul 2010 17:45:37 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: "Richard E,. Neese" References: <4C363458.6060700@gmail.com> In-Reply-To: <4C363458.6060700@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: meta port issue 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: Thu, 08 Jul 2010 21:45:49 -0000 Hi Richard, On 7/8/10 4:26 PM, Richard E,. Neese wrote: > Following is not happening > > I have a meta port of /usr/ports/net/freeswitch wich builds and installs > other freeswitch ports of -core -sounds -music > > if you type make in the meta port it is not calling up the options > screens for the other ports. > > but if you go into the other ports of freeswitch-core -sounds -music and > type make the options screens come up fine. > > it seems that meta porta are broken in the mk files You can use 'make config-recursive' to display all the configuration option screens. -- Glen Barber