From owner-freebsd-questions@freebsd.org Mon Oct 22 15:28:37 2018 Return-Path: Delivered-To: freebsd-questions@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 665B71008277 for ; Mon, 22 Oct 2018 15:28:37 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Received: from mail-40132.protonmail.ch (mail-40132.protonmail.ch [185.70.40.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.protonmail.ch", Issuer "QuoVadis Global SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 003A27F8F5 for ; Mon, 22 Oct 2018 15:28:36 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Date: Mon, 22 Oct 2018 15:28:25 +0000 To: FreeBSD Questions From: Lorenzo Salvadore Reply-To: Lorenzo Salvadore Subject: Re: package : chez-scheme-9.5 : x11 dependencies : why? Message-ID: In-Reply-To: <3cbeeae36d508d23eaec97715a8b8760@kathe.in> References: <3cbeeae36d508d23eaec97715a8b8760@kathe.in> Feedback-ID: X6az_D2smWSR8MT5MHqXnWF0upxehDyHia7Id1cbayHNBUkRu3CIeusDsZHiivIIjmaKB1_OofpALrRUYjNz3w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_FILL_THIS_FORM_SHORT autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.protonmail.ch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 15:28:37 -0000 > okay, so i might be getting on the nerves of some people with my > rhetoric > about unnecessary dependencies, and i am really sorry about that. > > i just don't seem to understand why a package like chez-scheme-9.5 has > to > depend upon x11 libraries; libX11, libxcb, libXdmcp, xorgproto and > libXau. > the rest, i.e. libxml2 and libpthread are understandable, but why x11? > > also, would like to know the method to find the name and email address > of > a package creator/maintainer so that i can contact him/her directly, > that > would be better than tormenting this mailing list, i think. ;-) > and is it possible to accomplish the above using the "pkg" tools. > > thanks, > > ~mayuresh To contact the maintainer directly you should post a bug on the following w= ebsite: https://bugs.freebsd.org/bugzilla/ If the summary of your bug starts with "category/portname: " (for example, = www/firefox: ), then the maintainer will automaticaly receive an e-mail with your bug descr= iption. If you want to contact the maintainer without the bugzilla intermediary, yo= u can find the e-mail address looking at the output of pkg info (for example, "pkg info www/firefox"). Lorenzo Salvadore.