aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth
Commit message (Collapse)AuthorAgeFilesLines
* games/wesnoth:Lars Engels2018-09-263-9/+10
| | | | | | | Update to 1.14.5 Notes: svn path=/head/; revision=480736
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-0/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=476723
* - Update Battle of Wesnoth to 1.14.3 releaseDima Panov2018-07-256-214/+273
| | | | | | | | PR: 228984 (based on) Submitted by: Maik Fischer Notes: svn path=/head/; revision=475295
* Drop MAINTAINERship for these ports:Torsten Zuehlsdorff2018-05-171-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=470213
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=467711
* games/wesnoth: Unbreak by fixing shebangYuri Victorovich2018-03-181-5/+8
| | | | | | | | | | | Port changes: * Add missing LIB_DEPENDS * Add missing USE_GNOME and USE_XORG Approved by: portmgr (port compliance, infrastructure Notes: svn path=/head/; revision=464955
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=459315
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+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 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=450557
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Build with -std=gnu++11 when OPENMP is on.Raphael Kubo da Costa2017-08-041-0/+4
| | | | | | | | | | | -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 Notes: svn path=/head/; revision=447354
* Fix shebangs.Tobias C. Berner2017-06-021-5/+19
| | | | | | | | | Reviewed by: tz Approved by: tz (maintainer) Differential Revision: https://reviews.freebsd.org/D10779 Notes: svn path=/head/; revision=442408
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* games/wesnoth: add pkg-message for charset informationTorsten Zuehlsdorff2017-05-161-0/+5
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=440997
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=439934
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-0/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* games/wesnoth: Update from 1.12.5 to 1.12.6Torsten Zuehlsdorff2016-12-202-4/+4
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=428998
* games/wesnoth: Enable OPENMP by defaultTorsten Zuehlsdorff2016-12-191-4/+3
| | | | | | | | | PR: 215357 Submitted by: Jan Beich <jbeich@FreeBSD.org> Approved by: mentors (implicit) Notes: svn path=/head/; revision=428925
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=426908
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgTorsten Zuehlsdorff2016-06-101-1/+1
| | | | | | | Approved by: junovitch (mentor) Notes: svn path=/head/; revision=416662
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/wesnoth: update 1.12.4 -> 1.12.5Jason Unovitch2015-11-172-4/+4
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=401801
* - Fix build with TEST enabledDmitry Marakasov2015-11-053-2/+11
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=400866
* games/wesnoth: add portscout informationBartek Rutkowski2015-09-251-1/+3
| | | | | | | | | | - Fix PORTREVISION position PR: 203310 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer) Notes: svn path=/head/; revision=397823
* games/wesnoth: convert to BROKEN helperJan Beich2015-08-281-10/+2
| | | | | | | | | While here use more common wording for build failure. Approved by: portmgr blanket Notes: svn path=/head/; revision=395499
* - Fix shebangsDmitry Marakasov2015-07-281-1/+6
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393115
* Update to 1.12.4.Xin LI2015-07-012-3/+3
| | | | | | | | PR: ports/201192 Submitted by: maintainer (Torsten Zühlsdorff) Notes: svn path=/head/; revision=391018
* games/wesnoth: Revert version 1.13 => 1.12John Marino2015-05-263-11/+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) Notes: svn path=/head/; revision=387468
* - Update to 1.13.0Dmitry Marakasov2015-05-153-11/+11
| | | | | | | | PR: 199848 Submitted by: ports@toco-domains.de (maintainer) Notes: svn path=/head/; revision=386467
* - Add CPE informationJan Beich2015-04-171-1/+4
| | | | | | | | | | - Require openmp-capable compiler for OPENMP PR: 199497 Approved by: Torsten Zühlsdorff (maintainer) Notes: svn path=/head/; revision=384161
* - Update to 1.12.2Jan Beich2015-04-172-3/+3
| | | | | | | | | | | Changes: http://forums.wesnoth.org/viewtopic.php?t=41870 PR: 199414 Submitted by: Torsten Zühlsdorff (maintainer) MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/ba326a36-5f02-452d-a215-31e7b06d5edf.html Notes: svn path=/head/; revision=384142
* - Update to 1.12.1 [1]Jan Beich2015-02-173-174/+82
| | | | | | | | | | | | | | | | | | | | | - Convert to option helpers - Stagify NLS option - Drop unsupported POOLALLOC and PYTHON options - Rename TESTS to TEST - Track direct usage of vorbisfile and fontconfig - Append / (slash) in MASTER_SITES - Don't redefine default WRKSRC Changes: http://forums.wesnoth.org/viewtopic.php?t=41544 PR: 197478 [1] PR: 197496 Submitted by: Torsten Zühlsdorff (maintainer) [1] Reviewed by: bapt, Torsten Zühlsdorff Approved by: Torsten Zühlsdorff (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=379131
* games/wesnoth: Upgrade version 1.10.7 => 1.12.0, change maintainersJohn Marino2015-02-0613-437/+201
| | | | | | | | | | | With the blessing of the former maintainer, the submitter of the PR takes over the maintainership of Wesnoth. PR: 196721 Submitted by: Torsten Zuehlsdorff Notes: svn path=/head/; revision=378538
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Convert games/ to new USES=pythonMarcus von Appen2014-10-201-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* . Fix USES clauses:Greg Lewis2014-09-141-3/+2
| | | | | | | | | | . USE_BZIP2=yes -> USES=tar:bzip2 . USE_GNOME=desktopfileutils -> USES=desktop-file-utils Approved by: portmgr (blanket) Notes: svn path=/head/; revision=368154
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* Fix non default LIB_DEPENDSBaptiste Daroussin2014-07-161-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362048
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* - Stage supportMartin Wilke2014-06-062-3/+57
| | | | | | | PR: 190673 Notes: svn path=/head/; revision=356771
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-2/+2
| | | | Notes: svn path=/head/; revision=336255
* - Fix build with clang [1]Alex Kozlov2013-11-243-0/+30
| | | | | | | | | | PR: ports/183627 Reported by: Pavlo Greenberg <dog@virtual.org.ua> Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1] Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Notes: svn path=/head/; revision=334722