Daniel Engberg
d1029c743f
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)
2023-10-03 21:54:39 +02:00
Daniel Engberg
d1266382c2
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)
2023-10-02 21:50:13 +02:00
Luca Pizzamiglio
bb383ff0fb
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.
2023-03-26 16:51:28 +02:00
Luca Pizzamiglio
1453ec9ec9
benchmarks/unixbench: Fix arm64 build
...
On arm64, some cflags are not supported.
2023-03-26 13:49:14 +02:00
Luca Pizzamiglio
48ccde43d5
benchmarks/unixbench: Update to the latest commit
...
Graphics always enabled
Reported by: Nilton Jose Rizzo <niltonrizzo@gmail.com>
2023-02-16 13:44:16 +01:00
Stefan Eßer
fb16dfecae
Remove WWW entries moved into port Makefiles
...
Commit b7f05445c0
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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0
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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
86b2c5122a
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
2022-07-20 16:20:56 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Luca Pizzamiglio
f35239963a
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>
2020-07-04 14:48:33 +00:00
Mathieu Arnold
a6c40a689b
Convert to UCL & cleanup pkg-message (categories a-c)
2019-08-13 16:00:39 +00:00
Luca Pizzamiglio
d96ba78369
benchmarks/unixbench: Fix the new path in the unixbench
...
Bump PORTREVISION
PR: 222480
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12541
2017-09-29 14:45:48 +00:00
Luca Pizzamiglio
1c9863b704
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
2017-09-05 07:53:13 +00:00
Mathieu Arnold
eabbfd75e3
${RM} already has -f.
...
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
1a8a092d9f
Rename all files containing a : in their filename.
...
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
2016-06-17 23:28:04 +00:00
Raphael Kubo da Costa
a76a8f41d8
Pass maintainership to submitter.
...
While here, remove an unused directory from the package.
PR: 207339
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
2016-02-27 11:28:21 +00:00
Dmitry Marakasov
c1fd81a9f3
- Fix shebangs
...
MFH: 2015Q2 (blanket)
2015-06-09 19:53:01 +00:00
Dmitry Marakasov
d46ada925f
- Add another MASTER_SITE
...
PR: 199588
Submitted by: axprof@gmail.com
2015-05-18 19:10:45 +00:00
Mathieu Arnold
67547efe56
Unbreak
...
Submitted by: stass (on irc)
2015-05-12 07:26:14 +00:00
Baptiste Daroussin
99a3f6b696
Mark as broken unfetchable ports
2015-04-05 17:29:01 +00:00
Dmitry Marakasov
846e57906d
- Add empty directory to plist
2015-03-11 14:42:17 +00:00
Baptiste Daroussin
b9c3a29822
Cleanup plist
2014-10-20 07:03:48 +00:00
Eitan Adler
fc41473ddf
- Convert to staging
...
- Simplify port
- Fix COMMENT
2013-10-23 23:05:52 +00:00
Alex Kozlov
546a9259a9
- Return ports to the pool
...
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00
Baptiste Daroussin
0f0eb50c1e
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
2013-09-20 15:52:44 +00:00
Bryan Drewery
6910bf819a
- 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
2013-03-07 03:25:10 +00:00
Martin Wilke
407f891405
- Respect CC/CFLAGS
...
PR: 163085
Submitted by: Jan Beich <jbeich@tormail.net>
2012-01-03 23:35:34 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Pav Lucistnik
8c2aab382d
- Mark MAKE_JOBS_UNSAFE
...
Reported by: pointyhat
2009-11-22 19:49:43 +00:00
Mark Linimon
d1ea8df926
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
...
Hat: portmgr
2008-12-18 02:33:39 +00:00
Gabor Kovesdan
42542fb076
- 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)
2007-08-04 11:41:30 +00:00
Martin Wilke
c955d457ef
- Fix build crash on amd64
...
PR: 109596
Submitted by: Ivan Voras <ivoras@gmail.com>
Approved by: maintainer timeout
2007-03-23 08:22:13 +00:00
Stefan Eßer
d028c5bc43
Install to /... instead of to /...
2006-08-12 15:16:47 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
David E. O'Brien
fb3f36b77d
Update to match reality.
2005-02-13 09:19:45 +00:00
Stefan Eßer
316a69b516
Correct previous fix, path was wrong.
2005-01-18 16:11:21 +00:00
Stefan Eßer
c2ec7ecdb2
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.
2005-01-11 20:17:30 +00:00
Stefan Eßer
9a369a50d0
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)
2005-01-08 22:10:44 +00:00
Stefan Eßer
30b9d26100
Add SIZE data to distinfo files.
...
Submitted by: trevor
2004-03-22 23:35:18 +00:00
Stefan Eßer
5aa920326e
File moved on master site.
2003-06-17 20:54:34 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Akinori MUSHA
8fdfd13285
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
2002-01-29 09:39:59 +00:00
Stefan Eßer
6f03c1e93a
Fix compilation on FreeBSD-3.x
2001-03-12 18:15:04 +00:00
Michael Haro
15e6fd0ca3
add = after MASTER_SITES
2000-04-16 21:04:59 +00:00
Michael Haro
a0cb9ec98b
update with the new PORTNAME/PORTVERSION variables
2000-04-08 22:04:57 +00:00
Kris Kennaway
a80761c0d3
Respect CC and CFLAGS.
2000-02-05 21:52:57 +00:00
Steve Price
f488fa5872
time(3) returns a time_t and not a long.
2000-01-28 17:28:02 +00:00
Michael Haro
3262cce303
expr -> ${EXPR}
...
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
1999-08-28 02:42:41 +00:00
David E. O'Brien
fe1e09a6cc
Change Id->FreeBSD.
1999-08-25 04:58:03 +00:00
Michael Haro
462bf2925c
chmod -> ${CHMOD}
1999-08-22 21:16:33 +00:00