aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sipp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on powercp64-12. Seems to build elsewhere.Mark Linimon2020-05-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537135
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* benchmarks/sipp: fix build with GCC-based architecturesPiotr Kubaj2019-04-301-5/+1
| | | | | | | | | | | Add USES=compiler:c++11-lang to fix:stat.hpp:307: error: ISO C++ does not support long long PR: 237554 Approved by: farrokhi (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20087 Notes: svn path=/head/; revision=500498
* benchmarks/sipp: Fix dependenciesBabak Farrokhi2018-12-041-2/+3
| | | | | | | | | | | | - Add missing pkgconfig dependency - Bump portrevision - Pet portlint PR: 233779 Reported by: sobomax Notes: svn path=/head/; revision=486612
* benchmarks/sipp: Fix OpenSSL 1.1.x buildBabak Farrokhi2018-11-062-3/+30
| | | | | | | | PR: 232088 Submitted by: Nathan <ndowens@yahoo.com> Notes: svn path=/head/; revision=484277
* benchmarks/sipp:Babak Farrokhi2018-07-082-1/+12
| | | | | | | | | PR: 222764 Submitted by: szabig <szabig@kgb.hu> Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> Notes: svn path=/head/; revision=474174
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-2/+4
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* BROKEN_SSL: Add REASON for breakageBernard Spil2018-02-161-0/+1
| | | | | | | Reported by: matwq Notes: svn path=/head/; revision=462050
* security/openssl-devel: Mark broken category benchmarksBernard Spil2018-02-161-0/+1
| | | | Notes: svn path=/head/; revision=462011
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
* Add missing build dependency for benchmarks/sippBabak Farrokhi2017-01-231-0/+2
| | | | | | | | | | | PR: 215953 Reported by: Karsten Schmidt <bsd@guggemand.dk> Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9131 Notes: svn path=/head/; revision=432205
* benchmarks/sipp: Fix stage-QA and restore curses supportJohn Marino2017-01-131-3/+4
| | | | | | | | | | | | | | 1. curses support: Adding autoreconf negated the changes to configure script, so change configure.ac instead 2. The man page wasn't being installed (plist QA fail) so fix 3. While here, change USE_OPENSSL to USES=ssl Approved by: ncurses and just-fix-it blankets Notes: svn path=/head/; revision=431396
* Update benchmarks/sipp to 3.5.1Babak Farrokhi2017-01-092-8/+6
| | | | | | | | | Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9088 Notes: svn path=/head/; revision=430915
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* benchmarks/sipp: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-1/+4
| | | | | | | | | Also link with ncurses, curses approved by: infrastructure blanket Notes: svn path=/head/; revision=408339
* - Update to 3.4.1Babak Farrokhi2015-09-045-305/+25
| | | | | | | | | | - Take maintainership Approved by: mat Differential Revision: https://reviews.freebsd.org/D3560 Notes: svn path=/head/; revision=396057
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Clean up some now useless PLIST_DIRS*Baptiste Daroussin2014-12-201-3/+0
| | | | Notes: svn path=/head/; revision=375007
* math/gsl:Tijl Coosemans2014-08-171-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port) Notes: svn path=/head/; revision=365182
* Reset maintainer, email bouncesAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359385
* Support stagingEmanuel Haupt2014-02-081-7/+5
| | | | Notes: svn path=/head/; revision=343387
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in benchmarks Notes: svn path=/head/; revision=336168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | While here: - Trim headers - convert some port to the new perl5 world Notes: svn path=/head/; revision=325728
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-1/+1
| | | | Notes: svn path=/head/; revision=325401
* Fix conversion to new options framworkBaptiste Daroussin2013-03-231-1/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=315024
* Convert to new options framework left unconverted ports in b* categoriesBaptiste Daroussin2013-03-211-21/+20
| | | | Notes: svn path=/head/; revision=314854
* - Update to 3.3Martin Wilke2013-02-104-26/+49
| | | | | | | | PR: 175992 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Notes: svn path=/head/; revision=312004
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Fix build: CPP is now part of MAKE_ENVPav Lucistnik2010-11-081-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=264251
* - Add LicenseMartin Wilke2010-06-271-0/+2
| | | | | | | | | PR: 148093 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257039
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-1/+2
| | | | Notes: svn path=/head/; revision=251666
* - Update to 3.1.20090729Dmitry Marakasov2009-12-082-6/+5
| | | | | | | | | PR: 140694 Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=245368
* Chase math/gsl update,Max Brazhnikov2009-12-011-1/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* - Update to 3.1.20090121Pav Lucistnik2009-03-222-6/+6
| | | | | | | | | PR: ports/131604 Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=230697
* - Chase gsl shlib bumpMartin Wilke2009-01-121-1/+2
| | | | Notes: svn path=/head/; revision=225875
* - Update to 3.1.20080826Martin Wilke2008-08-302-5/+5
| | | | | | | | PR: 126887 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Notes: svn path=/head/; revision=219457
* [maintainer update] benchmarks/sipp: update to 3.1.20080723Edwin Groothuis2008-08-152-8/+6
| | | | | | | | PR: ports/126504 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Notes: svn path=/head/; revision=218571
* - Update to 3.1Philippe Audeoud2008-05-085-44/+26
| | | | | | | | | PR: ports/123470 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=212811
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-1/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* - Update to 3.0.Marcelo Araujo2008-01-164-6/+28
| | | | | | | | | PR: ports/119698 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=205732
* - Update to 2.0.20071129.Marcelo Araujo2008-01-042-5/+5
| | | | | | | | | PR: ports/118771 Submitted by: araujo (myself) Approved by: stas (mentor, implicit), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=204987
* - Forced commit after repocopy.Marcelo Araujo2007-12-176-98/+6
| | | | | | | | | | | | - Repocopy from net/sipp to benchmarks/sipp. PR: ports/117305 [1], ports/117463 [2] Submitted by: araujo [1], Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) [2] Approved by: stas (mentor, implicit) Repocopied by: marcus Notes: svn path=/head/; revision=203897
* - Update to 2.0.20070906Martin Wilke2007-09-154-38/+14
| | | | | | | | PR: 116202 Submitted by: maintainer Notes: svn path=/head/; revision=199504
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-1/+2
| | | | Notes: svn path=/head/; revision=194427