notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cpuid2cpuflags Tool to generate CPU_FLAGS_* for your CPU
13 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 12Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-12-20 05:18:23
Last Update: 2024-01-04 07:48:50
Commit Hash: 836d197
License: BSD2CLAUSE
WWW:
https://github.com/mgorny/cpuid2cpuflags
Description:
The program attempts to obtain the identification and capabilities of the currently used CPU, and print the matching set of CPU_FLAGS_* flags for Gentoo Linux, but it could be useful for FreeBSD as well. The output format is compatible both with Portage (package.use) and Paludis (use.conf/options.conf). On x86 platforms, the program issues the CPUID instruction to obtain processor capabilities. On ARM platforms, the userspace processes are not allowed to obtain processor information directly. Instead, the program is relying on kernel identification of the CPU provided via the system interfaces.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/cpuid2cpuflags
  2. /usr/local/share/licenses/cpuid2cpuflags-13/catalog.mk
  3. /usr/local/share/licenses/cpuid2cpuflags-13/LICENSE
  4. /usr/local/share/licenses/cpuid2cpuflags-13/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • cpuid2cpuflags>0:sysutils/cpuid2cpuflags
To install the port:
cd /usr/ports/sysutils/cpuid2cpuflags/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/cpuid2cpuflags
  • pkg install cpuid2cpuflags
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cpuid2cpuflags
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704214046 SHA256 (mgorny-cpuid2cpuflags-v13_GH0.tar.gz) = 9dcf987092d614d90441f8fca632750c66164067036deeb039b9d986fbaf3567 SIZE (mgorny-cpuid2cpuflags-v13_GH0.tar.gz) = 10951

Packages (timestamps in pop-ups are UTC):
cpuid2cpuflags
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1313-1313---
FreeBSD:13:quarterly1313121313131313
FreeBSD:14:latest131312131312-12
FreeBSD:14:quarterly1313-1313131313
FreeBSD:15:latest1313n/a13n/a131313
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.71 : devel/autoconf
  2. automake>=1.16.5 : devel/automake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cpuid2cpuflags-13: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_cpuid2cpuflags
USES:
autoreconf
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mgorny/cpuid2cpuflags/tar.gz/v13?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
13
04 Jan 2024 07:48:50
commit hash: 836d19723992d8de558dce09bfce76803fc21e6dcommit hash: 836d19723992d8de558dce09bfce76803fc21e6dcommit hash: 836d19723992d8de558dce09bfce76803fc21e6dcommit hash: 836d19723992d8de558dce09bfce76803fc21e6d files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/cpuid2cpuflags: update the port to version 13

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
12
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12
22 May 2022 14:24:08
commit hash: aa370e6b9962d2f59df184a47eb5f7361a3c230fcommit hash: aa370e6b9962d2f59df184a47eb5f7361a3c230fcommit hash: aa370e6b9962d2f59df184a47eb5f7361a3c230fcommit hash: aa370e6b9962d2f59df184a47eb5f7361a3c230f files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/cpuid2cpuflags: unbreak on powerpc64*

Builds fine.
12
20 May 2022 13:38:10
commit hash: 5249e3cc92e69cafef15c4ecb3176c12662335c6commit hash: 5249e3cc92e69cafef15c4ecb3176c12662335c6commit hash: 5249e3cc92e69cafef15c4ecb3176c12662335c6commit hash: 5249e3cc92e69cafef15c4ecb3176c12662335c6 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/cpuid2cpuflags: update the port to version 12

FreeBSD/arm{,64} support had been integrated upstream.
11
17 May 2022 07:53:14
commit hash: 3951881016b76468ed9e558b26e23ab3d2a4d3dbcommit hash: 3951881016b76468ed9e558b26e23ab3d2a4d3dbcommit hash: 3951881016b76468ed9e558b26e23ab3d2a4d3dbcommit hash: 3951881016b76468ed9e558b26e23ab3d2a4d3db files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/cpuid2cpuflags: make the port build and work on ARM

- Replace getauxval(3), a non-standard glibc extension, with
  our native elf_aux_info(3) call
- Return features supported by the specific machine processor
  architecture (uname -p) rather than the hardware platform
  (uname -m), because the latter is too vague on FreeBSD/arm

PR:		258445
Reported by:	pkg-fallout
11
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
11
22 Dec 2020 02:29:19
Revision:558878Original commit files touched by this commit
linimon search for other commits by this committer
Also mark as BROKEN on riscv64.

Approved by:	portmgr (tier-2 blanket)
11
23 Sep 2020 20:59:02
Revision:549848Original commit files touched by this commit
linimon search for other commits by this committer
Also mark as not for powerpc64le.

Approved by:	portmgr (tier-2 blanket)
11
14 Jul 2020 06:34:15
Revision:542196Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 11.

Found out via:	repology.org
10
08 Jun 2020 13:43:53
Revision:538218Original commit files touched by this commit
danfe search for other commits by this committer
Update `sysutils/cpuid2cpuflags' to version 10.

Found out via:	repology.org
9
21 Apr 2020 07:11:09
Revision:532256Original commit files touched by this commit
danfe search for other commits by this committer
- Update to the latest version 9
- Hook the tests to our framework

Reported by:	portscout
8
05 Jan 2020 04:45:45
Revision:522107Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on powerpc64:

  src/hwcap.c:20:3: error: #error "Platform not supported (only Linux supported
at the moment)"
  src/hwcap.c:23:3: error: #error "Platform not supported (no getauxval())"

Approved by:	portmgr (tier-2 blanket)
8
20 Dec 2019 05:18:17
Revision:520468Original commit files touched by this commit
danfe search for other commits by this committer
The program attempts to obtain the identification and capabilities
of the currently used CPU, and print the matching set of CPU_FLAGS_*
flags for Gentoo Linux, but it could be useful for FreeBSD as well.

WWW: https://github.com/mgorny/cpuid2cpuflags

Number of commits found: 15