From owner-freebsd-ports@FreeBSD.ORG Sun Aug 17 14:48:26 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1BB41CC; Sun, 17 Aug 2014 14:48:25 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A92FC203A; Sun, 17 Aug 2014 14:48:24 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1XJ1kl-0006at-DC; Sun, 17 Aug 2014 21:48:21 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s7HEmp1m069744; Sun, 17 Aug 2014 21:49:01 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s7HEmkVo069730; Sun, 17 Aug 2014 21:48:46 +0700 (NOVT) (envelope-from danfe) Date: Sun, 17 Aug 2014 21:48:46 +0700 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: Proposal: further OptionsNG improvements Message-ID: <20140817144846.GA67952@regency.nsu.ru> References: <20130618160037.GA26677@regency.nsu.ru> <20130618162708.GA34175@regency.nsu.ru> <20130621080451.GL23721@ithaqua.etoilebsd.net> <20130626121241.GA23956@regency.nsu.ru> <20130626123055.GA30841@regency.nsu.ru> <20130626183331.GA78963@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130626183331.GA78963@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 65204 [Aug 17 2014] X-KLMS-AntiSpam-Version: 5.5.3 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3065092, 3065106, 0 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2014/08/15 08:53:44 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 14:48:26 -0000 On Thu, Jun 27, 2013 at 01:33:31AM +0700, Alexey Dokuchaev wrote: > It just occurred to me that it seems we actually do not support something > like OPTIONS_SINGLE_AUDIO_${ARCH}, which simplifies my work (please tell > me if I'm wrong). So all I need is to remember about OPTIONS_EXCLUDE's in > this case. Now it's possible (example for www/firefox/Makefile.options): > > OPTIONS_SINGLE_AUDIO= ALSA:on OSS!sparc64 PULSEAUDIO!powerpc,mips,i386 > > New diff attached (also comes with some comments tweaks, and I've switched > from ^ to ~ as regex delimiter: it looks nicer and there is no confusion > with start-of-line marker). I hope now it can cover anything possible to > achieve with current OptionsNG. > > But we need reviewers and testers! I've finally listened to bapt@ and created a differential for it, please join in: https://reviews.freebsd.org/D616 (we do need more eyes!). ./danfe