notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: benchmarks/phoronix-test-suite/Makefile

Number of commits found: 72

Saturday, 2 Mar 2024
18:06 Nuno Teixeira (eduardo) search for other commits by this committer
benchmarks/phoronix-test-suite: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 74421a5ad7a3469d3347b4a4360726cc41a0589d commit hash: 74421a5ad7a3469d3347b4a4360726cc41a0589d commit hash: 74421a5ad7a3469d3347b4a4360726cc41a0589d commit hash: 74421a5ad7a3469d3347b4a4360726cc41a0589d 74421a5
Tuesday, 25 Jul 2023
18:58 Dima Panov (fluffy) search for other commits by this committer
benchmarks/phoronix-test-suite: use SHEBANG_GLOB instead of SHEBANG_FILES
incomplete list (+)

Pet stage-qa by switch to SHEBANG_GLOB= *.sh

This eliminate a bunch of 'Error: '/bin/bash' is an invalid shebang you need
USES=shebangfix for...'

Reported by:	poudriere bulk -t
Approved by:	portmgr blanket
Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 813409127c0d8671332b389ce5bfc095caca46e7 commit hash: 813409127c0d8671332b389ce5bfc095caca46e7 commit hash: 813409127c0d8671332b389ce5bfc095caca46e7 commit hash: 813409127c0d8671332b389ce5bfc095caca46e7 8134091
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 19 Aug 2022
14:04 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.8.4
commit hash: 2aa82649d481d4e54d9e365e2195e8e642ede3ee commit hash: 2aa82649d481d4e54d9e365e2195e8e642ede3ee commit hash: 2aa82649d481d4e54d9e365e2195e8e642ede3ee commit hash: 2aa82649d481d4e54d9e365e2195e8e642ede3ee 2aa8264
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a 86b2c51
Tuesday, 26 Apr 2022
18:52 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.8.3

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.3
commit hash: 5c86545d8fa18ea3dbca6e3ff557b34caaa5c67b commit hash: 5c86545d8fa18ea3dbca6e3ff557b34caaa5c67b commit hash: 5c86545d8fa18ea3dbca6e3ff557b34caaa5c67b commit hash: 5c86545d8fa18ea3dbca6e3ff557b34caaa5c67b 5c86545
Tuesday, 15 Feb 2022
11:08 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.8.2

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.2
commit hash: f79ea79c808e5e2b42bce85734682e1f3ec20a8b commit hash: f79ea79c808e5e2b42bce85734682e1f3ec20a8b commit hash: f79ea79c808e5e2b42bce85734682e1f3ec20a8b commit hash: f79ea79c808e5e2b42bce85734682e1f3ec20a8b f79ea79
Sunday, 6 Feb 2022
18:36 Stefan Eßer (se) search for other commits by this committer
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e bdd2d4a
Friday, 28 Jan 2022
16:47 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.8.1

Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
commit hash: afe5420c70a391125e805ffd753ec93cacd52d8b commit hash: afe5420c70a391125e805ffd753ec93cacd52d8b commit hash: afe5420c70a391125e805ffd753ec93cacd52d8b commit hash: afe5420c70a391125e805ffd753ec93cacd52d8b afe5420c
Monday, 1 Nov 2021
14:09 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.6.1

Changelog:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases
commit hash: 34fb08b6b210bae8b72fa9dd589f4fefd3c5380c commit hash: 34fb08b6b210bae8b72fa9dd589f4fefd3c5380c commit hash: 34fb08b6b210bae8b72fa9dd589f4fefd3c5380c commit hash: 34fb08b6b210bae8b72fa9dd589f4fefd3c5380c 34fb08b
Saturday, 22 May 2021
17:32 Luca Pizzamiglio (pizzamig) search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.4.0
commit hash: 4b88dfb58d2b7a7e5bc60ab364632168453ea2e0 commit hash: 4b88dfb58d2b7a7e5bc60ab364632168453ea2e0 commit hash: 4b88dfb58d2b7a7e5bc60ab364632168453ea2e0 commit hash: 4b88dfb58d2b7a7e5bc60ab364632168453ea2e0 4b88dfb
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Feb 2021
17:58 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.2.2
Original commitRevision:566235 
Tuesday, 2 Feb 2021
22:49 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.2.1
Original commitRevision:563847 
Thursday, 7 Jan 2021
20:49 pizzamig search for other commits by this committer
benchmarks/phoronix: Update to 10.2.0

