Can't find chromium (and other packages) after upgrade to 14.0

I recently upgraded to 14.0 (from 13.2) somehow many of the packages that were on my system aren't there anymore. What's worse is that a pkg search doesn't give any result for them.

How can I find and install chromium (and other) packages with the pkg manager?
 
I happen to use quarterly

Code:
$ cat /etc/pkg/FreeBSD.conf 
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

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

Are you on latest? Intentionally so?
 
Isn't the linux Chrome different from the quarterly Chromium pkg?

Differences are considerable, not least the depencencies. If you install the new port, be prepared for removals to make way for the Rocky LInux stuff.

Code:
…
Number of packages to be removed: 75
Number of packages to be installed: 89
Number of packages to be reinstalled: 1

The operation will free 2 GiB.
362 KiB to be downloaded.

Proceed with this action? [y/N]: n
root@mowa219-gjp4-zbook-freebsd:~ #

In my case, one of the removals is unacceptable. It's a required application.
 
I happen to use quarterly

Code:
$ cat /etc/pkg/FreeBSD.conf
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

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

Are you on latest? Intentionally so?
General question: when I had changed from "latest" to "quarterly" - the packages weren't updating properly (it was showing updates available but not updating when doing PKG upgrade) . So does one need to do something else besides update then upgrade? To get it to work properly
 
It's been a while since I've flipped between quarterly/latest, but perhaps the "-f" option would help?
"-f" force I'm thinking may rebuild the relationships of dependencies.
Maybe only needed the first time you switch.
 
