summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Also mark BROKEN on riscv64 (the same as on mips64).Mark Linimon2020-12-121-0/+1
|
* Allow building on powerpc64le.Mark Linimon2020-09-271-1/+1
|
* benchmarks/libmicro: fix build on armMikael Urankar2020-05-301-4/+1
| | | | uname -p is used somewhere in the build
* benchmarks/libmicro: fix build on powerpc64Piotr Kubaj2019-04-301-8/+9
| | | | | | | libmicro names files with -powerpc suffix, not powerpc64. Set and use LIBMICRO_ARCH instead of ARCH. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19956
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Remove dead links from MASTER_SITES or WWWBaptiste Daroussin2017-10-132-4/+1
|
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-1/+1
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark broken on arm.Mark Linimon2017-02-281-1/+2
| | | | | | It may just need a uname patch in stage/usr/local/lib/libmicro/bench. Approved by: portmgr (tier-2 blanket)
* Mark various leaf ports broken on aarch64, and, where appropriate, otherMark Linimon2016-11-111-2/+4
| | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket)
* Cleanup patches, category benchmarksMathieu Arnold2016-07-2717-71/+72
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* mark some of the ports that don't build on powerpc64 for meSteve Wills2015-12-131-0/+2
|
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-242-25/+12
| | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
|
* Support stageBaptiste Daroussin2014-01-051-10/+9
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | benchmarks)
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | While here: - Trim headers - convert some port to the new perl5 world
* - Add mirror as upstream no longer has the distfileBryan Drewery2013-04-161-1/+2
| | | | Feature safe: yes
* - Update to 0.4.1Martin Wilke2013-02-086-230/+206
| | | | | PR: 175025 Submitted by: Ports Fury
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | With hat: portmgr (myself)
* - Bring MASTER_SITES and WWW up to dateDmitry Marakasov2010-05-242-2/+2
| | | | | PR: 146753 Submitted by: Erik Cederstrand <erik@cederstrand.dk>
* - Update to 0.4.0Rong-En Fan2008-01-126-21/+53
| | | | | PR: ports/119600 Submitted by: Valerio Daelli <valerio.daelli at gmail.com>
* Fix WWWEdwin Groothuis2007-04-161-1/+1
| | | | Submitted by: Pedro <pfgshield-nospam@yahoo.com>
* Remove unreachable code due to OSVERSION checksEdwin Groothuis2007-04-162-45/+1
|
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | back sometime. Hat: portmgr
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Add two patches to make longjmp tests runable.Vsevolod Stakhov2005-08-312-0/+22
| | | | | Submitted by: Mustabasic Reuf <reuf.mustabasic@gmail.com> Obtained from: Opensolaris development forum
* Add libmicro - a set of portable benchmarks of system calls fromVsevolod Stakhov2005-08-2820-0/+599
opensolaris project. Approved by: perky (mentor) In collaboration with: gnn