non port: sysutils/lscpu/Makefile |
SVNWeb
|
Number of commits found: 14 |
Wed, 22 Feb 2023
|
[ 20:51 Piotr Kubaj (pkubaj) ] d1366f1
sysutils/lscpu: fix architecture detection
Use uname -p instead of uname -m.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
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 )
|
Tue, 24 May 2022
|
[ 08:59 Mikael Urankar (mikael) ] 5bc90fd
sysutils/lscpu: Remove ONLY_FOR_ARCHS
It works on all supported architectures.
PR: 264144 264175
Reported by: Graham Perrin
Approved by: zi
|
Sat, 12 Mar 2022
|
[ 20:46 Piotr Kubaj (pkubaj) ] 7f5f26f
sysutils/lscpu: also enable on riscv64
Works fine.
|
Fri, 11 Mar 2022
|
[ 16:39 Piotr Kubaj (pkubaj) ] a6fdb60
sysutils/lscpu: works fine on powerpc*
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 12 Aug 2018
|
[ 01:57 zi ]
- Update to 1.2.0
|
Mon, 11 Dec 2017
|
[ 15:26 danfe ]
Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic CPU
information using sysctl(3) CTL_HW* identifiers, it does not properly guard
x86-specific code paths.
Requested by: mat
|
[ 09:24 danfe ]
Follow up on r455926 and just set ONLY_FOR_ARCHS instead of a bunch of
BROKEN_* statements: this software is inherently x86-only. While here,
remove redundant ${PORTNAME}.1 from destination path and thus make the
line fit under 80 characters.
|
[ 05:27 linimon ]
Also broken on powerpc64 (and presumably also powerpc).
Approved by: portmgr (tier-2 blanket)
|
Sat, 9 Dec 2017
|
[ 01:39 linimon ]
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
|
[ 01:02 linimon ]
Although the upstream claims that this works on non-x86 archs, it seems
not to be the case.
Approved by: portmgr (tier-2 blanket)
|
Fri, 29 Sep 2017
|
[ 11:52 zi ]
New port: sysutils/lscpu:
lscpu gathers CPU architecture information about the current CPU. The
command output is optimized for parsing or for easy readability by
humans. The information includes, for example, the number of CPUs,
threads, cores, and sockets.
There is also information about the CPU caches, family, model,
byte order, and stepping.
WWW: https://github.com/NanXiao/lscpu
|
Number of commits found: 14 |