From owner-svn-ports-head@freebsd.org Mon Jan 7 23:03:56 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C6A814A25B5; Mon, 7 Jan 2019 23:03:56 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A036C85C32; Mon, 7 Jan 2019 23:03:55 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from host-213-183-253-153.rev.as20985.net [213.183.253.153:55406] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id x07N3krK026112 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Tue, 8 Jan 2019 02:03:47 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host host-213-183-253-153.rev.as20985.net [213.183.253.153] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r488656 - head/archivers/ark Date: Mon, 07 Jan 2019 23:02:40 +0000 Message-ID: <2925580.fqq9MUTMxn@mercury.ph.man.ac.uk> In-Reply-To: <201812290643.wBT6hrrn004823@repo.freebsd.org> References: <201812290643.wBT6hrrn004823@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: A036C85C32 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.21 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.73)[-0.727,0]; NEURAL_HAM_LONG(-0.64)[-0.643,0]; NEURAL_HAM_SHORT(-0.84)[-0.841,0]; ASN(0.00)[asn:42317, ipnet:77.236.32.0/20, country:RU] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2019 23:03:56 -0000 Hi, Tobias! On =D1=81=D1=83=D0=B1=D0=B1=D0=BE=D1=82=D0=B0, 29 =D0=B4=D0=B5=D0=BA=D0=B0= =D0=B1=D1=80=D1=8F 2018 =D0=B3. 6:43:53 UTC Tobias C. Berner wrote: > Author: tcberner > Date: Sat Dec 29 06:43:53 2018 > New Revision: 488656 > URL: https://svnweb.freebsd.org/changeset/ports/488656 >=20 > Log: > archivers/ark: enable options by default The reason was to make the package as light as possible and allow users ins= tall additional packages they need. That why KDE ports had all optional runtime = deps disabled by default. There is another problem with this particular case: now ark depends on binary port with non-free license (archivers/rar) and on archivers/unrar (also with restrictive license), which I find less usefull than unrar-iconv. > - an archiver that cannot handle archives by default is not great Perhaps pkg-message with advice would be sufficient? Cheers, Max