BSD support updates (FreeBSD, DragonFlyBSD, OpenBSD, NetBSD)
Full PHP 8.0 compatibility
Original commitRevision:560734 
Sunday, 25 Oct 2020
11:04 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 10.0.1

While here, fix the build with php80

https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.0
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.1
Original commitRevision:553255 
Sunday, 13 Sep 2020
19:57 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to 9.8.0

Update from 9.4.x to 9.8.0
Original commitRevision:548572 
Tuesday, 17 Mar 2020
17:17 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 9.4.1

Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
Original commitRevision:528586 
Wednesday, 8 Jan 2020
15:03 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to 9.2.1

Release with minor bug fixes
Original commitRevision:522428 
Wednesday, 11 Dec 2019
17:18 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 9.2.0

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v9.2.0
Original commitRevision:519817 
Wednesday, 2 Oct 2019
13:28 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 9.0.1

Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
Original commitRevision:513576 
Thursday, 26 Sep 2019
16:18 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to 9.0.0

Change: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
Original commitRevision:512903 
Wednesday, 19 Jun 2019
09:10 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.8.1

Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
Original commitRevision:504528 
Monday, 25 Feb 2019
14:22 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.6.1

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v8.6.1
Original commitRevision:493865 
Friday, 15 Feb 2019
13:58 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.6.0

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v8.6.0
Original commitRevision:492999 
Saturday, 15 Dec 2018
14:25 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.4.1

Changes:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v8.4.1
Original commitRevision:487510 
Thursday, 29 Nov 2018
21:21 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.4.0
Original commitRevision:486209 
Thursday, 4 Oct 2018
11:41 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 8.2.0

changelog:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v8.2.0

PR:		231829
Submitted by:	Fukang Chen <loader@FreeBSD.org>
Original commitRevision:481217 
Wednesday, 22 Aug 2018
16:40 pizzamig search for other commits by this committer
benchmarks/phoronix-tes-suite: Update to 8.0.1

Minor fixes and improvements on other platforms only
Original commitRevision:477800 
Thursday, 3 May 2018
20:46 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to 8.0.0.m3

Upgrade the php base benchmark suite to the last version
Add php flavor support.
Removed pdf report generation, because based on fpdf, quite outdated.
Original commitRevision:468987 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Friday, 6 Oct 2017
08:08 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to version 7.4.0

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D12596
Original commitRevision:451357 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
16:09 pizzamig search for other commits by this committer
benchmarks/phoronix-test-suite: update to version 7.2.1

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12273
Original commitRevision:449580 
Tuesday, 29 Aug 2017
13:05 pizzamig search for other commits by this committer
Change MAINTAINER email to my new FreeBSD email

Approved by:	lme (mentor)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12150
Original commitRevision:448911 
Tuesday, 20 Jun 2017
20:25 joneum search for other commits by this committer
- benchmarks/phoronix-test-suite: Update from 6.8.0 to 7.0.1
- Changelog:
http://www.phoronix.com/scan.php?page=article&item=pts-70-ringsaker&num=1

PR:		219462
Reported by:	xmj
Approved by:	luca.pizzamiglio at gmail.com (maintainer) miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11216
Original commitRevision:444000 
Thursday, 27 Apr 2017
09:15 olivier search for other commits by this committer
Fix the shebang file list

PR:		218891
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
Original commitRevision:439533 
Friday, 21 Apr 2017
16:23 miwi search for other commits by this committer
- Fix shebangs
Original commitRevision:439091 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Tuesday, 27 Dec 2016
22:34 rakuco search for other commits by this committer
Update to 6.8.0.

