Wen Heping
2102069d01
- Update to 1.14.11
...
- Switch to python3
2020-03-20 12:53:57 +00:00
Antoine Brodin
41a5348a3b
Deprecate a few ports
...
With hat: portmgr
2020-02-23 15:25:53 +00:00
Wen Heping
1c1b555820
- Update to 1.14.9
2019-12-14 16:12:32 +00:00
Jan Beich
701aa3bcf8
devel/boost-*: update to 1.72.0
...
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Niclas Zeising
be6c15b5c6
Add USES=xorg USES=gl, ports categories g
...
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00
Jan Beich
befa71e0f3
devel/boost-*: update to 1.71.0
...
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Mathieu Arnold
79698c8457
Convert to UCL & cleanup pkg-message (categories e-g)
2019-08-13 16:03:11 +00:00
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
Wen Heping
6cd40a9a2e
- Update to 1.14.7
2019-04-15 14:03:08 +00:00
Jan Beich
9b21a3a084
devel/boost-*: update to 1.70.0
...
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb
Update devel/readline to 8.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
2019-04-09 14:04:49 +00:00
Jan Beich
87f9198f93
devel/websocketpp: unbreak with boost 1.70
...
PR: 236589
2019-03-20 14:53:29 +00:00
Wen Heping
20925b0644
- Update to 1.14.6
...
- Take maintainership
2019-03-19 02:03:31 +00:00
Tobias C. Berner
707c6bf295
Change cmake default behaviour to outsource.
...
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155
Bump PORTREVISION for ports depending on the canonical version of GCC
...
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc
devel/boost-*: update to 1.69.0
...
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Mark Linimon
00a7f38fa8
Add compiler:c++11-lang to USES to fix linking with boost.
...
Approved by: portmgr (tier-2 blanket)
2018-11-06 23:52:17 +00:00
Rene Ladan
8a502cb2d4
Remove compatibility code for FreeBSD < 11.2 from all ports.
...
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
b013832e3d
games/wesnoth: unbreak with boost 1.69
...
src/units/frame.cpp:463:53: error: no viable conversion from 'const boost::tribool' to 'bool'
v.emplace_back("auto_vflip=" + utils::bool_string(auto_vflip_));
^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
^
src/units/frame.cpp:467:53: error: no viable conversion from 'const boost::tribool' to 'bool'
v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_));
^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
^
src/units/frame.cpp:471:56: error: no viable conversion from 'const boost::tribool' to 'bool'
v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_));
^~~~~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
^
src/units/frame.cpp:775:13: error: no viable conversion from 'boost::logic::tribool' to 'const bool'
const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 232525
2018-10-22 20:31:03 +00:00
Lars Engels
87ebd7c522
games/wesnoth:
...
Update to 1.14.5
2018-09-26 13:08:56 +00:00
Jan Beich
0b055d47f2
devel/boost-*: update to 1.68.0
...
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Dima Panov
be8e0f385b
- Update Battle of Wesnoth to 1.14.3 release
...
PR: 228984 (based on)
Submitted by: Maik Fischer
2018-07-25 03:43:54 +00:00
Torsten Zuehlsdorff
78cabb9634
Drop MAINTAINERship for these ports:
...
- databases/postgresql-plproxy
- devel/fpp
- devel/gnu-efi
- games/nlarn
- games/wesnoth
- mail/phpmailer
- mail/tlb
- ports-mgmt/pkg-plist
- sysutils/battray
- textproc/xml-parse.el
2018-05-17 09:56:55 +00:00
Jan Beich
cc95712fbe
devel/boost-*: update to 1.67.0
...
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Yuri Victorovich
42f285a623
games/wesnoth: Unbreak by fixing shebang
...
Port changes:
* Add missing LIB_DEPENDS
* Add missing USE_GNOME and USE_XORG
Approved by: portmgr (port compliance, infrastructure
2018-03-18 20:55:47 +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
Jan Beich
25beeff079
devel/boost-*: update to 1.66.0
...
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Jan Beich
98eb11b2f0
devel/boost-*: update to 1.65.1
...
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a
devel/boost-*: enable C++11 features
...
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +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
e6c16e8595
Build with -std=gnu++11 when OPENMP is on.
...
-std=gnu++11 is necessary on FreeBSD 10, whose libc++ does not have the
`operator delete(void*, size_t)' overload from C++14. GCC 6 defaults to
--std=gnu++14, which then breaks the build.
PR: 219485
2017-08-04 18:56:08 +00:00
Tobias C. Berner
d6d6cdbf78
Fix shebangs.
...
Reviewed by: tz
Approved by: tz (maintainer)
Differential Revision: https://reviews.freebsd.org/D10779
2017-06-02 17:43:16 +00:00
Mark Linimon
081beb2d38
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)
Reported by: swills
2017-05-22 13:17:38 +00:00
Torsten Zuehlsdorff
63f1ccc8ea
games/wesnoth: add pkg-message for charset information
...
Wesnoth assumes an UTF-8 charset by default. Using another
one will result in a crash of Wesnoth. Since the charset
depends on the env, the user needs to take care itself.
PR: 216500
Submitted by: mzs_47@yahoo.co.in
2017-05-16 12:27:43 +00:00
Jan Beich
b324ade02d
devel/boost-*: update to 1.64.0
...
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +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
Jan Beich
59e02117ae
devel/boost-*: update to 1.63.0
...
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
2017-01-06 08:45:03 +00:00
Torsten Zuehlsdorff
f3872b695f
games/wesnoth: Update from 1.12.5 to 1.12.6
...
Changelog: https://raw.githubusercontent.com/wesnoth/wesnoth/1.12.6/changelog
The TEST option is broken in FreeBSD 10.x and 9.x but builds fine on 11. This
will investigated later.
PR: 209641
Approved by: mentors (implicit)
2016-12-20 16:36:16 +00:00
Torsten Zuehlsdorff
ebbc51907b
games/wesnoth: Enable OPENMP by default
...
PR: 215357
Submitted by: Jan Beich <jbeich@FreeBSD.org>
Approved by: mentors (implicit)
2016-12-19 12:30:57 +00:00
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
2016-11-23 12:45:46 +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
Torsten Zuehlsdorff
fa23faa40b
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
...
Approved by: junovitch (mentor)
2016-06-10 09:08:02 +00:00
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +00:00
Jason Unovitch
aa194a46b4
games/wesnoth: update 1.12.4 -> 1.12.5
...
Changes:
* Players Changelog: https://github.com/wesnoth/wesnoth/blob/1.12.5/players_changelog
* Full Changelog: https://github.com/wesnoth/wesnoth/blob/1.12.5/changelog
PR: 204503
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
2015-11-17 01:58:28 +00:00
Dmitry Marakasov
61fe77a241
- Fix build with TEST enabled
...
Approved by: portmgr blanket
2015-11-05 20:34:17 +00:00
Bartek Rutkowski
0d3a9651ae
games/wesnoth: add portscout information
...
- Fix PORTREVISION position
PR: 203310
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
2015-09-25 14:02:08 +00:00
Jan Beich
853286e43f
games/wesnoth: convert to BROKEN helper
...
While here use more common wording for build failure.
Approved by: portmgr blanket
2015-08-28 15:30:10 +00:00
Dmitry Marakasov
c35eb20603
- Fix shebangs
...
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
2015-07-28 21:35:02 +00:00
Xin LI
b36410e31e
Update to 1.12.4.
...
PR: ports/201192
Submitted by: maintainer (Torsten Zühlsdorff)
2015-07-01 00:27:37 +00:00
John Marino
383cbff142
games/wesnoth: Revert version 1.13 => 1.12
...
This port is supposed to track stable releases. Those end in even
numbers, e.g. 1.10, 1.12, 1.14. The odd numbers are development
releases. The upgrade to 1.13 was due to a misunderstanding about the
version numbering scheme.
PR: 200236
Submitted by: maintainer (Torsten Zuehlsdorff)
2015-05-26 12:39:38 +00:00