From owner-freebsd-apache@FreeBSD.ORG Mon Feb 24 16:19:44 2014 Return-Path: Delivered-To: apache@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 1F538290; Mon, 24 Feb 2014 16:19:44 +0000 (UTC) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBBC1898; Mon, 24 Feb 2014 16:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=yoc9Zhmd9B6AGWsn35JyYI4nYDtGsa/SjngePZ86emQ=; b=m0K/Ifg+gMKQjpt7lxObu9fymb8Pp3klD/J59VBSZQBG+Ab6OtuYQn3VifX60IbcUPuHkxqmslwtQyuEEaIwpunM/+wSbVV7BgfLwbhOd5H6vOs113YeeOuR573j9gJPRra7DRbdPdH7OlphFqu40Gwg8jIiFBbH7cQb5lcJZ5kfGRoBYS2MOXMsiivnYYju5LpzSJakr/3dha4pudQmJuaooYHmsHe5OSBgWL/y/B4UDiZ6hm/0c57wODRA3j9xwDiF5vIb30FPIqa8GIbfwjNKIVyJp2B4Ipm4kW0xKYr0t803ERUDOcn/1Ep1LyLYiHiYPaW3AjRv1VOrMt4tUJxu16V8cF9sK2Ue4471iuieeXwmQWHEC3Fx8TspY7ainrDZTy/jttzsSsZbdU4pwMRzuAAd2S+yYKgKr3WoiZcqkDIAEi9elX6WZaJ7YWY70TcruJgZua2Z1PKGjjCeYuH0RidOfR6gDIeMEJza1jz55FXNaQFV3XSwIdj5wPVu1tP5WR2MI8pCU0IlzCOcbIzoLhDzsLPdEFHbF9rNK3m2dEBeifT9bbUFVhx+kE1Y5BtSP5BnWprnquWEKziUnq9CJlhtXa46M5T7BzEXnOVeoC0ikbWqJ6ZF6CKUhOecDjm+0Llf0qkNyC1W2YkKewhvU5N4xNEHu9QurkmqrnY=; Received: from light.codelabs.ru (v-light.codelabs.ru [144.206.233.83]) by 0.mx.codelabs.ru with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) id 1WHyFf-000NA4-K3; Mon, 24 Feb 2014 20:19:35 +0400 Date: Mon, 24 Feb 2014 20:19:21 +0400 From: Eygene Ryabinkin To: Mathieu Arnold Subject: Re: Patch for devel/apr1 Message-ID: References: <329E85FD56E28E496CF7A8D1@ogg.in.absolight.net> <0D910641F7C86C422DB65D4C@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TU+u6i6jrDPzmlWF" Content-Disposition: inline In-Reply-To: <0D910641F7C86C422DB65D4C@ogg.in.absolight.net> Sender: rea@codelabs.ru Cc: Antoine Brodin , apache@freebsd.org, FreeBSD Ports Management Team X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 16:19:44 -0000 --TU+u6i6jrDPzmlWF Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mon, Feb 24, 2014 at 04:43:06PM +0100, Mathieu Arnold wrote: > +--On 24 f=C3=A9vrier 2014 19:07:49 +0400 Eygene Ryabinkin > wrote: > |> and doesn't work for options in a group. > |=20 > | Simple fix is attached. >=20 > Hum, there can be no simple fix, the reason it is not supported is that > with that, you can break the port by forcing multiple options where only > one should be enabled. It works for me with OPTIONS_SINGLE of mutt with {{{ # Mutt =2Eif ${.CURDIR:M/usr/ports/mail/mutt} BATCH=3Dyes WITH_SCREEN=3Dyes WITH_NCURSES=3Dyes # SCREEN: single WITH_SLANG=3Dyes # SCREEN: single WITH_COMPRESSED_FOLDERS=3Dyes WITHOUT_DEBUG=3Dyes WITHOUT_FLOCK=3Dyes WITH_GPGME=3Dyes WITHOUT_GREETING_PATCH=3Dyes WITHOUT_HTML=3Dyes WITH_ICONV=3Dyes WITHOUT_IDN=3Dyes WITH_IFDEF_PATCH=3Dyes WITHOUT_IMAP_HEADER_CACHE=3Dyes WITH_LOCALES_FIX=3Dyes WITH_MAILBOX_MANPAGES=3Dyes WITH_MAILDIR_HEADER_CACHE=3Dyes WITH_MAILDIR_MTIME_PATCH=3Dyes WITHOUT_NNTP=3Dyes WITHOUT_PARENT_CHILD_MATCH_PATCH=3Dyes WITH_QUOTE_PATCH=3Dyes WITH_REVERSE_REPLY_PATCH=3Dyes WITH_SASL=3Dyes WITHOUT_SGMLFORMAT=3Dyes WITHOUT_SIDEBAR_PATCH=3Dyes WITHOUT_SIGNATURE_MENU=3Dyes WITH_SMIME_OUTLOOK_COMPAT=3Dyes WITH_SMTP=3Dyes WITH_TOKYOCABINET=3Dyes WITHOUT_TRASH_PATCH=3Dyes WITHOUT_XML=3Dyes WITHOUT_ASPELL=3Dyes WITHOUT_ISPELL=3Dyes =2Eendif }}} I have the proper error, {{{ $ make =3D=3D=3D=3D> You must select one and only one option from the SCREEN single make: exec(exit) failed (No such file or directory) *** Error code 1 Stop. }}} > I've just committed a patch to bsd.options.mk[1] so that it tells > you you are using an old way and should update. Well, while this can have its own merits, it is a way too many POLA changes and sudden hickups (iconv in base, this change, ld's --add-needed change) that make me to collide my head and the table/wall. As the admin of the large pile of FreeBSD resources I should say that it became terribly hard to upgrade ports when one uses source-based approach with fine tuning. Sorry, can't help to mention all this. --=20 Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ] --TU+u6i6jrDPzmlWF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iL4EABEKAGYFAlMLcQhfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDgyRkUwNkJDRDQ5N0MwREU0OUVDNEZGMDE2 QUY5RUFFODE1MkVDRkIACgkQFq+eroFS7Ps3cAD+KduwOIbie2G+dOSm5ys0IcRO CeQbRzoE9JNXtetVexcA/3MLzCjV52Pd0d/CCfilT8Zc8mCWH8Vg7aTO4DMPTGPu =fzdU -----END PGP SIGNATURE----- --TU+u6i6jrDPzmlWF--