What happened, exactly?
It doesn't update packages even though it recognizes them - so kind of gives the look of being stuck with 186 packages, see below

Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Password:
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (186 candidates): 100%
Processing candidates (186 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
Password:
src component not installed, skipped

How do I get them installed?
is misleading when a single package is specified.
Not sure if you're referring to only Chrome or something like the issue I'm facing now above.
 
Personally, my system ((FreeBSD 14.1) detects the chromium browser without any problems.


Screenshot_2024-06-26_15-18-00.jpg
 
Personally, my system ((FreeBSD 14.1) detects the chromium browser without any problems.
I have Chromium running now - but when chaging from "latest" to "quarterly" it won't let me update packages as you see in my last reply.
 
Please show the command, or commands, that you ran.
it's a simple `pkg update; pkg upgrade` - I have an alias that does this followed by `freebsd-update fetch; freebsd-update install` - nothing out of the ordinary. The above output is simply part of the whole alias being executed.
 
… kind of gives the look of being stuck with 186 packages …

The presence of a candidate does not necessarily mean that an upgrade to the candidate is appropriate.

Here, for example:

Code:
root@mowa219-gjp4-zbook-freebsd:~ # pkg upgrade --repository FreeBSD-base && pkg upgrade --repository FreeBSD-ports
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@mowa219-gjp4-zbook-freebsd:~ #

Debug output may help you to understand how candidates are processed.

pkg -dd upgrade
 
pkg -dd upgrade
Code:
doas pkg -dd upgrade
Password:
DBG(1)[66499]> pkg initialized
Updating FreeBSD repository catalogue...
DBG(1)[66499]> PkgRepo: verifying update for FreeBSD
DBG(1)[66499]> Pkgrepo, begin update of '/var/db/pkg/repos/FreeBSD/db'
DBG(1)[66499]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly/meta.conf
DBG(1)[66499]> curl_open
DBG(1)[66499]> Fetch: fetcher used: pkg+http
DBG(1)[66499]> curl> fetching http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly/meta.conf

DBG(1)[66499]> CURL> attempting to fetch from , left retry 3

== Info: Couldn't find host pkgmir.geo.freebsd.org in the .netrc file; using defaults
== Info: Host pkgmir.geo.freebsd.org:80 was resolved.
== Info: IPv6: 2a02:80:0:3ffd::50:2
== Info: IPv4: 85.30.190.140
== Info:   Trying 85.30.190.140:80...
== Info:   Trying [2a02:80:0:3ffd::50:2]:80...
== Info: Immediate connect fail for 2a02:80:0:3ffd::50:2: No route to host
== Info: Connected to pkgmir.geo.freebsd.org (85.30.190.140) port 80
=> Send header, 0000000171 bytes (0x000000ab)
0000: GET /FreeBSD:14:amd64/quarterly/meta.conf HTTP/1.1
0034: Host: pkgmir.geo.freebsd.org
0052: User-Agent: pkg/1.21.3
006a: Accept: */*
0077: If-Modified-Since: Thu, 27 Jun 2024 12:31:10 GMT
00a9:
== Info: Request completely sent off
<= Recv header, 0000000027 bytes (0x0000001b)
0000: HTTP/1.1 304 Not Modified
<= Recv header, 0000000015 bytes (0x0000000f)
0000: Server: nginx
<= Recv header, 0000000037 bytes (0x00000025)
0000: Date: Fri, 28 Jun 2024 13:48:45 GMT
<= Recv header, 0000000046 bytes (0x0000002e)
0000: Last-Modified: Tue, 02 Apr 2024 20:59:28 GMT
<= Recv header, 0000000024 bytes (0x00000018)
0000: Connection: keep-alive
<= Recv header, 0000000021 bytes (0x00000015)
0000: ETag: "660c71b0-b2"
<= Recv header, 0000000040 bytes (0x00000028)
0000: Expires: Fri, 28 Jun 2024 13:48:45 GMT
<= Recv header, 0000000026 bytes (0x0000001a)
0000: Cache-Control: max-age=0
<= Recv header, 0000000024 bytes (0x00000018)
0000: Cache-Control: private
<= Recv header, 0000000002 bytes (0x00000002)
0000:
== Info: Connection #0 to host pkgmir.geo.freebsd.org left intact
DBG(1)[66499]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly/data.pkg
DBG(1)[66499]> curl_open
DBG(1)[66499]> Fetch: fetcher used: pkg+http
DBG(1)[66499]> curl> fetching http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly/data.pkg

DBG(1)[66499]> CURL> attempting to fetch from , left retry 3

== Info: Couldn't find host pkgmir.geo.freebsd.org in the .netrc file; using defaults
== Info: Found bundle for host: 0x270b2642f600 [serially]
== Info: Re-using existing connection with host pkgmir.geo.freebsd.org
=> Send header, 0000000170 bytes (0x000000aa)
0000: GET /FreeBSD:14:amd64/quarterly/data.pkg HTTP/1.1
0033: Host: pkgmir.geo.freebsd.org
0051: User-Agent: pkg/1.21.3
0069: Accept: */*
0076: If-Modified-Since: Thu, 27 Jun 2024 12:31:10 GMT
00a8:
== Info: Request completely sent off
<= Recv header, 0000000027 bytes (0x0000001b)
0000: HTTP/1.1 304 Not Modified
<= Recv header, 0000000015 bytes (0x0000000f)
0000: Server: nginx
<= Recv header, 0000000037 bytes (0x00000025)
0000: Date: Fri, 28 Jun 2024 13:48:45 GMT
<= Recv header, 0000000046 bytes (0x0000002e)
0000: Last-Modified: Thu, 27 Jun 2024 12:31:10 GMT
<= Recv header, 0000000024 bytes (0x00000018)
0000: Connection: keep-alive
<= Recv header, 0000000025 bytes (0x00000019)
0000: ETag: "667d5b8e-6f12c8"
<= Recv header, 0000000040 bytes (0x00000028)
0000: Expires: Fri, 28 Jun 2024 13:48:45 GMT
<= Recv header, 0000000026 bytes (0x0000001a)
0000: Cache-Control: max-age=0
<= Recv header, 0000000024 bytes (0x00000018)
0000: Cache-Control: private
<= Recv header, 0000000002 bytes (0x00000002)
0000:
== Info: Connection #0 to host pkgmir.geo.freebsd.org left intact
FreeBSD repository is up to date.
All repositories are up to date.
DBG(1)[66499]> want to get an advisory lock on a database
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> universe: add new local pkg: pkg, (pkg-1.21.3:2$2$ryurrfpw751i8boo9srd7jgskphmtfpjedw49jjtpj97rps89a8n95yh741usfqgoqtfam8eidax15kix55c14gsejzyahgryp9ufgb)
Checking for upgrades (186 candidates):   0%
DBG(2)[66499]> universe: add new local pkg: zotero, (zotero-6.0.36_1:2$2$w7hri66jx9n4q5r34czx4tzn7ji9j4wjnrnz5ztbu8qhrkzezqykq9ckydxxstms4hcw98iao61mbzwjsfmy1rzb16j6ouyyoh5sdbn)
Checking for upgrades (186 candidates):   1%
DBG(2)[66499]> universe: add new local pkg: yelp-xsl, (yelp-xsl-42.0_1:2$2$npmr5k8niceipcche3aman8zge79bfytubjbjinoxkd4ra8gcysm1ynmiu7tjhxo6amjmunthx4gutdg65yp8t3nn7ercgycsrgujjd)
Checking for upgrades (186 candidates):   1%
DBG(2)[66499]> universe: add new local pkg: xxd, (xxd-9.1.0470:2$2$5w4zenm9qsdjqzcarrqz4fy113bjc4x91x7xgcj6agcmaxtiq9sgqd8n17x1fjyj91ckdxodjpyqm1itfe4u878hh4ug73i5ykg1e3n)
Checking for upgrades (186 candidates):   2%
DBG(2)[66499]> Pkg> adding options: 256COLOR = on
DBG(2)[66499]> Pkg> adding options: DABBREV = off
DBG(2)[66499]> Pkg> adding options: DECTERM = off
DBG(2)[66499]> Pkg> adding options: GNOME = off
DBG(2)[66499]> Pkg> adding options: LOGGING = off
DBG(2)[66499]> Pkg> adding options: LUIT = on
DBG(2)[66499]> Pkg> adding options: NEXTAW = off
DBG(2)[66499]> Pkg> adding options: PCRE2 = off
DBG(2)[66499]> Pkg> adding options: REGIS = off
DBG(2)[66499]> Pkg> adding options: SCRNDUMP = off
DBG(2)[66499]> Pkg> adding options: SIXEL = on
DBG(2)[66499]> Pkg> adding options: TOOLBAR = off
DBG(2)[66499]> Pkg> adding options: WCHAR = on
DBG(2)[66499]> Pkg> adding options: XAW = on
DBG(2)[66499]> Pkg> adding options: XAW3D = off
DBG(2)[66499]> Pkg> adding options: XAW3DXFT = off
DBG(2)[66499]> Pkg> adding options: XINERAMA = off
DBG(2)[66499]> Pkg> adding options: 256COLOR = on
DBG(2)[66499]> Pkg> adding options: DABBREV = off
DBG(2)[66499]> Pkg> adding options: DECTERM = off
DBG(2)[66499]> Pkg> adding options: GNOME = off
DBG(2)[66499]> Pkg> adding options: LOGGING = off
DBG(2)[66499]> Pkg> adding options: LUIT = on
DBG(2)[66499]> Pkg> adding options: NEXTAW = off
DBG(2)[66499]> Pkg> adding options: PCRE2 = off
DBG(2)[66499]> Pkg> adding options: REGIS = off
DBG(2)[66499]> Pkg> adding options: SCRNDUMP = off
DBG(2)[66499]> Pkg> adding options: SIXEL = on
DBG(2)[66499]> Pkg> adding options: TOOLBAR = off
DBG(2)[66499]> Pkg> adding options: WCHAR = on
DBG(2)[66499]> Pkg> adding options: XAW = on
DBG(2)[66499]> Pkg> adding options: XAW3D = off
DBG(2)[66499]> Pkg> adding options: XAW3DXFT = off
DBG(2)[66499]> Pkg> adding options: XINERAMA = off
DBG(2)[66499]> Pkg> adding options: 256COLOR = on
DBG(2)[66499]> Pkg> adding options: DABBREV = off
DBG(2)[66499]> Pkg> adding options: DECTERM = off
DBG(2)[66499]> Pkg> adding options: GNOME = off
DBG(2)[66499]> Pkg> adding options: LOGGING = off
DBG(2)[66499]> Pkg> adding options: LUIT = on
DBG(2)[66499]> Pkg> adding options: NEXTAW = off
DBG(2)[66499]> Pkg> adding options: PCRE2 = off
DBG(2)[66499]> Pkg> adding options: REGIS = off
DBG(2)[66499]> Pkg> adding options: SCRNDUMP = off
DBG(2)[66499]> Pkg> adding options: SIXEL = on
DBG(2)[66499]> Pkg> adding options: TOOLBAR = off
DBG(2)[66499]> Pkg> adding options: WCHAR = on
DBG(2)[66499]> Pkg> adding options: XAW = on
DBG(2)[66499]> Pkg> adding options: XAW3D = off
DBG(2)[66499]> Pkg> adding options: XAW3DXFT = off
DBG(2)[66499]> Pkg> adding options: XINERAMA = off
DBG(2)[66499]> Pkg> adding options: 256COLOR = on
DBG(2)[66499]> Pkg> adding options: DABBREV = off
DBG(2)[66499]> Pkg> adding options: DECTERM = off
DBG(2)[66499]> Pkg> adding options: GNOME = off
DBG(2)[66499]> Pkg> adding options: LOGGING = off
DBG(2)[66499]> Pkg> adding options: LUIT = on
DBG(2)[66499]> Pkg> adding options: NEXTAW = off
DBG(2)[66499]> Pkg> adding options: PCRE2 = off
DBG(2)[66499]> Pkg> adding options: REGIS = off
DBG(2)[66499]> Pkg> adding options: SCRNDUMP = off
DBG(2)[66499]> Pkg> adding options: SIXEL = on
DBG(2)[66499]> Pkg> adding options: TOOLBAR = off
DBG(2)[66499]> Pkg> adding options: WCHAR = on
DBG(2)[66499]> Pkg> adding options: XAW = on
DBG(2)[66499]> Pkg> adding options: XAW3D = off
DBG(2)[66499]> Pkg> adding options: XAW3DXFT = off
DBG(2)[66499]> Pkg> adding options: XINERAMA = off
DBG(2)[66499]> universe: add new local pkg: xterm, (xterm-392:2$2$k7kfepjq3uapffezf1oyrm8etcw6puhh84cpxhzpof44ig6mhfodrtcdpe6ms9q4wafsfby8htaj4m6wno5gbjqthrs4ynckczsic7y)
Checking for upgrades (186 candidates):   2%
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> universe: add new local pkg: xorgproto, (xorgproto-2024.1:2$2$jo4mfwp934f8hp16g6iin96i5ecm8mxywr6sbk9md48biu5mei8ijg5wirc7zh9mk6t16dcpminjye5ytwc6e75rgd9px51noxjbtod)
Checking for upgrades (186 candidates):   3%
DBG(2)[66499]> Pkg> adding options: ASM = on
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: HI10P = on
DBG(2)[66499]> Pkg> adding options: HI12P = on
DBG(2)[66499]> Pkg> adding options: HI8P = on
DBG(2)[66499]> Pkg> adding options: OPTIMIZED_FLAGS = on
DBG(2)[66499]> Pkg> adding options: SVTHEVC = off
DBG(2)[66499]> Pkg> adding options: VMAF = off
DBG(2)[66499]> Pkg> adding options: ASM = on
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: HI10P = on
DBG(2)[66499]> Pkg> adding options: HI12P = on
DBG(2)[66499]> Pkg> adding options: HI8P = on
DBG(2)[66499]> Pkg> adding options: OPTIMIZED_FLAGS = on
DBG(2)[66499]> Pkg> adding options: SVTHEVC = off
DBG(2)[66499]> Pkg> adding options: VMAF = off
DBG(2)[66499]> Pkg> adding options: ASM = on
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: HI10P = on
DBG(2)[66499]> Pkg> adding options: HI12P = on
DBG(2)[66499]> Pkg> adding options: HI8P = on
DBG(2)[66499]> Pkg> adding options: OPTIMIZED_FLAGS = on
DBG(2)[66499]> Pkg> adding options: SVTHEVC = off
DBG(2)[66499]> Pkg> adding options: VMAF = off
DBG(2)[66499]> Pkg> adding options: ASM = on
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: HI10P = on
DBG(2)[66499]> Pkg> adding options: HI12P = on
DBG(2)[66499]> Pkg> adding options: HI8P = on
DBG(2)[66499]> Pkg> adding options: OPTIMIZED_FLAGS = on
DBG(2)[66499]> Pkg> adding options: SVTHEVC = off
DBG(2)[66499]> Pkg> adding options: VMAF = off
DBG(2)[66499]> universe: add new local pkg: x265, (x265-3.5_2:2$2$1ryyx6n7umkj5ardbsezjfdp7urias7y4zdduqeu1481uhhwzx7eassdo4g5bp63k5nothz48jqdxwdbpjxu6r78se9ygu3uf9ff8ny)
Checking for upgrades (186 candidates):   3%
DBG(2)[66499]> universe: add new local pkg: wayland, (wayland-1.23.0:2$2$sck1iig9z93zoiygs1y4xurypuyo3n78w38bgnsprwpu98fuf45wgmy51hhax4rgqbunr6phkshd6kjsg31dgfynhscthmsuw7e364d)
Checking for upgrades (186 candidates):   4%
DBG(2)[66499]> Pkg> adding options: WAYLAND = on
DBG(2)[66499]> Pkg> adding options: XCB = on
DBG(2)[66499]> Pkg> adding options: XLIB = on
DBG(2)[66499]> Pkg> adding options: WAYLAND = on
DBG(2)[66499]> Pkg> adding options: XCB = on
DBG(2)[66499]> Pkg> adding options: XLIB = on
DBG(2)[66499]> Pkg> adding options: WAYLAND = on
DBG(2)[66499]> Pkg> adding options: XCB = on
DBG(2)[66499]> Pkg> adding options: XLIB = on
DBG(2)[66499]> Pkg> adding options: WAYLAND = on
DBG(2)[66499]> Pkg> adding options: XCB = on
DBG(2)[66499]> Pkg> adding options: XLIB = on
DBG(2)[66499]> universe: add new local pkg: vulkan-loader, (vulkan-loader-1.3.288:2$2$3o4p84yyb88cuamy4sqrgxsa3wegqtwnmri8qmitk5eps8myjft9enscqfm5pk38dhdyr8ikfzfrpbrkksfbo9ri4ngi58w3cfjhicy)
Checking for upgrades (186 candidates):   4%
DBG(2)[66499]> universe: add new local pkg: vulkan-headers, (vulkan-headers-1.3.288:2$2$19tfchecoa465195wyfn8zmz61aarge38nksobwrcu41i754kocyawxzuewimpjmdew1r8kjks8swyz89warizdkfmiq9en6bfd8uoy)
Checking for upgrades (186 candidates):   5%
DBG(2)[66499]> Pkg> adding options: A52 = off
DBG(2)[66499]> Pkg> adding options: AALIB = off
DBG(2)[66499]> Pkg> adding options: AOM = off
DBG(2)[66499]> Pkg> adding options: ARIBSUB = off
DBG(2)[66499]> Pkg> adding options: ASS = on
DBG(2)[66499]> Pkg> adding options: AVAHI = on
DBG(2)[66499]> Pkg> adding options: CACA = off
DBG(2)[66499]> Pkg> adding options: CHROMECAST = on
DBG(2)[66499]> Pkg> adding options: DAV1D = on
DBG(2)[66499]> Pkg> adding options: DBUS = on
DBG(2)[66499]> Pkg> adding options: DCA = off
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DVDNAV = on
DBG(2)[66499]> Pkg> adding options: DVDREAD = on
DBG(2)[66499]> Pkg> adding options: FAAD = off
DBG(2)[66499]> Pkg> adding options: FLAC = off
DBG(2)[66499]> Pkg> adding options: FLUID = off
DBG(2)[66499]> Pkg> adding options: FREERDP = off
DBG(2)[66499]> Pkg> adding options: FRIBIDI = off
DBG(2)[66499]> Pkg> adding options: GME = off
DBG(2)[66499]> Pkg> adding options: GNUTLS = on
DBG(2)[66499]> Pkg> adding options: GOOM = off
DBG(2)[66499]> Pkg> adding options: HARFBUZZ = on
DBG(2)[66499]> Pkg> adding options: JACK = off
DBG(2)[66499]> Pkg> adding options: JPEG = on
DBG(2)[66499]> Pkg> adding options: LIBBLURAY = off
DBG(2)[66499]> Pkg> adding options: LIBRSVG2 = off
DBG(2)[66499]> Pkg> adding options: LIBSSH2 = off
DBG(2)[66499]> Pkg> adding options: LIRC = off
DBG(2)[66499]> Pkg> adding options: LIVEMEDIA = on
DBG(2)[66499]> Pkg> adding options: LUA = on
DBG(2)[66499]> Pkg> adding options: MAD = off
DBG(2)[66499]> Pkg> adding options: MFX = off
DBG(2)[66499]> Pkg> adding options: MODPLUG = off
DBG(2)[66499]> Pkg> adding options: MPEG2 = off
DBG(2)[66499]> Pkg> adding options: MTP = off
DBG(2)[66499]> Pkg> adding options: MUSEPACK = off
DBG(2)[66499]> Pkg> adding options: NCURSES = off
DBG(2)[66499]> Pkg> adding options: NFS = off
DBG(2)[66499]> Pkg> adding options: NLS = on
DBG(2)[66499]> Pkg> adding options: NOTIFY = off
DBG(2)[66499]> Pkg> adding options: OGG = on
DBG(2)[66499]> Pkg> adding options: OGGSPOTS = off
DBG(2)[66499]> Pkg> adding options: OPTIMIZED_CFLAGS = on
DBG(2)[66499]> Pkg> adding options: OPUS = on
DBG(2)[66499]> Pkg> adding options: PNG = on
DBG(2)[66499]> Pkg> adding options: PULSEAUDIO = off
DBG(2)[66499]> Pkg> adding options: QT5 = on
DBG(2)[66499]> Pkg> adding options: REALRTSP = off
DBG(2)[66499]> Pkg> adding options: RUNROOT = off
DBG(2)[66499]> Pkg> adding options: SAMPLERATE = on
DBG(2)[66499]> Pkg> adding options: SDL = off
DBG(2)[66499]> Pkg> adding options: SHOUTCAST = off
DBG(2)[66499]> Pkg> adding options: SIDPLAY = off
DBG(2)[66499]> Pkg> adding options: SKINS = on
DBG(2)[66499]> Pkg> adding options: SMB = off
DBG(2)[66499]> Pkg> adding options: SNDIO = off
DBG(2)[66499]> Pkg> adding options: SPEEX = on
DBG(2)[66499]> Pkg> adding options: SRT = off
DBG(2)[66499]> Pkg> adding options: STREAM = on
DBG(2)[66499]> Pkg> adding options: TAGLIB = on
DBG(2)[66499]> Pkg> adding options: THEORA = on
DBG(2)[66499]> Pkg> adding options: TWOLAME = on
DBG(2)[66499]> Pkg> adding options: UPNP = on
DBG(2)[66499]> Pkg> adding options: V4L = on
DBG(2)[66499]> Pkg> adding options: VCD = on
DBG(2)[66499]> Pkg> adding options: VDPAU = on
DBG(2)[66499]> Pkg> adding options: VORBIS = on
DBG(2)[66499]> Pkg> adding options: VPX = off
DBG(2)[66499]> Pkg> adding options: WAYLAND = on
DBG(2)[66499]> Pkg> adding options: X11 = on
DBG(2)[66499]> Pkg> adding options: X264 = off
DBG(2)[66499]> Pkg> adding options: X265 = off
DBG(2)[66499]> Pkg> adding options: ZVBI = off
DBG(2)[66499]> Pkg> adding options: A52 = off
DBG(2)[66499]> Pkg> adding options: AALIB = off
DBG(2)[66499]> Pkg> adding options: AOM = off
DBG(2)[66499]> Pkg> adding options: ASS = on
DBG(2)[66499]> Pkg> adding options: AVAHI = on
DBG(2)[66499]> Pkg> adding options: CACA = off
DBG(2)[66499]> Pkg> adding options: CHROMECAST = off
DBG(2)[66499]> Pkg> adding options: DAV1D = on
DBG(2)[66499]> Pkg> adding options: DBUS = on
DBG(2)[66499]> Pkg> adding options: DCA = off
DBG(2)[66499]> Pkg> adding options: DEBUG = off
DBG(2)[66499]> Pkg> adding options: DOCS = on
DBG(2)[66499]> Pkg> adding options: DVDNAV = on
DBG(2)[66499]> Pkg> adding options: DVDREAD = on
DBG(2)[66499]> Pkg> adding options: FAAD = off
DBG(2)[66499]> Pkg> adding options: FLAC = off
DBG(2)[66499]> Pkg> adding options: FLUID = off
DBG(2)[66499]> Pkg> adding options: FREERDP = off
DBG(2)[66499]> Pkg> adding options: FRIBIDI = off
DBG(2)[66499]> Pkg> adding options: GME = off
DBG(2)[66499]> Pkg> adding options: GNUTLS = on
DBG(2)[66499]> Pkg> adding options: GOOM = off
...........

Huge output (had to cut out more than half of it to be within reply limit) - not sure what to make sense of it
 
Back
Top