Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | Also mark BROKEN on riscv64 (the same as on mips64). | Mark Linimon | 2020-12-12 | 1 | -0/+1 |
| | |||||
* | Allow building on powerpc64le. | Mark Linimon | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | benchmarks/libmicro: fix build on arm | Mikael Urankar | 2020-05-30 | 1 | -4/+1 |
| | | | | uname -p is used somewhere in the build | ||||
* | benchmarks/libmicro: fix build on powerpc64 | Piotr Kubaj | 2019-04-30 | 1 | -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 on | Mark Linimon | 2017-11-30 | 1 | -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 WWW | Baptiste Daroussin | 2017-10-13 | 2 | -4/+1 |
| | |||||
* | Mark some ports failing on power64. In cases where the error message | Mark Linimon | 2017-05-13 | 1 | -1/+1 |
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) | ||||
* | Mark broken on arm. | Mark Linimon | 2017-02-28 | 1 | -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, other | Mark Linimon | 2016-11-11 | 1 | -2/+4 |
| | | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket) | ||||
* | Cleanup patches, category benchmarks | Mathieu Arnold | 2016-07-27 | 17 | -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 me | Steve Wills | 2015-12-13 | 1 | -0/+2 |
| | |||||
* | 5 ports categories: Remove $PTHREAD_LIBS | John Marino | 2015-03-24 | 2 | -25/+12 |
| | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket | ||||
* | Cleanup plist | Baptiste Daroussin | 2014-10-20 | 1 | -3/+0 |
| | |||||
* | Support stage | Baptiste Daroussin | 2014-01-05 | 1 | -10/+9 |
| | |||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | benchmarks) | ||||
* | Convert benchmarks from USE_GMAKE to USES=gmake | Baptiste Daroussin | 2013-08-30 | 1 | -1/+1 |
| | | | | | | While here: - Trim headers - convert some port to the new perl5 world | ||||
* | - Add mirror as upstream no longer has the distfile | Bryan Drewery | 2013-04-16 | 1 | -1/+2 |
| | | | | Feature safe: yes | ||||
* | - Update to 0.4.1 | Martin Wilke | 2013-02-08 | 6 | -230/+206 |
| | | | | | PR: 175025 Submitted by: Ports Fury | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-18 | 1 | -1/+0 |
| | | | | With hat: portmgr (myself) | ||||
* | - Bring MASTER_SITES and WWW up to date | Dmitry Marakasov | 2010-05-24 | 2 | -2/+2 |
| | | | | | PR: 146753 Submitted by: Erik Cederstrand <erik@cederstrand.dk> | ||||
* | - Update to 0.4.0 | Rong-En Fan | 2008-01-12 | 6 | -21/+53 |
| | | | | | PR: ports/119600 Submitted by: Valerio Daelli <valerio.daelli at gmail.com> | ||||
* | Fix WWW | Edwin Groothuis | 2007-04-16 | 1 | -1/+1 |
| | | | | Submitted by: Pedro <pfgshield-nospam@yahoo.com> | ||||
* | Remove unreachable code due to OSVERSION checks | Edwin Groothuis | 2007-04-16 | 2 | -45/+1 |
| | |||||
* | Reset vsevolod as maintainer due to unreponsiveness. We hope to see him | Mark Linimon | 2006-04-14 | 1 | -1/+1 |
| | | | | | | back sometime. Hat: portmgr | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Add two patches to make longjmp tests runable. | Vsevolod Stakhov | 2005-08-31 | 2 | -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 from | Vsevolod Stakhov | 2005-08-28 | 20 | -0/+599 |
opensolaris project. Approved by: perky (mentor) In collaboration with: gnn |