non port: benchmarks/super-smack/Makefile |
SVNWeb
|
Number of commits found: 28 |
Sun, 30 Apr 2023
|
[ 09:14 Rene Ladan (rene) ] 22a144a
benchmarks/super-smack/: Remove expired port:
2023-04-30 benchmarks/super-smack: Unfetchable
|
Sun, 19 Mar 2023
|
[ 18:08 Daniel Engberg (diizzy) ] 66978b7
benchmarks/super-smack: Mark BROKEN and set expiration date to 2023-04-30
Unfetchable distfile
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 86b2c51 (Only the first 10 of 95 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 18 Jul 2019
|
[ 11:25 pkubaj ]
benchmarks/super-smack: fix build on GCC architectures
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)
|
Fri, 2 Mar 2018
|
[ 22:34 brooks ] (Only the first 10 of 32 ports in this commit are shown above. )
Work around the lack of definition of union semun per POSIX.
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
|
Wed, 23 Nov 2016
|
[ 18:42 amdmi3 ]
- Add LICENSE
- Switch to options helpers
- Install more doc files
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Thu, 3 Jul 2014
|
[ 14:45 jhale ]
- Support staging
- Update MASTER_SITES
- Use options helpers
- WWW disappeared, so use old site
|
Mon, 30 Jun 2014
|
[ 05:51 eadler ] (Only the first 10 of 155 ports in this commit are shown above. )
multiple: reset gslin's maintainer
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)
|
Tue, 27 May 2014
|
[ 10:42 bapt ]
Convert to USES=pgsql
With hat: portmgr
|
Fri, 21 Feb 2014
|
[ 13:35 ehaupt ]
Remove trailing whitespaces from category benchmarks
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
|
Fri, 20 Sep 2013
|
[ 15:52 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Wed, 28 Nov 2012
|
[ 11:09 ak ]
- Remove indefinite article from COMMENT
- 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
|
Sat, 19 Mar 2011
|
[ 13:15 ale ] (Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
Sun, 22 Nov 2009
|
[ 19:49 pav ] (Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Thu, 11 Jun 2009
|
[ 15:58 itetcu ]
Add missing '\'.
Submitted by: Anatoly Borodin
Pointyhat to: itetcu@
|
Wed, 10 Jun 2009
|
[ 07:57 itetcu ]
Fix build with custom LOCALBASE
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
No cookie for: maintainer
|
Wed, 18 Feb 2009
|
[ 01:10 amdmi3 ]
- Install README and TUTORIAL as portdocs
PR: 128098
Submitted by: hip0 <hipodilski at gmail dot com>
Approved by: maintainer timeout
|
Thu, 20 Mar 2008
|
[ 09:23 pav ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Fri, 16 Dec 2005
|
[ 12:39 tdb ]
- Fix build on 4.x
PR: 90463
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: clement (mentor)
|
Mon, 12 Dec 2005
|
[ 01:25 ijliao ]
Fix postgresql support function
PR: 90244
Submitted by: maintainer
|
[ 01:24 ijliao ]
change maintainer email address
|
Sun, 11 Dec 2005
|
[ 11:16 ijliao ]
Add super-smack 1.3, a benchmarking, stress testing, and load generation
tool for Databases.
PR: ports/90209
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
Number of commits found: 28 |