Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix link #21

Merged
merged 1 commit into from Nov 25, 2018
Merged

fix link #21

Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
fix link
without the https:// it was getting altered by hugo to be http://project-trident.org/download/www.freshports.org
  • Loading branch information
q5sys committed Nov 25, 2018
commit 9286680f5a30eb866f03bb76203a61aeaec70f00
@@ -37,7 +37,7 @@ Every single release includes a manifest of all the packages and versions that a
This plaintext file can easily be [downloaded from the package server](http://pkg.project-trident.org/iso/release/pkg.list)

#### If the package does not appear on the list
1. See if a port exists for FreeBSD using [freshports.org](www.freshports.org)
1. See if a port exists for FreeBSD using [freshports.org](https://www.freshports.org)
* *No Port*: You can follow the [FreeBSD Porters Handbook](https://www.freebsd.org/doc/en/books/porters-handbook/) to create a new port, and then submit it either to [FreeBSD](https://bugs.freebsd.org/bugzilla/) or to [TrueOS](https://github.com/trueos/trueos-ports). Once accepted by either project, the port will become available by Project Trident a short time later.
2. See if the port is failing to build by looking at the [port build logs](https://builds.ixsystems.com/poseidon/jail.html?mastername=trident-master-current).
* Note that all the package build are iterative - so if the latest build has no record of it you may need to look at previous builds to find the job that tried to build the package.