From owner-svn-ports-all@freebsd.org Sat Sep 26 11:48:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 438033FC05E; Sat, 26 Sep 2020 11:48:52 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bz6W65KQpz4VnQ; Sat, 26 Sep 2020 11:48:50 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1601120922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LvmZdG/BcuL+3+uyg1kY8/bw75G1NiQJ+7HOgg4tI5s=; b=RGqlaQPtXtinHpPaxuVi/OClD+tAxJf4ACBKCw/JLDkK6BDshi3niwry0Mdd4jgYP9ka1O bLQUrGyPqpRiSeb4TYnnTcsw4dc8zXuAYDcsMKzmB3sVCDCzLgYxvaB+BH8fyfmK4/CMeX oMwpQLs1SA86CyhhLn+X2PZmvNc+uBg= Received: from amy.home (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 0f8c4e76 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 26 Sep 2020 11:48:42 +0000 (UTC) Date: Sat, 26 Sep 2020 13:48:41 +0200 From: Emmanuel Vadot To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r550109 - in head/sysutils: . dnf dnf/files Message-Id: <20200926134841.8879db21ca7ffc012fa53deb@bidouilliste.com> In-Reply-To: <202009260701.08Q71fqM075759@repo.freebsd.org> References: <202009260701.08Q71fqM075759@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bz6W65KQpz4VnQ X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=RGqlaQPt; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.13 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.006]; NEURAL_HAM_MEDIUM(-1.01)[-1.008]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.61)[-0.613]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-head,svn-ports-all] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2020 11:48:52 -0000 (Random commit email chosen) On Sat, 26 Sep 2020 07:01:41 +0000 (UTC) Yuri Victorovich wrote: > Author: yuri > Date: Sat Sep 26 07:01:41 2020 > New Revision: 550109 > URL: https://svnweb.freebsd.org/changeset/ports/550109 > > Log: > New port: sysutils/dnf: Dandified YUM, the next-generation version of YUM > > Added: > head/sysutils/dnf/ > head/sysutils/dnf/Makefile (contents, props changed) > head/sysutils/dnf/distinfo (contents, props changed) > head/sysutils/dnf/files/ > head/sysutils/dnf/files/patch-CMakeLists.txt (contents, props changed) > head/sysutils/dnf/files/patch-etc_CMakeLists.txt (contents, props changed) > head/sysutils/dnf/pkg-descr (contents, props changed) > head/sysutils/dnf/pkg-plist (contents, props changed) > Modified: > head/sysutils/Makefile Hi Yuri, What is the point of adding all those fedora/rpm/blah related ports in the FreeBSD ports tree ? Do you use rpms on FreeBSD ? Do you expect people to use dnf to install software on FreeBSD ? Or do you build rpms on FreeBSD to install them on Linux ? Same question for util-linux, this adds stuff that either already exists in ports (like flock, getopt and possibly others and btw I don't see any CONFLICTS added) or exists in base already (cal, hexdump column). Thanks, -- Emmanuel Vadot