aboutsummaryrefslogtreecommitdiff
path: root/games/exult
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal for libgnomeuiBaptiste Daroussin2021-05-012-9/+2
| | | | Remove the GNOME option for all ports depending on libgnomeui
* games/exult: Update to 1.7.0.20210429Neel Chauhan2021-04-292-4/+4
|
* games/exult: Update to 1.7.0.20210428Neel Chauhan2021-04-282-4/+4
|
* games/exult: update to 1.7.0.20210424Fernando Apesteguía2021-04-242-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210423Fernando Apesteguía2021-04-232-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210422Fernando Apesteguía2021-04-222-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210421Fernando Apesteguía2021-04-212-4/+4
| | | | Reported by: portscout
* games/exult: udpate to 1.7.0.20210420Fernando Apesteguía2021-04-202-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210419Fernando Apesteguía2021-04-192-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210418Fernando Apesteguía2021-04-192-4/+4
| | | | Reported by: portscout
* games/exult: update to 1.7.0.20210417Fernando Apesteguía2021-04-172-4/+4
| | | | Reported by: portscout
* games/exult: Update to 1.7.0.20210415Neel Chauhan2021-04-152-4/+4
|
* games/exult: update to 1.7.0.20210414Fernando Apesteguía2021-04-152-5/+4
| | | | Reported by: portscout
* games/exult: fixup after aae00cbee1cef8d51abff5de932f7cf64c62dc87Fernando Apesteguía2021-04-134-45/+67
| | | | | | | | | | | | | | | Apparently, I did not pick up the very last patch in the PR. This additional commit adds the remaining bits discussed in the PR: * Convert to DISTVERSION * Use c++17 * Add missing glib dependency * Make ALSA optional * Reorder some variables PR: 254801 Reported by: gspurki@gmail.com
* games/exult: Update to 1.7.0Fernando Apesteguía2021-04-136-70/+65
| | | | | | | ChangeLog: https://github.com/exult/exult/releases/tag/snapshot-v1.7.0.20210405 PR: 254801 Reported by: gspurki@gmail.com
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-3/+6
| | | | Notes: svn path=/head/; revision=517046
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516845
* games/exult: unbreak on arm*Piotr Kubaj2019-10-131-3/+0
| | | | | | | | | Builds fine. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514361
* Chase update to audio/fluidsynth; bump PORTREVISION of dependent portsThomas Zander2019-09-291-1/+1
| | | | | | | PR: 240890 Notes: svn path=/head/; revision=513215
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-4/+8
| | | | Notes: svn path=/head/; revision=508837
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* games/exult: Fix SDL1 and SDL2 optionsTobias Kortkamp2019-05-261-3/+3
| | | | | | | | | | There is no opt_CONFIGURE_ARGS helper. Change it to opt_CONFIGURE_ON. Without this and with both SDL 1.2 and SDL 2 installed in the build environment it would always pick SDL 1.2 otherwise. Always broken since r418018. Notes: svn path=/head/; revision=502689
* These ports now build on aarch64.Mark Linimon2019-05-031-1/+0
| | | | | | | | | | Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run Notes: svn path=/head/; revision=500752
* Chase update of fluidsynth to 2.0.3Thomas Zander2019-03-021-1/+1
| | | | | | | PR: 233448 Notes: svn path=/head/; revision=494418
* -Wno-c++11-narrowing is not supported by GCC. Set USE_CXXSTD=c++98Mark Linimon2018-12-261-3/+3
| | | | | | | | | | to build with both GCC and Clang. PR: 234365 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=488438
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errorsMark Linimon2018-09-181-3/+4
| | | | | | | | | in CFLAGS to affect clang-based archs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479998
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11Thomas Zander2018-06-011-1/+1
| | | | | | | PR: 228265 Notes: svn path=/head/; revision=471300
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* 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
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-2/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+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
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426084
* Update to version 1.5.0.20160514Mathieu Arnold2016-07-047-47/+111
| | | | | | | | | PR: 210790 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=418018
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+2
| | | | Notes: svn path=/head/; revision=416324
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Include string.h for memset and memmove declarationAntoine Brodin2014-12-251-0/+10
| | | | Notes: svn path=/head/; revision=375593
* - Clarify LICENSEDmitry Marakasov2014-12-132-9/+3
| | | | | | | | | - Add LICENSE_FILE - Switch to USES=autoreconf - Drop @dirrm* from plist Notes: svn path=/head/; revision=374631
* 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
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* 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
* - Switch to USES=libtoolDmitry Marakasov2014-07-021-3/+5
| | | | | | | - Pass maintainership to games@ Notes: svn path=/head/; revision=360280
* games/exult: Update to latest 1.5.x snapshot (Unbreaks F10+)John Marino2014-01-1612-127/+60
| | | | | | | | | | | | | | | | | | The previous version of Exult, 1.2, is considered ancient by the developers. Morever, it's c++ was horrid, requiring around 3 dozen patches just to build on equally ancient gcc 4.5. Exult has not been released yet, but the snapshots are considered superior even to the last RC release, 1.4.9rc. The C++ code builds without patches on both gcc 4.7 (DragonFly) and clang from F10 (verified by Redports) The Exult Studio was added as an option, it's on by default. I did not add the Mod or usecode compiler. If somebody wants those, they can be added as options as well. While updating, support stage. Notes: svn path=/head/; revision=339906
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-111-7/+5
| | | | Notes: svn path=/head/; revision=326991
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487