From owner-freebsd-ports@freebsd.org Thu Feb 18 12:35:08 2021 Return-Path: Delivered-To: freebsd-ports@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 516F253681C for ; Thu, 18 Feb 2021 12:35:08 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (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 4DhDgb2m8wz3vxt for ; Thu, 18 Feb 2021 12:35:06 +0000 (UTC) (envelope-from ronald-lists@klop.ws) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=In-Reply-To:Message-ID:From:Content-Transfer-Encoding:MIME-Version: To:Date:References:Subject:Content-Type:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=60COt+DfnpC55NeD923vDipsHKSfwGwNxud3oRDjN8A=; b=Uj5bwD/w0mtAh2ZI2jYgehXZ4R AjdfPdDbVy7Usf3AR9tZENsOQDTM2uYzcQ1IRlw23ZgkyrGndSd727vh3Y24e81MYsbu5GTnyWej1 IzLK1puShAhm2hB/vjpHozdkmOJ9yA9377r9IxWie7p3Sf0LzlBNKBvi6jZHkX+pksac=; Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Subject: help on port linux-vivaldi needed References: Date: Thu, 18 Feb 2021 13:34:55 +0100 To: "freebsd-ports@freebsd.org" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: bdb49c4ff80bd276e321aade33e76e02752072e2 X-Virus-Scanned: by clamav at smarthost1.greenhost.nl X-Spam-Level: / X-Spam-Score: -0.4 X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED, BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF autolearn=disabled version=3.4.2 X-Scan-Signature: 51a43cd7ff6838d9e9bce89dbcde6c26 X-Rspamd-Queue-Id: 4DhDgb2m8wz3vxt X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=mail header.b=Uj5bwD/w; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-1.52 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[195.190.28.88:from]; R_DKIM_ALLOW(-0.20)[klop.ws:s=mail]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[195.190.28.88:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.98)[0.980]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[195.190.28.88:from:127.0.2.255]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; RCVD_IN_DNSWL_NONE(0.00)[195.190.28.88:from]; TO_DN_EQ_ADDR_ALL(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 12:35:08 -0000 Hi, I created a port of the Vivaldi browser & e-mail client. (www.vivaldi.com) It is still a work in progress. The port is based on the linux-opera port. It installs in /compat/linux/opt/vivaldi which needs to be improved yet. It seems I have all the dependencies in place now. But when I start it it complains that libffmpeg.so is not available while ldd gives that it is perfectly available. /opt/vivaldi/vivaldi-bin: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory $ ldd /opt/vivaldi/vivaldi-bin linux_vdso.so.1 => (0x00007ffffffff000) libffmpeg.so => /opt/vivaldi/lib/libffmpeg.so (0x000000080bc00000) libdl.so.2 => /lib64/libdl.so.2 (0x000000080c200000) My port can be found here: https://www.klop.ws/linux-vivaldi.tar Is anybody willing to help create this port? Ronald. PS: resend from my subscribed email address. Might be double. Sorry.