From owner-freebsd-ports@FreeBSD.ORG Fri Jul 9 00:53:11 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 89687106566C for ; Fri, 9 Jul 2010 00:53:11 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 488FF8FC19 for ; Fri, 9 Jul 2010 00:53:10 +0000 (UTC) Received: by iwn35 with SMTP id 35so1891876iwn.13 for ; Thu, 08 Jul 2010 17:53:10 -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=QRFsbelBsWo/yxnDwqSrkYkTtsfB07BnH7IH0evzdeI=; b=gv3CfYQ9bNzMbTYU0BvEr2M3AIK4HwvZBLEGPPmr8VSRL6bsbt+eAGZtf7RU+OW+AR aqJLFWVsxlTP75qGxkAAs+MDp/xf3e4Zh/OKu8aNEMAhuZTrORKU5i1J1SwfEFU8z+VC OxE0LcQgxoflmpbnJ1BhfmZERIrR6nSHuYEaw= 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=rVVd0ioe8bciGRgRqbjs0Y0dR3QMz+4o/Io7f/7IgE3RVWJrPkc2yp6tgKm4micjHh m4vpsDoJr8u4+RMqd8irlTylzGA8rCFxxUy96WyhY8gEB+jnnpWcBeDN+SJQNTiMhMXN 64Kw15h3CsecjLuJN3irGTkJVuMAkHfd6JYq4= Received: by 10.231.152.143 with SMTP id g15mr7722609ibw.76.1278636790325; Thu, 08 Jul 2010 17:53:10 -0700 (PDT) Received: from [127.0.0.1] (c-67-186-24-149.hsd1.pa.comcast.net [67.186.24.149]) by mx.google.com with ESMTPS id n20sm1323729ibe.23.2010.07.08.17.53.08 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 17:53:08 -0700 (PDT) Message-ID: <4C3672EA.2020308@gmail.com> Date: Thu, 08 Jul 2010 20:52:58 -0400 From: "Richard E,. Neese" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100301 Eudora/3.0.1 MIME-Version: 1.0 To: Doug Barton References: <4C363458.6060700@gmail.com> <4C364701.3070406@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Glen Barber , 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: Fri, 09 Jul 2010 00:53:11 -0000 On 7/8/2010 5:56 PM, Doug Barton wrote: > On Thu, 8 Jul 2010, Glen Barber wrote: > >> 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. > > The fact that you can work around it doesn't mean that it's not a bug. > > :) > > Doug > yes but most new people installing ports dont know this... and the issue is to find out why make install is not working correctly.