aboutsummaryrefslogtreecommitdiff
path: root/games/doomsday/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* 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
* multimedia/assimp: rebuild consumers after r446390Jan Beich2017-07-221-1/+1
| | | | | | | | | ABI: https://abi-laboratory.pro/tracker/timeline/assimp/ PR: 220889 Pointy hat to: jbeich Notes: svn path=/head/; revision=446395
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* 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
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update multimedia/assimp to upstream version 3.1.1Thomas Zander2016-03-271-1/+1
| | | | | | | | | | | | | | | | Details: - Allow build with clang on FreeBSD >= 10 - Add BOOST option - Add restrictions for USE_GCC - Update post-patch and pkg-plist file - Bump PORTREVISION on dependent ports (possible ABI change) PR: 207575 Submitted by: lightside@gmx.com Approved by: maintainer timeout Notes: svn path=/head/; revision=411981
* - Fix crash when there's no xrandr supportDanilo Egea Gondolfo2016-02-151-0/+1
| | | | | | | | PR: 207113 Submitted by: amdmi3 Notes: svn path=/head/; revision=408963
* - Update to 1.15.8Danilo Egea Gondolfo2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408124
* - Update to 1.15.7Danilo Egea Gondolfo2016-01-021-1/+1
| | | | Notes: svn path=/head/; revision=405070
* - Update to 1.15.6Danilo Egea Gondolfo2015-12-201-12/+11
| | | | Notes: svn path=/head/; revision=404071
* - Switch to USES=execinfoDanilo Egea Gondolfo2015-12-181-7/+2
| | | | | | | | PR: 205276 Submitted by: pawel Notes: svn path=/head/; revision=403990
* - this port doesn't use pngAntoine Brodin2014-12-251-4/+2
| | | | | | | - cleanup plist Notes: svn path=/head/; revision=375553
* 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-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* 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
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-0/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* - Update from 1.14.4 to 1.14.5Danilo Egea Gondolfo2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358628
* - Update from 1.14.3 to 1.14.4Danilo Egea Gondolfo2014-05-251-1/+1
| | | | Notes: svn path=/head/; revision=355253
* - Update from 1.14.2 to 1.14.3Danilo Egea Gondolfo2014-05-161-1/+1
| | | | Notes: svn path=/head/; revision=354185
* - Update from 1.14.1 to 1.14.2Danilo Egea Gondolfo2014-05-081-1/+1
| | | | Notes: svn path=/head/; revision=353295
* games/doomsday: Unbreak on DragonFly (note OSVERSION used without OPSYS)John Marino2014-05-061-1/+1
| | | | | | | | | | OPVERSION always requires coupling with OPSYS to be correct, but normally I let "<" comparison violators go because it never equates to "true" on DragonFly. This is a rare case where DragonFly needs the comparison to be true. Add a couple of OPSYS to fix the recent breakage on DragonFly. Notes: svn path=/head/; revision=353111
* - Update from 1.14.0 to 1.14.1Danilo Egea Gondolfo2014-04-271-1/+1
| | | | Notes: svn path=/head/; revision=352436
* - Update from 1.13.2 to 1.14.0Danilo Egea Gondolfo2014-04-271-5/+12
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=352388
* games/doomsday: fix PORTSCOUT variableMax Brazhnikov2014-03-281-1/+1
| | | | Notes: svn path=/head/; revision=349415
* - Update to 1.13.2Steve Wills2014-03-251-1/+3
| | | | | | | | | | - Add PORTSCOUT restriction to avoid beta builds PR: ports/187933 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=349187
* Fix `make fetch' after r339985.Raphael Kubo da Costa2014-01-181-1/+1
| | | | | | | | | | We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed. PR: ports/185830 Submitted by: Max Sterling <maxclsb@gmail.com> Notes: svn path=/head/; revision=340208
* - Follow upstream and rename games/deng to doomsdayMax Brazhnikov2014-01-161-0/+49
- Update to 1.12.2 (upstream has switched from cmake to qmake) - Add STAGEDIR support - Python is required only for building - Remove custom post-install - Use options helpers PR: based on ports/185171 Submitted by: Max Sterling <maxclsb at gmail.com> Notes: svn path=/head/; revision=339985