non port: benchmarks/unixbench/Makefile |
Number of commits found: 28 |
Tuesday, 3 Oct 2023
|
19:54 Daniel Engberg (diizzy)
benchmarks/unixbench: Fix path to LICENSE_FILE
Accidently forgot to adjust path to LICENSE_FILE correctly causing
build to fail
Reported by: meta
Approved by: portmgr (blanket, build fix)
d1029c7 |
Monday, 2 Oct 2023
|
19:50 Daniel Engberg (diizzy)
benchmarks/unixbench: Remove custom optimization and clean up Makefile
* Define LICENSE_FILE
* Use USES= localbase:ldflags helper
* Drop OPTIMIZED_CFLAGS
* Some changes to Makefile to improve readability
PR: 272705
Reviewed by: pizzamig (maintainer)
d126638 |
Sunday, 26 Mar 2023
|
14:51 Luca Pizzamiglio (pizzamig)
benchmarks/unixbench: remove march optimization
Introducing OPTIMIZED_CFLAGS option to enable march.
march is disable by default, as pkg shouldn't be build with this kind
of low level optimization.
bb383ff |
Thursday, 16 Feb 2023
|
12:44 Luca Pizzamiglio (pizzamig)
benchmarks/unixbench: Update to the latest commit
Graphics always enabled
Reported by: Nilton Jose Rizzo <niltonrizzo@gmail.com>
48ccde4 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org>
* Chao Shin <quakelee@cn.freebsd.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* Dima Sivachenko <dima@chg.ru>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Lars Eggert <lars@eggert.org>
* Mark Pulford <mark@kyne.com.au>
* Matthias Fechner <mfechner@FreeBSD.org>
* NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* NAKATA Maho <maho@FreeBSD.org>
* Oliver Lehmann <oliver@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Radim Kolar
* Radim Kolar <hsn@sendmail.cz>
* Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Scott Flatman <sf@dsinw.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Skvortsov <skv@protey.ru>
* Slava Shwartsman <slavash@FreeBSD.org>
* Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Tom Judge <tom@tomjudge.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vsevolod Stakhov <vsevolod@FreeBSD.org>
* Will Andrews <andrews@technologist.com>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* arved
* asami
* dikshie <dikshie@lapi.itb.ac.id>
* gnn
* ijliao
* janos.mohacsi@bsd.hu
* jesper@jdn.dk
* jmz
* koshy
* luigi@FreeBSD.org
* mharo@FreeBSD.org
* mich@freebsdcluster.org
* mr
* se
* shalunov
* thierry@pompo.net
* trasz <trasz@pin.if.uz.zgora.pl>
* uminac
With hat: portmgr
86b2c51 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 4 Jul 2020
|
14:48 pizzamig
benchmarks/unixbench: Add support to parallel execution
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.
PR: 247293
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
 |
Friday, 29 Sep 2017
|
14:45 pizzamig
benchmarks/unixbench: Fix the new path in the unixbench
Bump PORTREVISION
PR: 222480
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12541
 |
Tuesday, 5 Sep 2017
|
07:53 pizzamig
benchmarks/unixbench: updating to version 5.1.3
While I'm here:
* updating MAINTAINER entry
* adding the proper dependencies
Reviewed by: mat
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12224
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Saturday, 27 Feb 2016
|
11:28 rakuco
Pass maintainership to submitter.
While here, remove an unused directory from the package.
PR: 207339
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
 |
Tuesday, 9 Jun 2015
|
19:53 amdmi3
- Fix shebangs
MFH: 2015Q2 (blanket)
 |
Monday, 18 May 2015
|
19:10 amdmi3
- Add another MASTER_SITE
PR: 199588
Submitted by: axprof@gmail.com
 |
Tuesday, 12 May 2015
|
07:26 mat
Unbreak
Submitted by: stass (on irc)
 |
Sunday, 5 Apr 2015
|
17:29 bapt
Mark as broken unfetchable ports
 |
Wednesday, 23 Oct 2013
|
23:05 eadler
- Convert to staging
- Simplify port
- Fix COMMENT
 |
20:45 ak
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
 |
Friday, 20 Sep 2013
|
15:52 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
 |
Thursday, 7 Mar 2013
|
03:25 bdrewery
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
 |
Sunday, 22 Nov 2009
|
19:49 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
 |
Thursday, 18 Dec 2008
|
02:33 linimon
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
 |
Saturday, 4 Aug 2007
|
11:41 gabor
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
 |
Friday, 23 Mar 2007
|
08:22 miwi
- Fix build crash on amd64
PR: 109596
Submitted by: Ivan Voras <ivoras@gmail.com>
Approved by: maintainer timeout
 |
Saturday, 12 Aug 2006
|
15:16 se
Install to /... instead of to /...
 |
Tuesday, 18 Jan 2005
|
16:11 se
Correct previous fix, path was wrong.
 |
Tuesday, 11 Jan 2005
|
20:17 se
Fix install target on architectures other than i386.
There is an old Linux ELF binary of select in the pgms directory
of the distribution tar file with no corresponding source file.
Most probably time-polling.c should be used to build a binary
of select under FreeBSD, but for now select is just removed.
 |
Saturday, 8 Jan 2005
|
22:10 se
Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me.
The bytebench port was repo-copied to unixbench, before, to preserve
its history.
Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
 |
Number of commits found: 28 |