notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: benchmarks/sipp/Makefile
SVNWeb

Number of commits found: 49

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  86b2c51  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 16 Jun 2021
[ 19:31 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  63e653a  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 31 May 2020
[ 09:09 linimon search for other commits by this committer ] Original commit   Revision:537135
Mark as BROKEN on powercp64-12.  Seems to build elsewhere.

Approved by:	portmgr (tier-2 blanket)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Tue, 30 Apr 2019
[ 14:31 pkubaj search for other commits by this committer ] Original commit   Revision:500498
benchmarks/sipp: fix build with GCC-based architectures

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
Tue, 4 Dec 2018
[ 16:28 farrokhi search for other commits by this committer ] Original commit   Revision:486612
benchmarks/sipp: Fix dependencies

- Add missing pkgconfig dependency
- Bump portrevision
- Pet portlint

PR:	233779
Reported by:	sobomax
Tue, 6 Nov 2018
[ 06:02 farrokhi search for other commits by this committer ] Original commit   Revision:484277
benchmarks/sipp: Fix OpenSSL 1.1.x build

PR:		232088
Submitted by:	Nathan <ndowens@yahoo.com>
Sun, 8 Jul 2018
[ 11:15 farrokhi search for other commits by this committer ] Original commit   Revision:474174
benchmarks/sipp:

PR:		222764
Submitted by:	szabig <szabig@kgb.hu>
Reported by:	OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
Mon, 2 Jul 2018
[ 04:00 linimon search for other commits by this committer ] Original commit   Revision:473699 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Mark ports broken on mips64 that are already broken on powerpc64.  In
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)
Fri, 16 Feb 2018
[ 17:52 brnrd search for other commits by this committer ] Original commit   Revision:462050 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
BROKEN_SSL: Add REASON for breakage

Reported by:	matwq
[ 13:40 brnrd search for other commits by this committer ] Original commit   Revision:462011
security/openssl-devel: Mark broken category benchmarks
Sat, 13 May 2017
[ 03:35 linimon search for other commits by this committer ] Original commit   Revision:440746 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Mon, 23 Jan 2017
[ 08:24 farrokhi search for other commits by this committer ] Original commit   Revision:432205
Add missing build dependency for benchmarks/sipp

PR:		215953
Reported by:	Karsten Schmidt <bsd@guggemand.dk>
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9131
Fri, 13 Jan 2017
[ 14:52 marino search for other commits by this committer ] Original commit   Revision:431396
benchmarks/sipp: Fix stage-QA and restore curses support

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
Mon, 9 Jan 2017
[ 07:07 farrokhi search for other commits by this committer ] Original commit   Revision:430915
Update benchmarks/sipp to 3.5.1

Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9088
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 7 Feb 2016
[ 00:30 marino search for other commits by this committer ] Original commit   Revision:408339
benchmarks/sipp: document ncurses requirement (USES+=ncurses)

Also link with ncurses, curses

approved by:	infrastructure blanket
Fri, 4 Sep 2015
[ 08:34 farrokhi search for other commits by this committer ] Original commit   Revision:396057
- Update to 3.4.1
- Take maintainership

Approved by:	mat
Differential Revision:	 https://reviews.freebsd.org/D3560
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Sat, 20 Dec 2014
[ 14:07 bapt search for other commits by this committer ] Original commit   Revision:375007
Clean up some now useless PLIST_DIRS*
Sun, 17 Aug 2014
[ 13:09 tijl search for other commits by this committer ] Original commit   Revision:365182 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Thu, 26 Jun 2014
[ 16:06 antoine search for other commits by this committer ] Original commit   Revision:359385
Reset maintainer, email bounces

With hat:	portmgr
Sat, 8 Feb 2014
[ 21:09 ehaupt search for other commits by this committer ] Original commit   Revision:343387
Support staging
Wed, 11 Dec 2013
[ 14:38 bapt search for other commits by this committer ] Original commit   Revision:336168
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in benchmarks
Fri, 20 Sep 2013
[ 15:52 bapt search for other commits by this committer ] Original commit   Revision:327708 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
Fri, 30 Aug 2013
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:325728 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
Mon, 26 Aug 2013
[ 16:06 bf search for other commits by this committer ] Original commit   Revision:325401 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.16 and adjust some dependent ports
Sat, 23 Mar 2013
[ 12:01 bapt search for other commits by this committer ] Original commit   Revision:315024
Fix conversion to new options framwork

Reported by:	miwi
Thu, 21 Mar 2013
[ 17:35 bapt search for other commits by this committer ] Original commit   Revision:314854
Convert to new options framework left unconverted ports in b* categories
Sun, 10 Feb 2013
[ 07:58 miwi search for other commits by this committer ] Original commit   Revision:312004
- Update to 3.3

PR:		175992
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Mon, 9 May 2011
[ 16:42 bf search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Mon, 8 Nov 2010
[ 15:45 pav search for other commits by this committer ] Original commit 
- Fix build: CPP is now part of MAKE_ENV

Reported by:    pointyhat
Sun, 27 Jun 2010
[ 05:00 miwi search for other commits by this committer ] Original commit 
- Add License

PR:             148093
Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
Feature safe:   yes
Mon, 29 Mar 2010
[ 01:12 wen search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of math/gsl
Tue, 8 Dec 2009
[ 01:26 amdmi3 search for other commits by this committer ] Original commit 
- Update to 3.1.20090729

PR:             140694
Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:    maintainer timeout
Tue, 1 Dec 2009
[ 20:33 makc search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Chase math/gsl update,
bump PORTREVISION
Sun, 22 Mar 2009
[ 20:29 pav search for other commits by this committer ] Original commit 
- Update to 3.1.20090121

PR:             ports/131604
Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:    maintainer timeout (1 month)
Mon, 12 Jan 2009
[ 20:37 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Chase gsl shlib bump
Sat, 30 Aug 2008
[ 14:00 miwi search for other commits by this committer ] Original commit 
- Update to 3.1.20080826

PR:             126887
Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
Fri, 15 Aug 2008
[ 00:06 edwin search for other commits by this committer ] Original commit 
[maintainer update] benchmarks/sipp: update to 3.1.20080723

PR:             ports/126504
Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua>
Thu, 8 May 2008
[ 07:14 jadawin search for other commits by this committer ] Original commit 
- Update to 3.1

PR:             ports/123470
Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua>
Approved by:    tabthorpe (mentor)
Tue, 8 Apr 2008
[ 13:53 jadawin search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Chase the gsl shared lib bump.

Approved by:    thierry (mentor)
Wed, 16 Jan 2008
[ 22:43 araujo search for other commits by this committer ] Original commit 
- Update to 3.0.

PR:             ports/119698
Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
Approved by:    itetcu (mentor, implicit)
Fri, 4 Jan 2008
[ 13:26 araujo search for other commits by this committer ] Original commit 
- Update to 2.0.20071129.

PR:             ports/118771
Submitted by:   araujo (myself)
Approved by:    stas (mentor, implicit), maintainer timeout (> 2 weeks)
Mon, 17 Dec 2007
[ 01:37 araujo search for other commits by this committer ] Original commit 
- Forced commit after repocopy.
- 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

Number of commits found: 49