aboutsummaryrefslogtreecommitdiff
path: root/games/openra
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* games/openra: fixed distinfoEric Turgeon2022-04-301-3/+3
|
* games/openra: update IP2Location LITE to October snapshotJan Beich2021-12-152-3/+3
|
* games/openra: unbreak fetch due to repo shrinkJan Beich2021-12-151-4/+4
| | | | | | fetch: https://github.com/openra/OpenRA/commit/e13fd693c386.patch: size mismatch: expected 71620, actual 71562 This reverts commit d5ecb8f8afa15f24100df6a3dd9c3e7af491de74.
* games/openra: update IP2Location LITE to August snapshotJan Beich2021-08-052-2/+3
|
* games/openra: unbreak fetch due to repo growthJan Beich2021-08-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -index 66408911006..b518f8db773 100644 +index 664089110063..b518f8db7737 100644 -index ba85c8e5cf2..bb494f8a0e5 100644 +index ba85c8e5cf22..bb494f8a0e54 100644 -index df2bfd43bf2..2933f3edfcd 100644 +index df2bfd43bf29..2933f3edfcd6 100644 -index 6e3e6c27d18..be505c8fa19 100644 +index 6e3e6c27d18b..be505c8fa19b 100644 -index 297194f0bfb..95ab2901495 100644 +index 297194f0bfb4..95ab2901495e 100644 -index d065dd6109b..ced131ea4ed 100644 +index d065dd6109b5..ced131ea4ed0 100644 -index f65a3ed7d60..d8578219cea 100644 +index f65a3ed7d608..d8578219ceaf 100644 -index fb7da2aed7d..21860b456a0 100644 +index fb7da2aed7d4..21860b456a0c 100644 -index 7f03455a06f..b4c8ab1fd8c 100644 +index 7f03455a06f4..b4c8ab1fd8c0 100644 -index 188b2a8ac35..13d35a51f1d 100644 +index 188b2a8ac35a..13d35a51f1d1 100644 -index e4426449899..91e9aa6aa6b 100644 +index e44264498999..91e9aa6aa6b0 100644 -index b5e0fa8c9da..00000000000 +index b5e0fa8c9da2..000000000000 -index 5dfb2a3aaeb..86f92394825 100644 +index 5dfb2a3aaeb7..86f923948253 100644 -index e4426449899..91e9aa6aa6b 100644 +index e44264498999..91e9aa6aa6b0 100644 -index 491cce7a95a..cab82d51a62 100644 +index 491cce7a95ad..cab82d51a624 100644 -index c2af6143312..a458c98158d 100644 +index c2af6143312f..a458c98158da 100644 -index 00000000000..b101372ea82 +index 000000000000..b101372ea829 -index b99b46f5c72..94615cb3e3a 100644 +index b99b46f5c729..94615cb3e3a5 100644 -index 05e76561494..71d1ef37b7f 100755 +index 05e765614940..71d1ef37b7f8 100755 -index 2dc3d212978..44a11597658 100644 +index 2dc3d212978a..44a115976585 100644 -index 83cdbef09c7..b9b51bc9479 100755 +index 83cdbef09c7b..b9b51bc94795 100755 -index e51cdb1fca6..00000000000 +index e51cdb1fca60..000000000000 -index 997900198b0..00000000000 +index 997900198b06..000000000000 -index 52e5db1776f..00000000000 +index 52e5db1776f0..000000000000 -index 0db6e097774..00000000000 +index 0db6e0977741..000000000000 -index 6c2bd284626..00000000000 +index 6c2bd284626a..000000000000 -index 1252f557d2c..00000000000 +index 1252f557d2cd..000000000000 -index 6e9208a829f..00000000000 +index 6e9208a829f3..000000000000 -index 61e9499ba52..a252d5292c0 100644 +index 61e9499ba520..a252d5292c01 100644
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark various ports as BROKEN with Mono 5.20, and, in some other cases,Mark Linimon2020-12-181-1/+7
| | | | | | | | | | | Mono 6.8. PR: 238089 Submitted by: cem Obtained from: lonesome.com build regression testing Notes: svn path=/head/; revision=558398
* games/openra: drop unused distfile after r533806Jan Beich2020-05-072-4/+1
| | | | | | | https://github.com/OpenRA/OpenRA/commit/6385c2487558 Notes: svn path=/head/; revision=534302
* games/openra: update to 20200503Jan Beich2020-05-032-11/+17
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20200503 MFH: 2020Q2 (for multiplayer) Notes: svn path=/head/; revision=533806
* games/openra: update upstream patchesJan Beich2020-04-122-17/+20
| | | | Notes: svn path=/head/; revision=531515
* games/openra: drop non-unit testsJan Beich2020-04-061-5/+5
| | | | | | | Checking style and mod data is only useful upstream. Notes: svn path=/head/; revision=530922
* games/openra: update upstream patchJan Beich2020-04-062-13/+37
| | | | Notes: svn path=/head/; revision=530921
* games/openra: drop nop shebangfixJan Beich2020-04-031-2/+1
| | | | | | | https://github.com/openra/openra/commit/fbf0cb676f Notes: svn path=/head/; revision=530456
* games/openra: simplify fetch phase via upstream fixJan Beich2020-04-032-55/+52
| | | | Notes: svn path=/head/; revision=530455
* games/openra: update to 20200202Jan Beich2020-02-012-12/+6
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20200202 MFH: 2020Q1 (for multiplayer, GeoLite2 removal due to privacy laws) Notes: svn path=/head/; revision=524774
* Simplify port-specific manpages location after r523104Jan Beich2020-01-202-2/+2
| | | | | | | | | | | Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man Notes: svn path=/head/; revision=523601
* games/openra: update to 20191117Jan Beich2019-11-172-23/+19
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20191117 MFH: 2019Q4 (for multiplayer) Notes: svn path=/head/; revision=517829
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* games/openra: update GeoLite2 to November snapshotJan Beich2019-11-062-5/+4
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_20190312.tar.gz: Not Found Notes: svn path=/head/; revision=516884
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* games/openra: regen nupkg distfilesJan Beich2019-09-031-20/+20
| | | | | | | | | | .signature.p7s was added and timestamps changed due to repacking. https://devblogs.microsoft.com/nuget/introducing-repository-signatures/ Tested by: diff <(mtree -k sha256 -cip old) <(mtree -k sha256 -cip new) Notes: svn path=/head/; revision=510970
* games/openra: update to 20190314Jan Beich2019-03-142-7/+7
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20190314 MFH: 2019Q1 (for multiplayer, mostly bug fixes otherwise) Notes: svn path=/head/; revision=495735
* games/openra: update to 20181215Jan Beich2018-12-162-7/+7
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20181215 MFH: 2018Q4 (for multiplayer, mostly bug fixes otherwise) Notes: svn path=/head/; revision=487555
* games/openra: update to 20180923Jan Beich2018-09-243-12/+10
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20180923 MFH: 2018Q3 (for multiplayer, mostly bug fixes otherwise) Notes: svn path=/head/; revision=480599
* games/openra: unbreak fetch after r479607Jan Beich2018-09-122-3/+3
| | | | | | | | | | | | | | | $ make distclean $ make checksum MASTER_SITE_BACKUP= [...] => stylecop.msbuild.4.7.49.0.nupkg doesn't seem to exist in /distfiles/. => Attempting to fetch https://api.nuget.org/v3-flatcontainer/stylecop.msbuild/4.7.49.0/stylecop.msbuild.4.7.49.0.nupkg fetch: https://api.nuget.org/v3-flatcontainer/stylecop.msbuild/4.7.49.0/stylecop.msbuild.4.7.49.0.nupkg: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /distfiles/ and try again. *** Error code 1 Notes: svn path=/head/; revision=479618
* USES=mono: enhance makenupkg and add NUGET_LAYOUTDavid Naylor2018-06-301-1/+2
| | | | | | | | | | | | Enhance makenupkg to properly generate nupkg-* files when multiple feeds provide the same package (but different versions). Add NUGET_LAYOUT to dictate the layout of the package directory. Sometimes msbuild (and nuget) does not work with symbolic links and cannot handle the `legacy` layout. Notes: svn path=/head/; revision=473599
* games/openra: only use -Country suffix in DISTFILESJan Beich2018-06-111-2/+2
| | | | Notes: svn path=/head/; revision=472205
* games/openra: make GeoLite2 fetch deterministicJan Beich2018-06-112-4/+6
| | | | | | | PR: 228877 Notes: svn path=/head/; revision=472204
* games/openra: update GeoLite2 to June snapshotJan Beich2018-06-102-3/+3
| | | | | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1717847, actual 1728369 PR: 228877 Reported by: dbn Notes: svn path=/head/; revision=472153
* games/openra: update GeoLite2 to May snapshotJan Beich2018-05-032-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1694435, actual 1717847 Notes: svn path=/head/; revision=468984
* games/openra: update GeoLite2 to April snapshotJan Beich2018-04-052-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1702260, actual 1694435 Notes: svn path=/head/; revision=466548
* games/openra: update GeoLite2 to March snapshotJan Beich2018-03-102-2/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1687146, actual 1702260 Notes: svn path=/head/; revision=464082
* games/openra: update to 20180307Jan Beich2018-03-082-4/+4
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20180218 MFH: 2018Q1 (only bug fixes) Notes: svn path=/head/; revision=463847
* games/openra: update to 20180218Jan Beich2018-02-192-11/+7
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20180218 MFH: 2018Q1 (for multiplayer, mostly bug fixes otherwise) Notes: svn path=/head/; revision=462334
* games/openra: de-duplicate dllmap in *.config filesJan Beich2018-01-301-1/+1
| | | | | | | | | | | | | | | | | | | SharpFont.dll.config already has os="freebsd" line but not os="dragonfly". Due to symlinks this can lead to <?xml version="1.0" encoding="utf-8" ?> <configuration> <dllmap dll="freetype6" os="linux" target="libfreetype.so.6" /> <dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" /> <dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" /> <dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" /> <dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" /> <dllmap dll="freetype6" os="osx" target="/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib" /> <dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" /> </configuration> Notes: svn path=/head/; revision=460439
* games/openra: NUGET_PACKAGEDIR is a symlink after r460430Jan Beich2018-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | *.config files under thirdparty/download/ didn't have os="freebsd" lines because find(1) doesn't follow symlinks by default which broke runtime e.g., System.DllNotFoundException: soft_oal.dll at (wrapper managed-to-native) OpenAL.ALC10:alcOpenDevice (string) at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x0003f] in <2342b54840fb4908bd25f1f5db2e89d7>:0 at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <2342b54840fb4908bd25f1f5db2e89d7>:0 at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001d] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0 at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00223] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0 System.DllNotFoundException: soft_oal.dll at (wrapper managed-to-native) OpenAL.ALC10:alcOpenDevice (string) at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x0003f] in <2342b54840fb4908bd25f1f5db2e89d7>:0 at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <2342b54840fb4908bd25f1f5db2e89d7>:0 at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001d] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0 at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00223] in <e7e76c84784c4fac82f4d6ffd1656cc2>:0 Notes: svn path=/head/; revision=460436
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)David Naylor2018-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=mono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=mono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no longer suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752 Notes: svn path=/head/; revision=460430
* games/openra: update to 20171014Jan Beich2017-10-144-85/+41
| | | | | | | | | | | | - Drop DOCS as Lua API docs aren't available anymore - Drop ZENITY as it's only used to show FAQ link on crashes - Move game data to DATADIR, better mimicking hier(7) Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20171014 MFH: 2017Q4 (for multiplayer) Notes: svn path=/head/; revision=452072
* games/openra: update GeoLite2 to October snapshotJan Beich2017-10-092-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1564896, actual 1583522 Notes: svn path=/head/; revision=451580
* games/openra: update GeoLite2 to September snapshotJan Beich2017-10-012-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1454069, actual 1564896 Notes: svn path=/head/; revision=451021
* games/openra: update GeoLite2 to June snapshotJan Beich2017-06-112-3/+4
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1381919, actual 1454069 Notes: svn path=/head/; revision=443384
* games/openra: update to 20170527Jan Beich2017-06-042-5/+4
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20170527 MFH: 2017Q2 Notes: svn path=/head/; revision=442568
* games/openra: update GeoLite2 to May snapshotJan Beich2017-05-182-2/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1366645, actual 1381919 Notes: svn path=/head/; revision=441123
* games/openra: update to 20170421Jan Beich2017-04-223-24/+20
| | | | | | | | Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20170421 MFH: 2017Q2 Notes: svn path=/head/; revision=439144
* games/openra: update GeoLite2 to March snapshotJan Beich2017-03-172-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1347263, actual 1334841 Notes: svn path=/head/; revision=436363
* games/openra: update GeoLite2 to February snapshotJan Beich2017-02-152-3/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1298653, actual 1347263 Notes: svn path=/head/; revision=434149
* USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]David Naylor2016-11-271-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instead of excluding the specific packages added to DISTFILES (but only for FreeBSD 9+), exclude all files with a '.nupkg' extension. - Move the nuget-extract command to be before post-extract, to allow the port's post-extract command to move packages around audio/libgpod-sharp: add port for mono bindings for libgpod - audio/libgpod: [2] - USE_GNOME: add missing dependency - Remove mono files from pkg-plist (now in audio/libgpod-sharp) - Allow relevant variables to be overridden - Fix MONO options - Patch source to allow building with modern mono - Avoid post-install target for slave ports. devel/monodevelop: update to 4.6.2.7 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's release). - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification) - LICENSE: Add license of LGPL21 - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) games/openra: simplify post-extract [3] - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly lang/fsharp: update to 4.6.2.7 ChangeLog: - Fix #639: Problems with F# scripts on Mono - Fix FSharp.Compiler.Tools targets for .NET Core usage - Fix FSharp.Compiler.Tools package dependencies lang/mono: update to 4.6.2.7 Mono 4.6.2 is the 1st service release to the 4.6 series. Changes: - LICENSE: Add license of MIT - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) Bug fixes: - #44708 - "TrustFailure (The authentication or decryption has failed.) ... Invalid certificate received from server." with "Error code: 0x5" or "Error code: 0xffffffff800b010f" when attempting to access HTTPS servers on ports other than 443 - #39832 - SIGSEGV when running roslyn multimedia/banshee: bump port revision. - Update missing port dependencies - Convert to use option helpers - OPTIONS: Add APPLEDEV (missing dependency added) - LICENSE: Add MIT license - LICENSE_FILE: Add license file from source - PORTSCOUT: Skip alpha release (2.9.1) x11-toolkits/gnome-sharp20: fix port dependencies - Add missing dependencies - Convert post-patch to shebangfix - LICENSE: add LGPL21 license - LICENSE_FILE: use license file from source - MKAE_JOBS_UNSAFE: remove, does appear to work x11-toolkits/gtk-sharp20: update to 2.12.42. PR: 214680 [2] PR: 214681 Suggested by: jbeich [1] Submitted by: jbeich [3] Approved by: avilla (maintainer; timeout) [2] Notes: svn path=/head/; revision=427247