The suite is entirely php based, then the package is now defined as NO_ARCH.
Some benchmark added and php reporting improved.

PR:		215414
Submitted by:	Lucca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Original commitRevision:429677 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Sunday, 23 Oct 2016
16:38 riggs search for other commits by this committer
Update to upstream version 6.6.1

PR:		213647
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
Original commitRevision:424533 
Tuesday, 28 Jun 2016
14:00 mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Original commitRevision:417719 
Saturday, 4 Jun 2016
14:02 riggs search for other commits by this committer
Update to upstream release 6.4.0

PR:		209999
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
Original commitRevision:416360 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Thursday, 17 Mar 2016
21:17 feld search for other commits by this committer
benchmarks/phoronix-test-suite: Update to 6.2.2

- New MAINTAINER
- Updated PHP dependencies
- New dependency on gcc and cmake

PR:		207981
Original commitRevision:411317 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Original commitRevision:381876 
Tuesday, 20 Jan 2015
09:56 mm search for other commits by this committer
Update phoronix-test-suite to 5.4.1
Release maintainership back to ports@

PR:		196766
Submitted by:	lightside
Original commitRevision:377499 
Sunday, 10 Aug 2014
08:34 antoine search for other commits by this committer
Fix some stage violations
Original commitRevision:364513 
Tuesday, 15 Jul 2014
14:42 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361933 
Sunday, 29 Jun 2014
12:26 mm search for other commits by this committer
Update phoronix-test-suite to 5.2.0
Stage
Original commitRevision:359761 
Wednesday, 15 Jan 2014
22:41 bapt search for other commits by this committer
Reduce over inclusion of bsd.port.mk
Original commitRevision:339839 
Friday, 20 Sep 2013
15:52 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
Original commitRevision:327708 
Sunday, 25 Aug 2013
17:44 mm search for other commits by this committer
Update to 4.8.1
Original commitRevision:325365 
Tuesday, 30 Jul 2013
22:35 mm search for other commits by this committer
Update phoronix-test-suite to 4.6.1
Original commitRevision:323998 
Sunday, 2 Dec 2012
10:17 mm search for other commits by this committer
Update phoronix-test-suite to 4.0.1

Feature safe:	yes
Original commitRevision:308092 
Wednesday, 8 Aug 2012
08:47 mm search for other commits by this committer
Update Phoronix Test Suite to 4.0.0
Switch to new options framework
Original commit
Tuesday, 27 Mar 2012
14:35 mm search for other commits by this committer
Update to 3.8.0

Feature safe:   yes
Original commit
Sunday, 26 Feb 2012
12:30 mm search for other commits by this committer
Update to 3.6.1
Original commit
Wednesday, 21 Dec 2011
08:51 mm search for other commits by this committer
Update to 3.6.0
Original commit
Wednesday, 21 Sep 2011
12:04 mm search for other commits by this committer
Update to 3.4.0
Original commit
Friday, 15 Jul 2011
10:57 mm search for other commits by this committer
Update to 3.2.1
Original commit
Thursday, 7 Jul 2011
09:17 wen search for other commits by this committer
- Remove USE_GZIP=yes since it is default

PR:             ports/157174
Submitted by:   Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:    pav@(portmgr)
Original commit
Thursday, 23 Jun 2011
11:27 mm search for other commits by this committer
Update to 3.2.0
Original commit
Tuesday, 22 Mar 2011
08:13 mm search for other commits by this committer
- Set LICENSE_FILE
Original commit
Monday, 21 Mar 2011
21:01 mm search for other commits by this committer
- Add license information (GPLv3)
- Make portlint happier
Original commit
Tuesday, 15 Mar 2011
22:21 mm search for other commits by this committer
Update to 3.0.1
Take maintainership
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Tuesday, 16 Nov 2010
18:09 kmoore search for other commits by this committer
Drop maintainership for a few ports I no longer use
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 22 Feb 2010
18:38 kmoore search for other commits by this committer
New port -- Phoronix Benchmarking Suite

Approved by: miwi(mentor)
Feature safe:   yes
Original commit

Number of commits found: 72