From owner-freebsd-ports@freebsd.org Thu Oct 13 16:16:42 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F5A3C0FD96 for ; Thu, 13 Oct 2016 16:16:42 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F00C1C3 for ; Thu, 13 Oct 2016 16:16:41 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 23BBB284C6; Thu, 13 Oct 2016 18:08:39 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3A39C284C3; Thu, 13 Oct 2016 18:08:38 +0200 (CEST) Subject: Re: harder and harder to avoid pkg To: David Demelier , Andrea Venturoli Cc: "freebsd-ports@freebsd.org" , Matthieu Volat References: <638fe078-80db-2492-90be-f1280eb8d445@freebsd.org> <20161012092403.66a41d9e@freedom.alkumuna.eu> <00f3768e-f57a-661c-aa62-89cdf10926bd@netfence.it> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57FFB185.6030601@quip.cz> Date: Thu, 13 Oct 2016 18:08:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 16:16:42 -0000 David Demelier wrote on 2016/10/13 14:42: > 2016-10-12 10:04 GMT+02:00 Andrea Venturoli : >> On 10/12/16 09:24, Matthieu Volat wrote: >> >>> And GNU/Linuxes can be a PITA when you have to track -dev(el) packages >>> (which sometimes really requires -bin, -app or whatever), or worst, describe >>> to people how they are supposed to build your software with weird subpackage >>> names. >>> >>> I really like that ports provides the software project as intended by >>> upstream (modulo options). >> >> >> Just a "me too" here! > > Could not agree more. > > Please forget that idea. > > I just hate having to install libfoo, libfoo-dev, libfoo-dbg, > libfoo-doc, libfoo-whatever each time I need to develop on Linux. > Please do not transform FreeBSD as a Linux distribution :) > > I love the way FreeBSD and some very sparse Linux distributions > provide the packages exactly how it would be installed by hand (= > vanilla). > > FreeBSD offers some options and very few changes for better > integration but packages are provided vanilla. You want a package? You > install /packagename/ nothing more, nothing less. I really would like > to see simple vanilla packages for the next 10 years. > > The FreeBSD ports is already extremely complicated, do not make it > even harder :( +1 for this! Miroslav Lachman