From owner-freebsd-questions@FreeBSD.ORG Tue Jun 2 12:59:26 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 206FD5E3 for ; Tue, 2 Jun 2015 12:59:26 +0000 (UTC) (envelope-from alexandre_ml@outlook.fr) Received: from DUB004-OMC1S1.hotmail.com (dub004-omc1s1.hotmail.com [157.55.0.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABD991E56 for ; Tue, 2 Jun 2015 12:59:25 +0000 (UTC) (envelope-from alexandre_ml@outlook.fr) Received: from DUB118-W20 ([157.55.0.239]) by DUB004-OMC1S1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Tue, 2 Jun 2015 05:58:16 -0700 X-TMN: [ocaS5cCWJZk5CqJp6KE2shC+aa+2oESb] X-Originating-Email: [alexandre_ml@outlook.fr] Message-ID: From: Alexandre Labarre To: francesco scaglione CC: FreeBSD Questions Mailing List FreeBSD Questions Mailing List Subject: RE: Upgrading libvpx demands bash Date: Tue, 2 Jun 2015 14:58:15 +0200 Importance: Normal In-Reply-To: <20150602133523.c14287e0faa0884da67f26ef@neuf.fr> References: <20150602121740.f2af02dcd9be77d4ac18ab41@neuf.fr>, , <20150602133523.c14287e0faa0884da67f26ef@neuf.fr> MIME-Version: 1.0 X-OriginalArrivalTime: 02 Jun 2015 12:58:16.0360 (UTC) FILETIME=[CAB69280:01D09D33] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 12:59:26 -0000 > Date: Tue=2C 2 Jun 2015 13:35:23 +0200 > From: scaglione.francesco@neuf.fr > To: alexandre_ml@outlook.fr > Subject: Re: Upgrading libvpx demands bash >=20 > --- > On Tue=2C 2 Jun 2015 13:23:22 +0200 > Alexandre Labarre wrote: >=20 > >=20 > >=20 > > > Date: Tue=2C 2 Jun 2015 12:17:40 +0200 > > > From: scaglione.francesco@neuf.fr > > > To: freebsd-questions@freebsd.org > > > Subject: Upgrading libvpx demands bash > > >=20 > > > After a portmaster -L I see that I need to upgrade libvpx=2C but now > > > that brings in bash: > > >=20 > > > # portmaster libvpx > > >=20 > > > =3D=3D=3D>>> The following actions will be taken if you choose to pro= ceed: > > > Upgrade libvpx-1.3.0 to libvpx-1.3.0_1 > > > Install shells/bash > > >=20 > > > I'm using a very small server (FreeBSD 8.4=2C amd64) and I would like > > > to avoid adding the bash port=2C if possible. > > >=20 > > > But maybe I cannot avoid it=2C can I? > > >=20 > > > Thanks=2C > > > Francesco > >=20 > > Hi Francesco=2C >=20 > Hi Alexandre=2C >=20 > thanks for your reply. >=20 > > shells/bash is required as buid dependencies for libvpx. >=20 > But it was not the case before=2C since I had libvpx installed but not > bash. >=20 > > But why not use PKG (NG) to just install pre-compiled package? >=20 > Do you mean that using packages instead of ports I wouldn't need > bash? >=20 > I like to use ports because I can keep the server up-to-date very > quickly=2C whereas it's not yet clear to me how often the packages are > updated. I'm thinking about basic stuff as php5 and nginx=2C for > example=2C that should always be in the most recent version for security > reasons. >=20 > Take care=2C > Francesco Francesco=2C shell/bash is marked as required for build libvpx. I checked here http://ww= w.freshports.org/multimedia/libvpx/ But it do not seems to be required to run. Packages are built once per week for the moment (every Wednesday if I remem= ber well). This may change in the future.=20 If you have others servers=2C you can build you own environment build packa= ges with Poudriere https://www.freebsd.org/doc/handbook/ports-poudriere.htm= l Kind regards. Alexandre =