aboutsummaryrefslogtreecommitdiff
path: root/games/flare-engine
Commit message (Collapse)AuthorAgeFilesLines
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* games/flare-engine: update 1.13.04 → 1.14Dmitry Marakasov2022-12-122-6/+5
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-162-2/+2
| | | | | | | | | | | Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine
* games/flare-engine: update 1.13 → 1.13.04Dmitry Marakasov2022-02-102-4/+4
|
* games/flare-engine: update 1.12 → 1.13Dmitry Marakasov2022-02-092-4/+4
|
* games/flare-engine: update to 1.12Dmitry Marakasov2021-08-183-15/+4
|
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update WWWDmitry Marakasov2020-07-021-1/+1
| | | | Notes: svn path=/head/; revision=541027
* - Update to 1.11Dmitry Marakasov2019-07-282-4/+4
| | | | Notes: svn path=/head/; revision=507537
* - Update to 1.10Dmitry Marakasov2019-05-192-5/+5
| | | | Notes: svn path=/head/; revision=502030
* - Update to 1.09.01Dmitry Marakasov2018-12-142-5/+5
| | | | Notes: svn path=/head/; revision=487444
* -Wno-sign-conversion is not supported by base GCC; remove this flag.Mark Linimon2018-11-021-0/+11
| | | | | | | | | PR: 232106 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483762
* - Update to 1.08Dmitry Marakasov2018-09-242-4/+4
| | | | Notes: svn path=/head/; revision=480566
* - Update to 1.07Dmitry Marakasov2018-09-053-5/+5
| | | | Notes: svn path=/head/; revision=479034
* - Update to 1.06Dmitry Marakasov2018-06-072-4/+4
| | | | Notes: svn path=/head/; revision=471947
* - Update to 1.05Dmitry Marakasov2018-05-032-4/+4
| | | | Notes: svn path=/head/; revision=468976
* - Update to 1.02Dmitry Marakasov2018-04-132-4/+4
| | | | Notes: svn path=/head/; revision=467250
* - Update to 1.01Dmitry Marakasov2018-04-022-4/+4
| | | | Notes: svn path=/head/; revision=466268
* - Update to 1.0Dmitry Marakasov2018-03-164-246/+23
| | | | Notes: svn path=/head/; revision=464672
* 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
* 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
* - Fix build on HEAD (unknown clang option -fwhole-program)Dmitry Marakasov2014-03-301-2/+10
| | | | Notes: svn path=/head/; revision=349665
* - Extend upstream patch to display more info when engine is run without game ↵Dmitry Marakasov2013-12-102-0/+95
| | | | | | | specified Notes: svn path=/head/; revision=336036
* - Update flare to 0.19Dmitry Marakasov2013-12-094-0/+177
- Split flare port to engine and game counterparts just as upstream did - Add patch from upstream git to display useful message when enigne in ran without game specified Notes: svn path=/head/; revision=336034