aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/super-smack
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-2/+1
| | | | Notes: svn path=/head/; revision=517643
* 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/super-smack: fix build on GCC architecturesPiotr Kubaj2019-07-181-0/+1
| | | | | | | | | | GCC from ports is required: /usr/local/lib/mysql/libmysqlclient.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506848
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+1
| | | | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Notes: svn path=/head/; revision=463452
* benchmarks/super-smack: fix build for GCC and DF (taken from dports)John Marino2016-12-182-0/+30
| | | | Notes: svn path=/head/; revision=428828
* - Add LICENSEDmitry Marakasov2016-11-231-4/+6
| | | | | | | | - Switch to options helpers - Install more doc files Notes: svn path=/head/; revision=426953
* Cleanup patches, category benchmarksMathieu Arnold2016-07-272-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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
* Cleanup plistBaptiste Daroussin2014-10-201-2/+1
| | | | Notes: svn path=/head/; revision=371236
* - Support stagingJason E. Hale2014-07-033-31/+27
| | | | | | | | | - Update MASTER_SITES - Use options helpers - WWW disappeared, so use old site Notes: svn path=/head/; revision=360378
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Convert to USES=pgsqlBaptiste Daroussin2014-05-271-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355482
* Remove trailing whitespaces from category benchmarksEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345396
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* - Remove indefinite article from COMMENTAlex Kozlov2012-11-282-14/+14
| | | | | | | | | | | | | | | - Use standard option name for postgresql - Convert tab to space after WWW: in pkg-descr - Convert Makefile headers to new style [1] - Convert to new options framework [1] PR: ports/173563 (based on) [1] Submitted by: Charlie & <edward@rdtan.net> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307899
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* Add missing '\'.Ion-Mihai Tetcu2009-06-111-1/+1
| | | | | | | | Submitted by: Anatoly Borodin Pointyhat to: itetcu@ Notes: svn path=/head/; revision=235587
* Fix build with custom LOCALBASEIon-Mihai Tetcu2009-06-101-2/+6
| | | | | | | | | | Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@) No cookie for: maintainer Notes: svn path=/head/; revision=235536
* - Install README and TUTORIAL as portdocsDmitry Marakasov2009-02-181-0/+11
| | | | | | | | | PR: 128098 Submitted by: hip0 <hipodilski at gmail dot com> Approved by: maintainer timeout Notes: svn path=/head/; revision=228574
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Fix build with gcc 4.2Kris Kennaway2007-07-271-0/+20
| | | | Notes: svn path=/head/; revision=196356
* - Fix build on 4.xTim Bishop2005-12-161-0/+1
| | | | | | | | | PR: 90463 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=151319
* Fix postgresql support functionYing-Chieh Liao2005-12-121-2/+4
| | | | | | | | PR: 90244 Submitted by: maintainer Notes: svn path=/head/; revision=150938
* change maintainer email addressYing-Chieh Liao2005-12-121-1/+1
| | | | Notes: svn path=/head/; revision=150937
* Add super-smack 1.3, a benchmarking, stress testing, and load generationYing-Chieh Liao2005-12-114-0/+47
tool for Databases. PR: ports/90209 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> Notes: svn path=/head/; revision=150866