Jan Beich
aefe824439
Return subset of r483249 to GCC 4.2 to unbreak on mips*
2018-10-28 10:08:17 +00:00
Jan Beich
ec5d9a54d6
Downgrade C++03 to C++98, actual default for GCC < 6
...
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Yuri Victorovich
2a5988d6f1
benchmarks/polygraph: Update 4.11.0 -> 4.12.0
...
Reported by: portscout
2018-08-04 19:02:14 +00:00
Gerald Pfeifer
09f9633cb6
Bump PORTREVISION for ports depending on the canonical version of GCC
...
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-29 22:18:44 +00:00
Mark Linimon
13fb0b92a2
Fix port builds for architectures which remain on gcc as the default compiler.
...
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2018-06-11 01:44:15 +00:00
Gerald Pfeifer
c2a92a1aea
Bump PORTREVISIONs of all users of math/mpc that we just updated to
...
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +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
Wen Heping
f8e5a5fff8
- Update to 4.11.0
2018-01-06 13:29:29 +00:00
Gerald Pfeifer
e59c88cece
Bump PORTREVISION for ports depending on the canonical version of GCC
...
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 20:55:38 +00:00
Raphael Kubo da Costa
0aa2eced27
Explicitly build with -std=gnu++03.
...
The port does not build with C++11 or later (GCC 6 defaults to -std=gnu++14
instead of -std=gnu++03).
PR: 219275
2017-08-18 12:05:39 +00:00
Gerald Pfeifer
04d6f52202
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 15:23:30 +00:00
Martin Wilke
6d14406a13
- Chase ldns shlip bump
...
PR: 217495
2017-03-03 04:12:20 +00:00
Gerald Pfeifer
89f8b05214
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Antoine Brodin
1b563cf909
Fix build with gcc 4.9
...
PR: 196712
2016-11-06 09:24:00 +00:00
John Marino
fc3bdd2b5b
benchmarks/polygraph: Handle missing SSLv3
...
Approved by: SSL blanket
2016-09-09 19:40:56 +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
Dmitry Marakasov
7712e8bd90
- Update to 4.9.0
...
PR: 206242
Submitted by: tkato432@yahoo.com
2016-01-15 18:40:10 +00:00
Dmitry Marakasov
ad1bf8ec5a
- Switch to options helpers
2015-09-30 23:09:05 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Dmitry Marakasov
fae555d873
- Fix shebangs
...
MFH: 2015Q1
2015-03-05 13:01:57 +00:00
Baptiste Daroussin
b9c3a29822
Cleanup plist
2014-10-20 07:03:48 +00:00
Antoine Brodin
127889d1ea
Fix make fetch
...
Pointy hat: adamw
2014-07-29 19:20:08 +00:00
Adam Weinberger
a84c115a09
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Jimmy Olgeni
37e782dfbc
Remove indefinite articles and trailing periods from COMMENT, plus
...
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
2014-06-09 11:21:52 +00:00
Gerald Pfeifer
7e339abf8a
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
...
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Martin Wilke
6f0f3362e8
- Stage support
2014-01-31 12:47:06 +00:00
Ryan Steinmetz
caeaebda9f
- Reset maintainer due to fatal email bounces
...
Reported by: portscout
2014-01-16 13:05:20 +00:00
Olli Hauer
4fb1cfb1cd
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
...
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
John Marino
558580ea92
benchmarks/polygraph: Fix c++ errors caught by modern compilers
...
There were two scope issues caught by -fpermissions and another case
of a redeclared variabled, all of which are caught on recent gcc.
Approved by: portmgr (bapt, implicit)
2013-10-01 22:16:39 +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
Andrej Zverev
e47ac01488
- convert to the new perl5 framework
...
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
2013-09-15 14:54:36 +00:00
Michael Scheidell
610c942f9f
- Update to 4.3.2
...
- Unmark BROKEN
- OPTIONSNG'ify
- Add LICENSE & LICENSE_FILE
- Add USE_GCC (CLANG build BROKEN, would like an assist on this)
- Add OPENSSL and ZLIB options
- Add MAN1 & MAN7
PR: ports/168892
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer (timeout, 15 days)
2012-06-24 11:06:14 +00:00
Eitan Adler
7e3b32fff8
- remove maintainer tags from pkg-descr
...
Approved by: portmgr
Approved by: bapt (mentor)
2011-10-22 23:50:23 +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
Max Brazhnikov
630ca2285f
Bump PORTREVISION after open-mofit update
2011-05-02 12:44:53 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Pav Lucistnik
32de5c4af5
- Mark BROKEN on recent 8-STABLE: does not build
...
Feature safe: yes
Reported by: pointyhat (8.1-R builds)
2010-06-21 22:12:33 +00:00
Erwin Lansing
39db6303db
Mark BROKEN on 9.x: does not build
2010-04-18 18:58:20 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Martin Wilke
cc200b2e6f
- Update maintainer mail adress
...
Submitted by: Maintainer
2007-09-15 12:11:41 +00:00
Martin Wilke
d04ad0c023
- Update to 3.0.6
...
- Remove RESTRICTED [1]
- Pass maintainership to submitter
[1]
Project has changed the license to apache2, please see changelog
http://www.web-polygraph.org/downloads/changelog.html
Submitted by: Aron Schlesinger (as@bsdgroup.de ) via irc
2007-09-14 12:25:44 +00:00
Pav Lucistnik
d1b8ea31e7
- Add SHA256
2005-11-23 23:53:09 +00:00
Clement Laforet
261020c89d
- polygraph has a restrictive licence.
2005-01-18 21:37:19 +00:00
Mark Linimon
48a63af97b
With portmgr hat on, reset maintainership of committer who has not
...
been active for >1 year.
2004-12-05 06:34:42 +00:00
Sergey A. Osokin
ccd5f5efc0
Update to 2.8.1, remove needless patches.
...
Also welcome back ReportGen subdir.
Approved by: maintainer (timeout > 3 weeks)
2004-11-30 12:12:19 +00:00
Sergey A. Osokin
1c6d47cc7c
Add CONFLICTS - both pkg-plist files containes bin/ltrace.
2004-07-13 20:21:35 +00:00
Sergey A. Osokin
b3d7e7b916
Fix BROKEN by update to latest 2.8.0 version.
...
Utilize DATADIR, SIZEfy.
Add -Wno-deprecated to CPPFLAGS for fix annoing warnings.
Approved by: adrian (maintainer) informed.
2004-02-27 10:54:06 +00:00
Mark Linimon
9950dbb3ae
Mark as broken on 4.x as well as 5.x. No response from maintainer
...
to query about its status for >4 weeks.
2004-02-12 00:38:58 +00:00