From owner-freebsd-current@freebsd.org Sat Nov 3 10:56:28 2018 Return-Path: Delivered-To: freebsd-current@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 EECD210F9A79 for ; Sat, 3 Nov 2018 10:56:27 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A90937CE52; Sat, 3 Nov 2018 10:56:27 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 97D4B11BED; Sat, 3 Nov 2018 10:56:27 +0000 (UTC) From: Jan Beich To: Graham Perrin Cc: FreeBSD Current Subject: Re: Waterfox: shared object "libicui18n.so.62" not found, required by "libxul.so" References: <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com> <4ld5-sleo-wny@FreeBSD.org> <08419ddf-8435-0466-d729-74b1bb4e2d21@gmail.com> Date: Sat, 03 Nov 2018 11:56:24 +0100 In-Reply-To: <08419ddf-8435-0466-d729-74b1bb4e2d21@gmail.com> (Graham Perrin's message of "Sat, 3 Nov 2018 10:41:03 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 10:56:28 -0000 Graham Perrin writes: > On 28/10/2018 23:26, Jan Beich wrote: > >> =E2=80=A6 Either rebuild www/waterfox from the last revision before remo= val =E2=80=A6 > > OK, that worked fine. Essentially: > > svn cp svn://svn.freebsd.org/ports/head/www/waterfox@480899 /usr/ports/ww= w/waterfox > > Vulnerabilities noted (at configure time) and understood. Why not update? Mk/bsd.gecko.mk hasn't changed incompatibly yet. 1. Drop PORTREVISION line 2. Bump 56.2.3 to 56.2.5 3. Run "make makesum" 4. Run "make all deinstall install clean" > Prior to that, I experimented briefly with waterfox@480899 copied to > /usr/local/poudriere/ports/default/www/waterfox > =E2=80=A6 wondering whether poudriere might be 'forced' to work with the = deleted port. I guess not :-) Poudriere may not like: 1. MOVED entry i.e., remove waterfox line 2. Lack of waterfox in www/Makefile (only used by "bulk -a") 3. Non-default file permissions (check-sanity)