Port details |
- cpuid2cpuflags Tool to generate CPU_FLAGS_* for your CPU
- 14 sysutils =2 13Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2019-12-20 05:18:23
- Last Update: 2024-07-29 08:32:52
- Commit Hash: fd804a0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/projg2/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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1705929188
SHA256 (projg2-cpuid2cpuflags-v14_GH0.tar.gz) = d87e3993cb2a4482a512bfce9415b9247b60c69719b1bf46a745c45d511fc570
SIZE (projg2-cpuid2cpuflags-v14_GH0.tar.gz) = 11376
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cpuid2cpuflags-14:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14 29 Jul 2024 08:32:52 |
Alexey Dokuchaev (danfe) |
sysutils/cpuid2cpuflags: the port had been updated to version 14
Note that Michal Gorny had moved most of his projects under @projg2,
a single shared organization where they could be maintained with a
higher bus factor.
Reported by: portscout
PR: 280393 (independent) |
13 04 Jan 2024 07:48:50 |
Alexey Dokuchaev (danfe) |
sysutils/cpuid2cpuflags: update the port to version 13
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
12 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
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 ) |
12 22 May 2022 14:24:08 |
Piotr Kubaj (pkubaj) |
sysutils/cpuid2cpuflags: unbreak on powerpc64*
Builds fine. |
12 20 May 2022 13:38:10 |
Alexey Dokuchaev (danfe) |
sysutils/cpuid2cpuflags: update the port to version 12
FreeBSD/arm{,64} support had been integrated upstream. |
11 17 May 2022 07:53:14 |
Alexey Dokuchaev (danfe) |
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 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11 22 Dec 2020 02:29:19 |
linimon |
Also mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket) |
11 23 Sep 2020 20:59:02 |
linimon |
Also mark as not for powerpc64le.
Approved by: portmgr (tier-2 blanket) |
11 14 Jul 2020 06:34:15 |
danfe |
Update to version 11.
Found out via: repology.org |
10 08 Jun 2020 13:43:53 |
danfe |
Update `sysutils/cpuid2cpuflags' to version 10.
Found out via: repology.org |
9 21 Apr 2020 07:11:09 |
danfe |
- Update to the latest version 9
- Hook the tests to our framework
Reported by: portscout |
8 05 Jan 2020 04:45:45 |
linimon |
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 |
danfe |
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 |