From nobody Thu Aug 25 19:24:26 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MDCZt4sCKz4ZJZV for ; Thu, 25 Aug 2022 19:24:38 +0000 (UTC) (envelope-from freebsd-ml@daemonbytes.net) Received: from mxout01.bytecamp.net (mxout01.bytecamp.net [212.204.60.217]) (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 4MDCZs276lz3csn for ; Thu, 25 Aug 2022 19:24:37 +0000 (UTC) (envelope-from freebsd-ml@daemonbytes.net) Received: by mxout01.bytecamp.net (Postfix, from userid 1001) id B783E2BE40; Thu, 25 Aug 2022 21:24:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=daemonbytes.net; h=date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=20140709; bh=F4xfV8HFD38w0+FSU7+sARtDl3o=; b=fCfnBvCx1K/QwSJ+T2H2YmdxuUTd8GW/KPuLHd9MQwADBM1BGb6aq7oIJF+xemBM6g8vMDRiehxScMib/dhuRBZ38xGxnbVhWIWTlHycnqmTKe77/ukcIHCbmTS8FPKU8slnbiEt6qUMkokp7Y/p7FPr3o2aGhX/pld2245qWJQ= Received: from mail.bytecamp.net (mail.bytecamp.net [212.204.60.9]) by mxout01.bytecamp.net (Postfix) with ESMTP id 7AF922BE3D for ; Thu, 25 Aug 2022 21:24:34 +0200 (CEST) Received: (qmail 393 invoked from network); 25 Aug 2022 21:24:34 +0200 Received: from unknown (HELO elitebook.speedport.ip) (request@daemonbytes.net@79.201.35.186) by mail.bytecamp.net with ESMTPS (DHE-RSA-AES256-GCM-SHA384 encrypted); 25 Aug 2022 21:24:34 +0200 Date: Thu, 25 Aug 2022 21:24:26 +0200 From: "Daniel Dowse - daemonbytes.net" To: freebsd-questions@FreeBSD.org Subject: Re: pkg search not finding libreoffice Message-Id: <20220825212426.4833e846c84c97f96bf25013@daemonbytes.net> In-Reply-To: <86ilmg1mkx.fsf@gmail.com> References: <86ilmg1mkx.fsf@gmail.com> Organization: daemonbytes.net X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4MDCZs276lz3csn X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=daemonbytes.net header.s=20140709 header.b=fCfnBvCx; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd-ml@daemonbytes.net designates 212.204.60.217 as permitted sender) smtp.mailfrom=freebsd-ml@daemonbytes.net X-Spamd-Result: default: False [-3.20 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; RCVD_IN_DNSWL_LOW(-0.20)[212.204.60.217:from,212.204.60.9:received]; R_SPF_ALLOW(-0.20)[+ip4:212.204.60.0/24]; R_DKIM_ALLOW(-0.20)[daemonbytes.net:s=20140709]; MIME_GOOD(-0.10)[text/plain]; DKIM_TRACE(0.00)[daemonbytes.net:+]; MLMMJ_DEST(0.00)[freebsd-questions@FreeBSD.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12693, ipnet:212.204.32.0/19, country:DE]; RCVD_TLS_LAST(0.00)[]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[daemonbytes.net]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, 25 Aug 2022 15:24:23 +0200 Malcolm Matalka wrote: > Hello, > > I noticed that libreoffice is no longer installed on my system, so I > tired pkg search libreoffice, and it can't be found! Hello Malcom, the package isn't available because there is no build for it yet. Visit https://www.freshports.org/editors/libreoffice/ and have a look at "Packages" table on the page. best regards Daniel