Bug 262991 - Ports Infrastructure: Some ports are not building for latest
Summary: Ports Infrastructure: Some ports are not building for latest
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-02 00:09 UTC by Yonas Yanfa
Modified: 2022-05-14 16:50 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yonas Yanfa 2022-04-02 00:09:55 UTC
I've noticed this for a while, since FreeBSD 11 switched to defaulting to quarterly.

For example:

pkg: No packages matching 'adguardhome' have been found in the repositories
pkg: No packages matching 'syncthing' have been found in the repositories
pkg: No packages matching 'traefik' have been found in the repositories


# cat /usr/local/etc/pkg/repos/FreeBSD.conf

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

FreeBSD 13.0-RELEASE-p10
Comment 1 Yonas Yanfa 2022-04-02 00:14:10 UTC
Created separate issues for adguardhome, syncthing, traefik.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262994
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262993
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262992

Let's use this to track the root cause if it's not a duplicate.
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-04-02 10:14:24 UTC
See also: bug 260152 (I can't tell reasons for latest for main-amd64).
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2022-05-14 16:50:20 UTC
I believe this can be closed, all listed PRs were resolved.