Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | benchmarks/unixbench: Add support to parallel execution | Luca Pizzamiglio | 2020-07-04 | 2 | -7/+26 |
| | | | | | | | | Add support to get the number of CPUs on FreeBSD. Bump PORTREVISION. PR: 247293 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> | ||||
* | Convert to UCL & cleanup pkg-message (categories a-c) | Mathieu Arnold | 2019-08-13 | 1 | -2/+6 |
| | |||||
* | benchmarks/unixbench: Fix the new path in the unixbench | Luca Pizzamiglio | 2017-09-29 | 2 | -1/+2 |
| | | | | | | | | Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541 | ||||
* | benchmarks/unixbench: updating to version 5.1.3 | Luca Pizzamiglio | 2017-09-05 | 14 | -185/+190 |
| | | | | | | | | | | 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 | ||||
* | ${RM} already has -f. | Mathieu Arnold | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight | ||||
* | Rename all files containing a : in their filename. | Mathieu Arnold | 2016-06-17 | 7 | -23/+24 |
| | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight | ||||
* | Pass maintainership to submitter. | Raphael Kubo da Costa | 2016-02-27 | 2 | -6/+1 |
| | | | | | | | While here, remove an unused directory from the package. PR: 207339 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) | ||||
* | - Fix shebangs | Dmitry Marakasov | 2015-06-09 | 1 | -2/+3 |
| | | | | MFH: 2015Q2 (blanket) | ||||
* | - Add another MASTER_SITE | Dmitry Marakasov | 2015-05-18 | 1 | -1/+2 |
| | | | | | PR: 199588 Submitted by: axprof@gmail.com | ||||
* | Unbreak | Mathieu Arnold | 2015-05-12 | 1 | -3/+2 |
| | | | | Submitted by: stass (on irc) | ||||
* | Mark as broken unfetchable ports | Baptiste Daroussin | 2015-04-05 | 1 | -0/+1 |
| | |||||
* | - Add empty directory to plist | Dmitry Marakasov | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | Cleanup plist | Baptiste Daroussin | 2014-10-20 | 1 | -4/+0 |
| | |||||
* | - Convert to staging | Eitan Adler | 2013-10-23 | 1 | -14/+13 |
| | | | | | - Simplify port - Fix COMMENT | ||||
* | - Return ports to the pool | Alex Kozlov | 2013-10-23 | 1 | -1/+1 |
| | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | benchmarks) | ||||
* | - Please welcome back Chris Petrik as maintainer of | Bryan Drewery | 2013-03-07 | 1 | -6/+2 |
| | | | | | | | | | | | 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 | ||||
* | - Respect CC/CFLAGS | Martin Wilke | 2012-01-03 | 1 | -6/+20 |
| | | | | | PR: 163085 Submitted by: Jan Beich <jbeich@tormail.net> | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-18 | 1 | -1/+0 |
| | | | | With hat: portmgr (myself) | ||||
* | - Mark MAKE_JOBS_UNSAFE | Pav Lucistnik | 2009-11-22 | 1 | -0/+1 |
| | | | | Reported by: pointyhat | ||||
* | Reset se@FreeBSD.org due to maintainer-timeouts and no response to email. | Mark Linimon | 2008-12-18 | 1 | -1/+1 |
| | | | | Hat: portmgr | ||||
* | - Remove the DESTDIR modifications from individual ports as we have a new, | Gabor Kovesdan | 2007-08-04 | 1 | -12/+12 |
| | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) | ||||
* | - Fix build crash on amd64 | Martin Wilke | 2007-03-23 | 2 | -0/+12 |
| | | | | | | PR: 109596 Submitted by: Ivan Voras <ivoras@gmail.com> Approved by: maintainer timeout | ||||
* | Install to /... instead of to /... | Stefan Eßer | 2006-08-12 | 1 | -12/+12 |
| | |||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Update to match reality. | David E. O'Brien | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Correct previous fix, path was wrong. | Stefan Eßer | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | Fix install target on architectures other than i386. | Stefan Eßer | 2005-01-11 | 2 | -1/+3 |
| | | | | | | | 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. | ||||
* | Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted | Stefan Eßer | 2005-01-08 | 17 | -367/+229 |
| | | | | | | | | 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) | ||||
* | Add SIZE data to distinfo files. | Stefan Eßer | 2004-03-22 | 1 | -0/+1 |
| | | | | Submitted by: trevor | ||||
* | File moved on master site. | Stefan Eßer | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Clear moonlight beckons. | Ade Lovett | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
* | Fix compilation on FreeBSD-3.x | Stefan Eßer | 2001-03-12 | 1 | -2/+10 |
| | |||||
* | add = after MASTER_SITES | Michael Haro | 2000-04-16 | 1 | -1/+1 |
| | |||||
* | update with the new PORTNAME/PORTVERSION variables | Michael Haro | 2000-04-08 | 1 | -3/+3 |
| | |||||
* | Respect CC and CFLAGS. | Kris Kennaway | 2000-02-05 | 1 | -37/+96 |
| | |||||
* | time(3) returns a time_t and not a long. | Steve Price | 2000-01-28 | 1 | -0/+11 |
| | |||||
* | expr -> ${EXPR} | Michael Haro | 1999-08-28 | 1 | -1/+1 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -9/+9 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix some portlint problems. echo -> ${ECHO}, fill in version required | Chris Piazza | 1999-07-18 | 2 | -46/+22 |
| | | | | and shorten DESCR. | ||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Create one diff per file to patch. | Stefan Eßer | 1998-12-19 | 2 | -0/+27 |
| | |||||
* | Create one diff per file to patch. | Stefan Eßer | 1998-12-19 | 2 | -0/+144 |
| | | | | | | | Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> | ||||
* | Split into several files, one per file to patch | Stefan Eßer | 1998-12-19 | 1 | -129/+1 |
| | |||||
* | Remove *.orig files from the pgms directory so this deinstall's cleanly. | Steve Price | 1998-09-26 | 1 | -1/+2 |
| | |||||
* | Grammar, spelling, and usage police. This commit brought to you by | Matthew Hunt | 1998-08-05 | 1 | -2/+2 |
| | | | | the letters "B" and "C". And some Chinese symbols as well. |