Gerald Pfeifer
ea8c8ec7da
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
2019-07-26 20:46:53 +00:00
Piotr Kubaj
576efa8afe
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
2019-04-30 14:31:42 +00:00
Babak Farrokhi
a8c236d0ad
benchmarks/sipp: Fix dependencies
...
- Add missing pkgconfig dependency
- Bump portrevision
- Pet portlint
PR: 233779
Reported by: sobomax
2018-12-04 16:28:53 +00:00
Babak Farrokhi
2396966d36
benchmarks/sipp: Fix OpenSSL 1.1.x build
...
PR: 232088
Submitted by: Nathan <ndowens@yahoo.com >
2018-11-06 06:02:27 +00:00
Babak Farrokhi
088d12a740
benchmarks/sipp:
...
PR: 222764
Submitted by: szabig <szabig@kgb.hu >
Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com >
2018-07-08 11:15:51 +00:00
Mark Linimon
aff42c7199
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)
2018-07-02 04:00:29 +00:00
Bernard Spil
7a678b4918
BROKEN_SSL: Add REASON for breakage
...
Reported by: matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
8c3f4a0ccd
security/openssl-devel: Mark broken category benchmarks
2018-02-16 13:40:16 +00:00
Mark Linimon
ba601f25ac
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)
2017-05-13 03:35:51 +00:00
Babak Farrokhi
7e7e3f2463
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
2017-01-23 08:24:32 +00:00
John Marino
6e8f29bd0d
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
2017-01-13 14:52:40 +00:00
Babak Farrokhi
457f8a4d13
Update benchmarks/sipp to 3.5.1
...
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D9088
2017-01-09 07:07:49 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
John Marino
8a4076d3af
benchmarks/sipp: document ncurses requirement (USES+=ncurses)
...
Also link with ncurses, curses
approved by: infrastructure blanket
2016-02-07 00:30:49 +00:00
Babak Farrokhi
36134ea1f4
- Update to 3.4.1
...
- Take maintainership
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D3560
2015-09-04 08:34:50 +00:00
Mathieu Arnold
60d1a83c2a
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
2015-05-14 10:15:04 +00:00
Tijl Coosemans
c88aaf5c89
Add missing USE_OPENSSL=yes
...
PR: 195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
0a222ba4c4
Clean up some now useless PLIST_DIRS*
2014-12-20 14:07:27 +00:00
Tijl Coosemans
c0f51fae12
math/gsl:
...
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Antoine Brodin
75d509b91a
Reset maintainer, email bounces
...
With hat: portmgr
2014-06-26 16:06:17 +00:00
Emanuel Haupt
a177c91b4d
Support staging
2014-02-08 21:09:51 +00:00
Baptiste Daroussin
68b79a91ae
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in benchmarks
2013-12-11 14:38:29 +00:00
Baptiste Daroussin
0f0eb50c1e
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
2013-09-20 15:52:44 +00:00
Baptiste Daroussin
f811bf8ec5
Convert benchmarks from USE_GMAKE to USES=gmake
...
While here:
- Trim headers
- convert some port to the new perl5 world
2013-08-30 23:09:24 +00:00
Brendan Fabeny
6c4fa199d0
Update math/gsl to 1.16 and adjust some dependent ports
2013-08-26 16:06:37 +00:00
Baptiste Daroussin
100c5c1378
Fix conversion to new options framwork
...
Reported by: miwi
2013-03-23 12:01:32 +00:00
Baptiste Daroussin
16e40219b9
Convert to new options framework left unconverted ports in b* categories
2013-03-21 17:35:57 +00:00
Martin Wilke
ae4ea31453
- Update to 3.3
...
PR: 175992
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua > (maintainer)
2013-02-10 07:58:28 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Brendan Fabeny
4fd0a4b1c1
Update math/gsl to 1.15, and adjust PORTREVISION
...
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Pav Lucistnik
f06145b0b5
- Fix build: CPP is now part of MAKE_ENV
...
Reported by: pointyhat
2010-11-08 15:45:54 +00:00
Martin Wilke
5252b5b42b
- Add License
...
PR: 148093
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua > (maintainer)
Feature safe: yes
2010-06-27 05:00:35 +00:00
Wen Heping
6905d4a0d8
- Bump PORTREVISION to chase the update of math/gsl
2010-03-29 01:12:27 +00:00
Dmitry Marakasov
6a510ea05f
- Update to 3.1.20090729
...
PR: 140694
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru >
Approved by: maintainer timeout
2009-12-08 01:26:40 +00:00
Max Brazhnikov
7cb3294da7
Chase math/gsl update,
...
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Pav Lucistnik
368085e445
- Update to 3.1.20090121
...
PR: ports/131604
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru >
Approved by: maintainer timeout (1 month)
2009-03-22 20:29:55 +00:00
Martin Wilke
3381619583
- Chase gsl shlib bump
2009-01-12 20:37:24 +00:00
Martin Wilke
7952d0bec2
- Update to 3.1.20080826
...
PR: 126887
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua > (maintainer)
2008-08-30 14:00:33 +00:00
Edwin Groothuis
d4888e9000
[maintainer update] benchmarks/sipp: update to 3.1.20080723
...
PR: ports/126504
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua >
2008-08-15 00:06:07 +00:00
Philippe Audeoud
c071c00e67
- Update to 3.1
...
PR: ports/123470
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua >
Approved by: tabthorpe (mentor)
2008-05-08 07:14:19 +00:00
Philippe Audeoud
d369e5c287
- Chase the gsl shared lib bump.
...
Approved by: thierry (mentor)
2008-04-08 13:53:22 +00:00
Marcelo Araujo
507d67300e
- Update to 3.0.
...
PR: ports/119698
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua > (maintainer)
Approved by: itetcu (mentor, implicit)
2008-01-16 22:43:01 +00:00
Marcelo Araujo
e0f2dda31e
- Update to 2.0.20071129.
...
PR: ports/118771
Submitted by: araujo (myself)
Approved by: stas (mentor, implicit), maintainer timeout (> 2 weeks)
2008-01-04 13:26:50 +00:00
Marcelo Araujo
03c1277ad7
- 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
2007-12-17 01:37:43 +00:00
Martin Wilke
759e3adb46
- Update to 2.0.20070906
...
PR: 116202
Submitted by: maintainer
2007-09-15 01:25:25 +00:00
Ying-Chieh Liao
b9ba1ad61e
chase math/gsl lib version
2007-06-29 05:46:43 +00:00
Martin Wilke
f95dbc23cb
- Update to 2.0
...
PR: 112383
Submitted by: Artem Naluzhny<tut@nhamon.com.ua > (maintainer)
2007-05-27 11:30:45 +00:00
Stefan Walter
1fbf0bda9e
Update to 1.1.r8.20070327.
...
PR: 111274
Submitted by: maintainer
2007-04-06 14:48:30 +00:00