From owner-freebsd-ports@FreeBSD.ORG Wed May 30 04:09:58 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9001065672; Wed, 30 May 2012 04:09:58 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward19.mail.yandex.net (forward19.mail.yandex.net [IPv6:2a02:6b8:0:1402::4]) by mx1.freebsd.org (Postfix) with ESMTP id 78E598FC17; Wed, 30 May 2012 04:09:57 +0000 (UTC) Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward19.mail.yandex.net (Yandex) with ESMTP id 7BCDA11215A2; Wed, 30 May 2012 08:09:55 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1338350995; bh=H+TsQzYMd8g9+F5xapvqCrROZtrZvBSSu0y7rYgwCBs=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KDU8VAtBLNUOSeCf+yeambFw0Ue85LDFoTG0aYUMNk5lJ3aQ0cKqhJa9+TFIFmwhp AvlIJJOE2z2cwaSxjdseVkjEnDynSYPncPLxdce96BgzXyDdnNdGhLyHS0aZP8dShw QMqPPewdm+Vh+A4Jecq/m1SGLJONzxiImm5mg0l0= Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id 4BD94BE00EF; Wed, 30 May 2012 08:09:55 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 9svaYWX2-9svmtsf0; Wed, 30 May 2012 08:09:54 +0400 X-Yandex-Rcpt-Suid: jgh@FreeBSD.org X-Yandex-Rcpt-Suid: bapt@FreeBSD.org X-Yandex-Rcpt-Suid: ports@FreeBSD.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1338350995; bh=H+TsQzYMd8g9+F5xapvqCrROZtrZvBSSu0y7rYgwCBs=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=kGoWW2XRbPV6euRl/zqQAOnNBbz0N8zrTKR2Avuv2K2OILX1nYSf58f5A4oO2nKhh g4YOsXNY17MtCXJ527HzuyN7OPdS0VRVp68fGS63M5HVF/d0K2qKg00uMb9/9JeWC0 HDOxk9Hsl7zUXGMT2cLKEnAovlstJs5X7SisMVIo= Message-ID: <4FC59D73.8040302@yandex.ru> Date: Wed, 30 May 2012 08:09:23 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120504 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jason Helfman References: <4301C0E3-3C53-46E2-B5A5-7BD120CD775F@FreeBSD.org> <4FAE047D.7040708@FreeBSD.org> <20120512131731.GB3222@azathoth.lan> <4FC5237D.9090804@yandex.ru> <20120529235739.GJ31475@dormouse.experts-exchange.com> In-Reply-To: <20120529235739.GJ31475@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Baptiste Daroussin Subject: Re: [HEADSUP] New framework options aka optionng 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, 30 May 2012 04:09:58 -0000 Jason Helfman wrote on 30.05.2012 03:57: > On Tue, May 29, 2012 at 11:29:01PM +0400, Ruslan Mahmatkhanov thus spake: >> Hi Baptiste, >> >> Am I right that `make rmconfig' isn't working with optionsng? >> I got this lines: >> >> OPTIONS_DEFINE= FIREBIRD SSH SVN X11 >> FIREBIRD_DESC= Enable firebird support >> SSH_DESC= Enable ssh support >> SVN_DESC= Enable subversion support >> >> I `make config` and mark couple of them - X11, SVN. Then do `make >> rmconfig` and got >> "===> No user-specified options configured for hydra-7.3". >> Then do `make config` again and still got this X11 and SVN options >> marked. Is this a bug or I missing something (I didn't yet read the new >> Mk's, just the docs)? >> >> Thanks. >> >> -- >> Regards, >> Ruslan >> > > Did you define: > > OPTIONS_DEFAULT= SOMEOPTION1 SOMEOPTION2 > > Otherwise, this sounds right. > > -jgh No, this port (security/hydra) has no default options and hasn't in past. But this `make rmconfig` behavior is specific to OPTIONng, so it looks like a bug/undocumented feature of it. -- Regards, Ruslan Tinderboxing kills... the drives.