From owner-dev-commits-doc-all@freebsd.org Tue Feb 16 21:36:27 2021 Return-Path: Delivered-To: dev-commits-doc-all@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 0403754B054 for ; Tue, 16 Feb 2021 21:36:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgDn66kX1z3kBY; Tue, 16 Feb 2021 21:36:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9E57189F6; Tue, 16 Feb 2021 21:36:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 11GLaQCX044167; Tue, 16 Feb 2021 21:36:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 11GLaQKF044166; Tue, 16 Feb 2021 21:36:26 GMT (envelope-from git) Date: Tue, 16 Feb 2021 21:36:26 GMT Message-Id: <202102162136.11GLaQKF044166@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: 2ae8730bff - main - Fix some links to the handbook in the ports section of the website MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ae8730bff4ca6084bd5f94f9f0b21aaad736ff5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 21:36:27 -0000 The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=2ae8730bff4ca6084bd5f94f9f0b21aaad736ff5 commit 2ae8730bff4ca6084bd5f94f9f0b21aaad736ff5 Author: Sergio Carlavilla Delgado AuthorDate: 2021-02-16 21:35:36 +0000 Commit: Sergio Carlavilla Delgado CommitDate: 2021-02-16 21:35:36 +0000 Fix some links to the handbook in the ports section of the website PR: 253519 Submitted by: dgilbert (AT) eicat.ca --- website/content/en/ports/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/ports/_index.adoc b/website/content/en/ports/_index.adoc index 19ab5028b0..c359a2af6e 100644 --- a/website/content/en/ports/_index.adoc +++ b/website/content/en/ports/_index.adoc @@ -15,8 +15,8 @@ The FreeBSD Ports and Packages Collection offers a simple way for users and admi The Ports Collection supports the latest release on the link:{faq}#current[FreeBSD-CURRENT] and link:{faq}#stable[FreeBSD-STABLE] branches. Older releases are not supported and may or may not work correctly with an up-to-date ports collection. Over time, changes to the ports collection may rely on features that are not present in older releases. Wherever convenient, we try not to gratuitously break support for recent releases, but it is sometimes unavoidable. When this occurs, patches contributed by the user community to maintain support for older releases will usually be committed. -Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing `make install` in the port directory. If you download the framework for the entire list of ports by installing the link:{handbook}#ports-using[ports hierarchy], you can have thousands of applications right at your fingertips. +Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing `make install` in the port directory. If you download the framework for the entire list of ports by installing the link:{handbook}/ports/#ports-using[ports hierarchy], you can have thousands of applications right at your fingertips. Each port's `Makefile` automatically fetches the application source code, either from a local disk, CD-ROM or via link:https://www.freebsd.org/cgi/man.cgi?query=ftp[`ftp`], unpacks it on your system, applies the patches, and compiles. If all went well, a simple `make install` will install the application and register it with the package system. -For most ports, a precompiled `package` also exists, saving the user the work and time of having to compile anything at all. Use link:https://www.FreeBSD.org/cgi/man.cgi?query=pkg-install[`pkg install`] to securely download and install the precompiled version of a port. For more information see link:{handbook}#pkgng-intro[Using pkg for Binary Package Management] +For most ports, a precompiled `package` also exists, saving the user the work and time of having to compile anything at all. Use link:https://www.FreeBSD.org/cgi/man.cgi?query=pkg-install[`pkg install`] to securely download and install the precompiled version of a port. For more information see link:{handbook}/ports/#pkgng-intro[Using pkg for Binary Package Management]