Commit Graph

22052 Commits

Author SHA1 Message Date
Dmitry Marakasov
3396fab013 games/sgt-puzzles: update 20221121 → 20221125 2022-11-25 18:57:20 +03:00
Dmitry Marakasov
630a2b648f games/opentyrian: update 2.1.20220318 → 2.1.20221123
- Fix passing version to the build system
- Modernize empty directory handling in plist
- Strip binary
- Upstream now installs desktop entry and icons
2022-11-25 18:57:20 +03:00
Alexey Dokuchaev
bed6f6f7e1 games/oblige: use the ports instead of bundled 3rd-party components
Unfortunately, we cannot get rid of bundled Lua just yet as none of
the Lua versions we have can digest the project's *.lua scripts.
2022-11-24 16:16:32 +00:00
Ganael LAPLANCHE
311169f3fd games/burgerspace: Update to 1.9.5 2022-11-24 12:38:41 +01:00
Ganael LAPLANCHE
4e2110a126 games/flightgear: Update to 2020.3.17 2022-11-24 12:38:41 +01:00
Alexey Dokuchaev
c564bf22b9 games/glbsp: update the port to version 2.24 + miscellaneous fixes
- Catch up with new improved directory layout: the main code moved
  into the ``src'' subdirectory; existing makefiles had been fixed
  and consolidated so each type of target (lib/cmdline/gui) is now
  handled in the same makefile
- Drop PLUGIN option and simply install the header file and static
  library for consumer ports' convenience
- Install more complete set of documentation files while I'm at it
2022-11-24 08:35:28 +00:00
Alexey Dokuchaev
c230295b76 games/glbsp: update port description, WWW address, assume maintainership. 2022-11-24 04:31:28 +00:00
Jason W. Bacon
35dc7ffe64 games/solver: Math training game using C and SDL2
Solver is a math training game. The goal of the game is to improve the
user's confidence in using four basic math operations: addition,
subtraction, multiplication and division. The user can set various
options to create a custom game experience. These options include
setting the time limit and the goal for correct/incorrect answers.
This program uses C and SDL2.

PR:             267373
Reported by:    modex@danwin1210.de
2022-11-23 07:49:16 -06:00
Alexey Dokuchaev
d5ce42d1bb games/oblige: random map generator for classic FPS games (new port)
Random level generator for classic FPS games, especially the DOOM
games, but aiming to support Heretic, Hexen, and Quake eventually.

WWW: https://oblige.sourceforge.net/
2022-11-23 11:44:22 +00:00
Kevin Zheng
39628b5c70 games/bzflag: Update to 2.4.26
Changelog:	https://forums.bzflag.org/viewtopic.php?f=62&p=179250#p179250

PR:		267903
2022-11-22 18:38:56 -05:00
Jason E. Hale
53c396443a games/fotaq: Add translations (de, fr, he, it)
Add French, German, Hebrew (subtitles), and Italian (subtitles)
language support as options. Unfortunately, these translations are
all contained in separate distfiles and cannot be simultaneously
installed without creating separate ports or flavors. Since this is an
old game that one likely plays through once, separate ports are probably
not warranted. The original English verison is still the default. It is
noted that the translated version nubmers are different than the English
version, but they are highly unlikely to receive future updates.

Install the entire license text instead of just a stub.

Remove pkg-message in favor of a desktop entry to easily launch the
game from an XDG-compliant environment.

Remove the 2-line pkg-plist in favor of PLIST_FILES and PORTDOCS to
facilitate the transition to multiple distfiles with slightly differing
file structures.

Pet portlint(1).
2022-11-21 20:35:55 -05:00
Jason E. Hale
c24ceaac27 games/bass: Add desktop entry; cleanup
Update MASTER_SITES; distfile was un-fetchable.

Give LICENSE a better name and description. Extract and format only
the relevant part from readme.txt and install that as LICENSE_FILE.

Remove pkg-message.in which just reiterated the instructions already
stated in readme.txt. A desktop entry has been added to facilitate
launching the game and to support the locales for which the game has
subtitles.
2022-11-21 20:35:55 -05:00
Dmitry Marakasov
30f2dc13fb games/sgt-puzzles: update 20221116 → 20221121 2022-11-21 23:21:23 +03:00
Dmitry Marakasov
0ab36cf8d9 graphics/py-pyglet: update to 2.0.0
- Preserve pyglet 1.x as graphics/py-pyglet1
- Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet
- Switch all consumers to graphics/py-pyglet1 as it's likely
  that no consumer is compatible with pyglet 2.x yet
2022-11-21 20:23:41 +03:00
Gleb Popov
2fca7097b9 Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.

This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.

Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports.
2022-11-20 20:39:28 +03:00
Yuri Victorovich
b74a0c2e42 games/iqpuzzle: Update 1.2.6 -> 1.2.7
Reported by:	portscout
2022-11-19 16:10:49 -08:00
Dmitry Marakasov
5822b53fa5 games/sgt-puzzles: update 20221114 → 20221116 2022-11-17 19:26:57 +03:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Dmitry Marakasov
23937149bf games/pentobi: update 20.0 → 21.0 2022-11-16 15:19:17 +03:00
Olivier Duchateau
d8b67209bf x11-toolkits/granite7: update to 7.1.0
Bump PORTREVISION of the few consumers.

PR:		266971
2022-11-14 23:54:36 +01:00
Robert Clausecker
835b479670 games/barony: Fix build on armv7
The type real_t is float on ARM but double on other platforms.  Pepper
in a bunch of extra casts to make clang happy.

The alternative of making real_t a double on ARM does not work.

PR:		267442
Approved by:	maintainer timeout, >2 weeks
MFH:		2022Q4
2022-11-14 20:03:54 +00:00
Jason E. Hale
09011ea6f5 games/*: Adopt a couple ports
Take maintainership of:
games/bass
games/fotaq
2022-11-14 12:13:15 -05:00
Dmitry Marakasov
89c1e632dc games/sgt-puzzles: update 20221111 → 20221114 2022-11-14 19:49:32 +03:00
Piotr Kubaj
da537506b8 games/fheroes2: update to 0.9.21
Changelog:	https://github.com/ihhub/fheroes2/releases/tag/0.9.21
2022-11-14 01:35:23 +01:00
Dmitry Marakasov
f9bb7e0c82 games/zaz: update WWW 2022-11-11 23:06:28 +03:00
Dmitry Marakasov
9a85cfa3a3 games/sgt-puzzles: update 20221108 → 20221111 2022-11-11 21:05:42 +03:00
Nuno Teixeira
a281745326 games/exult-devel: Update to 20221111 snapshot
ChangeLog:
https://github.com/exult/exult/compare/snapshot-v1.9.0.20221110...snapshot-v1.9.0.20221111
2022-11-11 16:37:14 +00:00
Dmitry Marakasov
4304dc6da7 games/sgt-puzzles: update 20221102 → 20221108 2022-11-10 18:24:38 +03:00
Robert Clausecker
4696df195a games/wmqstat: fix build with -fno-common
PR:		267612
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (build fix)
2022-11-09 14:07:44 +01:00
Dmitry Marakasov
08ed52f9da games/sgt-puzzles: update 20221031 → 20221102 2022-11-07 15:27:45 +03:00
Dmitry Marakasov
d52182b43b games/sdl-sopwith: update 2.1.0 → 2.1.1 2022-11-07 15:27:45 +03:00
Dmitry Marakasov
8037c83d39 games/SpaceCadetPinball: fix installation
PR:	265355
2022-11-06 10:16:04 -08:00
Kai Knoblich
19c6804930 games/scummvm: Update to 2.6.1
Changelog:

https://downloads.scummvm.org/frs/scummvm/2.6.1/ReleaseNotes.html

MFH:		2022Q4
2022-11-05 23:21:00 +01:00
Tobias C. Berner
1a35c26cf2 KDE: Update KDE Gear to 22.08.3
Thursday, 3 November 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * dolphin: Fix opening unnecessary new windows (Commit, fixes bug
     #440663)
   * konsole: Fix a crash when extending the selection (Commit, fixes
     bug #398320 and bug #458822)

Announcement:	https://kde.org/announcements/gear/22.08.3/
Changelog:	https://kde.org/announcements/changelogs/gear/22.08.3/
2022-11-04 23:12:06 +01:00
Yuri Victorovich
a5a627bd66 devel/ode: Update 0.13 -> 0.16.2
PR:		255111
Approved by:	acm@ (maintainer)
2022-11-03 22:34:40 -07:00
Dmitry Marakasov
b0e38b17ab games/warzone2100: fix build
Fix build by linking with dynamic SDL2 library instead of the static
one, which pulls transitive dependencies in a broken way.

Reported by:	pkg-fallout, fluffy
2022-11-03 21:26:46 +03:00
Jan Beich
c818b3c58a */*: move CARGO_CRATES to Makefile.crates in my ports 2022-11-03 14:10:55 +00:00
Dmitry Marakasov
058d5ac716 games/minetest: switch to USES=luajit 2022-11-03 15:09:17 +03:00
Ganael LAPLANCHE
e02e127016 devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
2022-11-03 12:32:41 +01:00
Dmitry Marakasov
29e73eea57 games/supertuxkart: update 1.3 → 1.4 2022-11-02 17:59:02 +03:00
Dmitry Marakasov
87dea8c965 games/widelands: update 1.0 → 1.1 2022-11-02 17:59:02 +03:00
Jason E. Hale
c1bfe7393e games/connectagram: Update to 1.3.2
Switch to Qt6 and CMake build as Qt5 support was dropped upstream.
2022-11-01 16:32:47 -04:00
Dmitry Marakasov
dec61bb0a1 games/xonotic: fix installed icon files
- Instead of broken .ico, install complete set of png and svg icons
- Switch to upstream .desktop file as well

PR:		267484
Reported by:	yuri
2022-11-01 16:17:58 +03:00
Dmitry Marakasov
0d6988ddd2 games/sgt-puzzles: update 20221025 → 20221031 2022-11-01 15:46:29 +03:00
Dmitry Marakasov
e5a644e455 games/hyperrogue: update 12.1b → 12.1d 2022-10-31 20:14:42 +03:00
Dmitry Marakasov
5722624b96 games/freedroidrpg: update MASTER_SITES 2022-10-31 20:14:41 +03:00
Dmitry Marakasov
8243db6ed9 games/steelstorm: update WWWs 2022-10-31 20:14:41 +03:00
Dmitry Marakasov
d819fbb7bb games/neverball: update MASTER_SITES 2022-10-31 20:14:41 +03:00
Dmitry Marakasov
244bfa13d9 games/freeorion: remove irrelevant python version limitation
PR:		267362
2022-10-31 20:14:41 +03:00
Daniel Engberg
f070c64dd9 games/voadi: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be
consistent with ports tree

PR:		267069
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-10-30 21:03:46 +01:00
Daniel Engberg
2a1a611efb games/jumpnbump: Use upstream release archive
Use upstream release archive instead of one generated on the fly

PR:		267068
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-10-30 21:03:26 +01:00
Daniel Engberg
1ad8b06c32 games/aisleriot: Update to 3.22.25
Use USE_GITLAB to follow Porters Handbook more closely
Upstream doesn't provide changelog(s) between releases

PR:		267067
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-10-30 21:03:03 +01:00
Piotr Kubaj
ca7752eab5 games/openjk: update to 20221013 and drop DNDEBUG 2022-10-30 19:50:53 +01:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Mikael Urankar
dadc2c5e43 games/veloren: Fix build with rust 1.64.0
Update wgpu to 179ea209374a92837cde252f1d9ee01f628cae08

error[E0597]: `desc_set` does not live long enough

PR:		267173
Reviewed by:	jbeich
2022-10-30 13:07:08 +01:00
Alexey Dokuchaev
517ca7b450 games/yquake2: the port had been updated to version 8.10
While here, do not needlessly initialize local variable as the
FS_GetNextRawPath() would DTRT itself and drop one extra space.

PR:	265286
2022-10-28 13:11:22 +00:00
Dima Panov
dacc9b5134 games/freeciv: properly link with libiconv (+)
By default, Mk/Uses/iconv.mk do not add ICONV_LIB to LDFLAGS.
Pass it via port Makefile

Reported by:	Bob Melson via email
2022-10-28 01:52:07 +03:00
Dmitry Marakasov
0e5f3d5f31 games/DDNet: update 16.4 → 16.5 2022-10-26 21:43:10 +03:00
Dmitry Marakasov
ca21c524c4 games/sgt-puzzles: update 20221024 → 20221025 2022-10-26 21:43:10 +03:00
Dan Langille
92b5359cdf databases/and_others: Fix rc.d script comment
I found this typo while researching something else. It seems to have
propgated around the tree.

Approved by:	blanket
2022-10-26 16:55:27 +00:00
Ganael LAPLANCHE
eca1cb6bf3 games/flightgear: Update to 2020.3.16 2022-10-26 12:42:46 +02:00
Alexey Dokuchaev
f3b510eb82 games/xray_re-tools: try to unbreak the port in "build-as-user" mode
For some reason, extracted nVidia Texture Tools copy cannot be patched
in-place.  Instead, create dummy configuration file within the port's
own working directory.

Reported by:	pkg-fallout
2022-10-26 06:09:56 +00:00
Dmitry Marakasov
1951100e4f games/sgt-puzzles: update 20221019 → 20221024 2022-10-25 19:31:55 +03:00
Kyle Evans
32b4b09f7d games/gzdoom: fix runtime against SDL newer than 2.0
The game was supposed to be restricted to newer versions of SDL than
2.0.6, but they inadvertently only checked the patch number of the
current SDL version.  The provided patch is pulled from a later version
of GZDoom and uses the correct SDL version check macro so that newer
versions of SDL don't need to get up to patchlevel=6 to work again.

MFH:	2022Q4
2022-10-25 00:02:40 -05:00
Alexey Dokuchaev
988ce4aa3d games/pysolfc-cardsets: install Byron Knoll's card images
Update port description accordingly.  Drop USES=tar:bzip2
which is now useless for differently compressed distfiles.

Obtained from:	SlackBuilds.org
2022-10-23 18:22:38 +00:00
Alexey Dokuchaev
6ace199006 games/pysolfc-cardsets: resurrect, rename, update to the latest version. 2022-10-23 08:24:16 +00:00
Henry Hu
062f201c5e
games/libretro-desmume2015: Fix JIT incorrectly disabled
PR:		264137
2022-10-23 01:56:28 +08:00
Danilo Egea Gondolfo
b8cda5aded games/crispy-doom: Update to 5.12.0 2022-10-22 13:55:44 +01:00
Dmitry Marakasov
f303942b2e games/sgt-puzzles: update 20221016 → 20221019 2022-10-22 13:32:16 +03:00
Robert Clausecker
4c3b98b490 games/dobutsu: Update to 4
ChangeLog:	https://github.com/clausecker/dobutsu/blob/master/CHANGES
PR:		267226
2022-10-20 23:16:58 +01:00
Daniel Engberg
4875cfa8c4 games/avp: Mark BROKEN
Mark this broken for now as it doesn't build with NDEBUG defined and
there doesn't seem to be a simple fix around it

PR:		266721
Reported by:	antoine (via exp-run)
Approved by:	portmgr (maintainer timeout, 2+ weeks via private mail)
2022-10-20 22:17:24 +02:00
Gleb Popov
17f6df6b7f games/moonlight-embedded: Update to 2.5.3
Enable compiling a discover feature.
2022-10-19 23:40:49 +03:00
Dmitry Marakasov
1602887be3 games/endless-sky-high-dpi: update 0.9.14 → 0.9.16 2022-10-19 22:15:05 +03:00
Dmitry Marakasov
ccc07edc5a games/endless-sky: update 0.9.14 → 0.9.16.1 2022-10-19 22:15:05 +03:00
Dmitry Marakasov
a4644a82a3 games/sgt-puzzles: update 20221014 → 20221016 2022-10-19 22:15:04 +03:00
Jan Beich
dfe25d73e7 devel/icu: update to 72.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022-10-19 08:10:29 +00:00
Emanuel Haupt
8781f87e3c deskutils/arttime: Move category and update
* Move arttime to a better category
* Update to 1.9.2
2022-10-18 10:51:40 +02:00
Ganael LAPLANCHE
057a7f9f18 games/flightgear: Update to 2020.3.15 2022-10-17 12:02:45 +02:00
Adam Weinberger
8ee44b2a07 games/powder-toy: Restrict luajit to -openresty 2022-10-16 19:13:57 -06:00
Dmitry Marakasov
2edb184f40 games/sgt-puzzles: update 20221008 → 20221014 2022-10-17 02:27:17 +03:00
Dmitry Marakasov
f3c83ff168 games/hyperrogue: update 12.1a → 12.1b 2022-10-17 02:27:16 +03:00
Dima Panov
3c6fab5dce games/freeciv: update to 3.0.4 maintenance release (+)
Release notes:	https://freeciv.fandom.com/wiki/NEWS-3.0.4

While here, pet Q/A
2022-10-16 03:43:57 +03:00
Alexey Dokuchaev
c5f751f8a9 games/xray_re-tools: unbreak the build against new nVidia Texture Tools
In 2020 Ignacio had modified the API with NVTT upstream commit adce1a00
which must have been cleanup, but was more than that.  Particularly, it
shuffled things around DirectDrawSurface class, and thus had broken the
port's build.  While here, remove all bundled 3rd-party code to prevent
accidental use thereof.
2022-10-15 18:08:20 +00:00
Adam Weinberger
09c8b6c737 games/powder-toy: Use USES=luajit (defaults to luajit-devel) 2022-10-14 19:20:44 -06:00
Tobias C. Berner
aecaafb00a KDE: Update KDE Gear to 22.08.2
KDE Gear 22.08.2

Thursday, 13 October 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
2022-10-14 11:20:32 +02:00
Kai Knoblich
cdaa01eb83 games/pysolfc: Update to 2.18.0
Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.18.0/NEWS.asciidoc

MFH:		No (feature release)
2022-10-14 07:49:14 +02:00
Dmitry Marakasov
406566c39a games/sgt-puzzles: update 20220913 → 20221008 2022-10-13 23:15:49 +03:00
Jan Beich
03b6b97b18 games/vkquake: update to 1.20.3
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.13.0
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.13.1
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.20.0
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.20.1
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.20.2
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.20.3
2022-10-12 17:45:08 +00:00
Piotr Kubaj
be5a6472f3 games/fheroes2: update to 0.9.20
Changelog:	https://github.com/ihhub/fheroes2/releases/tag/0.9.20
2022-10-11 15:34:56 +02:00
Piotr Kubaj
61446428b6 games/dxx-rebirth: fix build on 32-bits 2022-10-11 15:34:55 +02:00
Nuno Teixeira
7970182d1d games/exult-devel: Update to 20221010 snapshot
ChangeLog:
https://github.com/exult/exult/compare/snapshot-v1.9.0.20220921...snapshot-v1.9.0.20221010
2022-10-10 22:03:03 +01:00
Neel Chauhan
f98651e032 games/SpaceCadetPinball-devel: Update to 2.0.1.20220929 2022-10-09 13:59:02 -07:00
Neel Chauhan
242e0252a1 games/wolfpack: Release maintainership 2022-10-09 13:42:31 -07:00
Po-Chuan Hsieh
05e7a8b8e1
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-10-09 23:37:51 +08:00
Fernando Apesteguía
f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Emanuel Haupt
0a8cf17e30 games/arttime: GH account was renamed 2022-10-06 13:07:13 +02:00
Neel Chauhan
055cacb541 games/gnome-chess: Update to 43.0 2022-10-05 11:09:33 -07:00
Piotr Kubaj
1a62376293 games/openrct2: update to 0.4.2
Changelog:	https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.2
2022-10-05 16:44:32 +02:00
Piotr Kubaj
b64f4036e5 games/dxx-rebirth: update to 20220929 2022-10-04 22:56:25 +02:00
Emanuel Haupt
7f2f0cc69b games/arttime: add new port
Text art meets the functionality of a feature-rich clock/timer /
pattern-based time manager. Arttime brings curated text art to otherwise
artless terminal emulators of starving developers and other users who
can use the terminal.
2022-10-04 11:34:32 +02:00
Alexey Dokuchaev
0bc263c2a4 Tell PORTSCOUT to ignore some useless tags in three of my ports. 2022-09-30 20:47:52 +00:00
Ganael LAPLANCHE
ce5b5cc1fa games/flightgear: Update to 2020.3.14 2022-09-30 12:32:17 +02:00
Ganael LAPLANCHE
e3eba48aef devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
2022-09-28 12:28:09 +02:00
Nuno Teixeira
eb64c01ce9 games/wtf: Update to 20220926 2022-09-28 01:48:15 +01:00
Dmitry Marakasov
5cec182085 games/njam: switch to archive WWW
Reported by:	repology
2022-09-27 23:10:01 +03:00
Piotr Kubaj
45c5a5520d games/eduke32: update to 20220914 2022-09-26 23:22:40 +02:00
Piotr Kubaj
f340187fef games/NBlood: update to 20220924 2022-09-26 23:22:39 +02:00
Piotr Kubaj
f8d931c67e games/OpenLara: update to 20220827 2022-09-26 23:22:39 +02:00
Fernando Apesteguía
3dacddaf85 games/libretro-fbneo: Update to 20220925
Unbreak after updating.

PR:		266610
Reported by:	sirdice@gmail.com
2022-09-26 17:53:16 +02:00
Dmitry Marakasov
fed5d0e3c8 games/DDNet: update 16.3.2 → 16.4 2022-09-26 18:45:22 +03:00
Guido Falsi
1a23c5b1df games/0ad: Update to 0.0.26 2022-09-26 08:58:02 +02:00
Christian Weisgerber
1e5aaab3fc audio/flac: bump port revision of consumers after update to 1.4.1 2022-09-25 22:14:54 +02:00
Tobias C. Berner
c61262ea1c games/freedroidrpg: restrict support to lua <= 5.3
Used function calls to lua_resume are not 5.4 ready.

PR: 		220281
2022-09-24 08:25:01 +02:00
Nuno Teixeira
3a357ef84a games/melonds: Fix WWW url
- Fix WWW by removing extra "WWW" in url field
 - Bump PORTREVISION

PR:		266565
Reported by:	nimaje+fbz@bureaucracy.de
2022-09-23 15:06:16 +01:00
Piotr Kubaj
f894cc90c0 games/augustus: update to 3.2.0
Changelog:	https://github.com/Keriew/augustus/releases/tag/v3.2.0
2022-09-22 22:07:48 +02:00
Nuno Teixeira
8de329df8f games/exult-devel: Update to 20220921 snapshot
ChangeLog:
https://github.com/exult/exult/compare/snapshot-v1.9.0.20220902...snapshot-v1.9.0.20220921
2022-09-22 19:43:57 +01:00
Alexey Dokuchaev
736806fd2a games/vcmi: new port had been added (+)
VCMI is an open-source project aiming to reimplement HoMM3:WoG
and SoD game engines, giving it new and extended possibilities.

WWW: https://vcmi.eu/
2022-09-21 07:55:44 +00:00
Dmitry Marakasov
f4673bd16d games/vultures-eye: fix build on 14.x by renaming macro which conflicts with math.h
Reported by:	pkg-fallout
2022-09-20 21:21:03 +03:00
Dmitry Marakasov
cb12546550 games/minetest_game: update 5.6.0 → 5.6.1 2022-09-20 21:21:03 +03:00
Dmitry Marakasov
dc86e49899 games/minetest: update 5.6.0 → 5.6.1 2022-09-20 21:21:03 +03:00
Dmitry Marakasov
ec2c5da648 games/stratagus: try to fix portscout 2022-09-20 21:21:03 +03:00
Dmitry Marakasov
08e1122e5e games/griels-quest: try to fix portscout 2022-09-20 21:21:03 +03:00
Dmitry Marakasov
e7a8f39d19 games/hyperrogue: add portscout, pet portlint 2022-09-20 21:21:02 +03:00
Dmitry Marakasov
163bb5b576 games/hedgewars: update 1.0.0 → 1.0.2 2022-09-19 19:36:54 +03:00
Dmitry Marakasov
2753b1b8ac games/hyperrogue: update 12.1 → 12.1a 2022-09-19 19:36:21 +03:00
Stefan Eßer
4ddd2f00d3 games/openarena: fix version number going backwards
This ports needs to always define the PORTREVISION macro to some value
to prevent it from defaulting to the PORTREVISION set in the ioquake3
port.

Since the ioquake3 port was at PORTREVISION 17, and this setting had
leaked into the openarena and openarena-server ports, setting the
PORTREVISION to 1 in openarena caused the version number to decrease.

Set PORTREVISION to 18 (1 higher than the current value in ioquake3)
to make its version compare higher than before the recent port update.

This commit fixes the version number in both openarena and
openarena-server.
2022-09-19 16:53:33 +02:00
Yuri Victorovich
41f3a6777f games/multimc: Fix compilation by removing -Werror
Reported by:	fallout
Approved by:	portmgr (unbreak)
2022-09-18 21:24:00 -07:00
Henry Hu
16b9f7507e games/melonds: Mark as broken on i386
PR:		266434
2022-09-18 01:07:18 +00:00
Stefan Eßer
4030e06a36 Move more URLs from pkg-descr to WWW in Makefile
These ports have been added in the last few days with WWW: lines in
pkg-descr files instead of WWW entries in the Makefile, as required
after commit ddd0e820c8.

Approved by:    portmgr (implicit)
2022-09-16 22:15:18 +02:00
Dmitry Marakasov
13ba540d11 games/hyperrogue: update 12.0u → 12.1 2022-09-16 22:26:31 +03:00
Dmitry Marakasov
77453b262b games/sgt-puzzles: update 20220802 → 20220913 2022-09-16 22:26:31 +03:00
Kai Knoblich
09353d0a9c games/anki: Update to 2.1.54
* Remove BROKEN for aarch64 as the FreeBSD related sections in the
  Bazel rules should now be architecture independent.

* Build a separate binary version of "esbuild" beforehand as the JS
  counterpart, which is used by the Bazel NodeJS ruleset, has fixed
  version checks that cannot patched out easily.

Changelogs since 2.1.49:

https://github.com/ankitects/anki/releases/tag/2.1.54
https://github.com/ankitects/anki/releases/tag/2.1.53
https://github.com/ankitects/anki/releases/tag/2.1.52
https://github.com/ankitects/anki/releases/tag/2.1.51
https://github.com/ankitects/anki/releases/tag/2.1.50

Reviewed by:	tcberner (earlier revision)
MFH:		No (feature release)
Differential Revision:	https://reviews.freebsd.org/D36461
2022-09-16 05:42:24 +02:00
Alexey Dokuchaev
03a64c0799 games/blues: new port had been added (+)
This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox
Adventure game engines developed by Titus Interactive, using SDL 2.

WWW: https://github.com/cyxx/blues
2022-09-14 20:21:42 +00:00
Piotr Kubaj
6fe9cfeca2 games/aquaria: fix build on powerpc64
/wrkdirs/usr/ports/games/aquaria/work/Aquaria-OSE-v1.002-22-g84366ad/BBGE/Base.cpp:1191:8: error: use of undeclared identifier 'SIGTRAP'
        raise(SIGTRAP);
2022-09-13 17:04:42 +00:00
Piotr Kubaj
71e7545476 games/fheroes2: update to 0.9.19
Changelog:	https://github.com/ihhub/fheroes2/releases/tag/0.9.19
2022-09-13 17:04:40 +00:00
Henry Hu
a441758fae games/libretro-melonds: new port: libretro port of melonDS
PR:	266391
2022-09-13 09:09:49 -07:00
Henry Hu
fb2a0ab633 games/melonds: new port: melonDS emulator
PR:	266390
2022-09-13 09:09:48 -07:00
Neel Chauhan
6cb6c548d6 games/eksanos: Update to 1.2.0 2022-09-13 09:09:48 -07:00
Jan Beich
4671753fd5 games/punchy: enable Wayland support
All Wayland compositors on FreeBSD support server-side decorations.
Mutter is X11-only on FreeBSD due to missing (e)logind dependency.
2022-09-13 15:34:19 +00:00
Jan Beich
582659278e games/punchy: add new port
Fish Folk: Punchy is a 2.5D side-scroller beat-'em-up, made in Bevy.
Inspired by games like Little Fighter 2, River City Ransom and many more.
2022-09-13 15:34:19 +00:00
Dmitry Marakasov
113c09ff34 games/jigzo: switch to archive WWW 2022-09-12 23:10:12 +03:00
Jason E. Hale
661e4b6c9f games/tanglet: Update to 1.6.2
Switch to Qt6 and CMake build as Qt5 support was dropped upstream.
2022-09-12 15:45:59 -04:00
Jason E. Hale
4449d4a8e4 games/gottet: Update to 1.2.1
Switch to Qt6 and CMake build as Qt5 support was dropped upstream.
2022-09-12 15:45:59 -04:00
Jason E. Hale
2cf4aea631 games/cutemaze: Update to 1.3.1
Switch to Qt6 as Qt5 support was dropped upstream.
2022-09-12 15:45:59 -04:00
Dmitry Marakasov
bd33c552ca games/wop: switch to archive WWW
- update WWWs
2022-09-12 22:33:54 +03:00
Dmitry Marakasov
83a2997e88 */*: canonize archive.org urls 2022-09-12 22:24:36 +03:00
Neel Chauhan
3b4d9afddf games/openarena: Fix crashing bug when downloading maps from the server
PR:		266384
MFH:		2022Q3 (bugfix blanket)
Reported by:	Kaminar <kaminar AT seznam DOT cz>
2022-09-12 10:01:52 -07:00
Robert Clausecker
b847256946 games/stonesoup: update to 0.29.1
Changelog: https://github.com/crawl/crawl/releases/tag/0.29.1

PR:	266383
2022-09-12 09:32:40 -07:00
Stefan Eßer
28f5812db9 Move more URLs from pkg-descr to WWW in Makefile
These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files

Approved by:	portmgr (implicit)
2022-09-12 18:15:01 +02:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Tobias Kortkamp
e79fe1aabc Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
2022-09-10 19:41:16 +02:00
Tobias Kortkamp
ac16d92202
games/opensonic: Move loggcompat distfile to LOCAL/tobik 2022-09-10 16:36:28 +02:00
Nuno Teixeira
487e4ff6b8 games/wtf: Update to 20220909 2022-09-10 10:53:35 +01:00
Alexey Dokuchaev
d4f124ba35 games/openbve: update OpenBVE to version 1.8.4.2
Reported by:	portscout
2022-09-10 03:47:34 +00:00
Daniel Engberg
e2438a86b8 */*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
2022-09-09 23:02:04 +02:00
Stefan Eßer
8dd0bfb67c games/open-adventure: upgrade to version 1.11 2022-09-09 22:18:16 +02:00
Dmitry Marakasov
6e453d3c22 games/brainparty: switch to archive WWW
Reported by:	repology
2022-09-09 22:45:14 +03:00
Dmitry Marakasov
4bddf5a979 games/blackshadeselite: switch to archive WWW
Reported by:	repology
2022-09-09 22:45:14 +03:00
Dmitry Marakasov
60b6c73375 games/billardgl: switch to archive WWW
Reported by:	repology
2022-09-09 22:45:14 +03:00
Dmitry Marakasov
2c8c57f6bb games/allacrost: switch to archived WWW
Reported by:	repology
2022-09-09 22:45:14 +03:00
Dmitry Marakasov
a147984ce4 games/agame: switch to archived WWW
Reported by:	repology
2022-09-09 22:45:13 +03:00
Dima Panov
6726af96d7 games/wesnoth: update to 1.16.6 maintenance release (+)
Changelog:	https://github.com/wesnoth/wesnoth/blob/1.16.6/changelog.md
2022-09-09 19:07:00 +03:00
Daniel Menelkir
12a4cabc61
all: Return Daniel Menelkir's ports to the pool per his request
PR:		266294
2022-09-09 01:12:06 +02:00
Dmitry Marakasov
15d936e3b1 */*: preserve all WWWs for my ports 2022-09-08 23:30:42 +03:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00
Stefan Eßer
986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00
Tobias C. Berner
8fac410d9e games/hedgewars: prepare for cmake-3.24
Obtained from:	Arch Linux
PR:		265652
2022-09-08 16:18:47 +02:00
Tobias C. Berner
b83e197d31 KDE: Update KDE Gear to 22.08.1
Thursday, 8 September 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
2022-09-08 14:20:03 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
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)
2022-09-07 23:10:59 +02:00
Dmitry Marakasov
3590e12de4 games/shockolate: fix build with SDL2 2.24.0 2022-09-07 20:22:40 +03:00
Dmitry Marakasov
1aecf2db7c games/devilutionX: fix build with SDL2 2.24.0 2022-09-07 20:22:39 +03:00
Tobias C. Berner
b86221feea cleanup: remove trailing whitepaces 2022-09-07 12:26:41 +02:00
Stefan Eßer
cf2fd0b9e1 Use HTTP URLs instead of FTP URLs in pkg-descr files
The use of FTP URLs in pkg-descr files has been deprecated and some of
the FTP URLs in those files have already become stale.

Replace FTP URLs with HTTP URLs where possible.

There does not appear to be any mirror that preserves the contents of
the defunct ftp.cac.washington.edu host.

Approved by:	portmgr (implicit)
2022-09-07 09:46:21 +02:00
Dmitry Marakasov
6b08eab59b games/libretro-fbneo: mark BROKEN
../../burner/libretro/libretro.cpp:372:19: error: non-const lvalue reference to type 'basic_ostringstream<...>' cannot bind to a temporary of type 'basic_ostringstream<...>'
                                option_name = SSTR( "DIPSWITCH " << dipswitch_core_options.size() );
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../burner/libretro/retro_common.h:10:19: note: expanded from macro 'SSTR'
                  ^                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Approved by:	portmgr blanket
Reported by:	pkg-fallout
2022-09-06 00:08:58 +03:00
Dima Panov
deb58d2059 games/picmi: pet stage-qa 2022-09-05 22:06:15 +03:00
Dima Panov
3f314f32de games/palapeli: pet stage-qa 2022-09-05 22:06:15 +03:00
Dima Panov
16647e15a1 games/kreversi: pet stage-qa 2022-09-05 22:06:14 +03:00
Dima Panov
ee9a0bb250 games/klickety: pet stage-qa 2022-09-05 22:06:14 +03:00
Dima Panov
8f8af8e4cc games/kjumpingcube: pet stage-qa 2022-09-05 22:06:14 +03:00
Dima Panov
0b60521269 games/kigo: pet stage-qa 2022-09-05 22:06:13 +03:00
Dmitry Marakasov
0dee612cae games/DDNet: update 16.3.1 → 16.3.2 2022-09-05 20:49:48 +03:00
Dmitry Marakasov
9ce981ef3c games/sdl-sopwith: move from games/sopwith, update 1.8.4 → 2.1.0 2022-09-05 19:26:34 +03:00
Alexey Dokuchaev
7000960836 games/openbve: update OpenBVE to version 1.8.4.1
Reported by:	portscout
2022-09-05 14:22:44 +00:00
Yuri Victorovich
4aadffaa6b games/gogui: Broken on aarch64
Reported by:	fallout
2022-09-04 15:48:46 -07:00
Nuno Teixeira
8584d76bac games/exult-devel: Update to 20220902 snapshot
- fix version platform

ChangeLog:	https://github.com/exult/exult/compare/snapshot-v1.9.0.20220820...snapshot-v1.9.0.20220902
2022-09-03 15:26:45 +01:00
Nuno Teixeira
9d4bc59908 games/exult: Fix version platform 2022-09-03 15:26:45 +01:00
Nuno Teixeira
3f13bdd463 games/gbrainy: Update to 2.4.5
- add NLS knob

ChangeLog:	https://gitlab.gnome.org/GNOME/gbrainy/-/blob/master/NEWS
2022-09-03 15:26:45 +01:00
Dmitry Marakasov
b083860085 games/simsu: update 1.4.0 → 1.4.1
- Simplify by not installing docs which are mostly useless
2022-09-01 21:13:33 +03:00
Dmitry Marakasov
dd28bec282 games/stratagus: update 3.3.1 → 3.3.2
- Add PORTSCOUT
- Pet portlint
2022-09-01 21:13:33 +03:00
Dmitry Marakasov
8a0c1c59e7 games/90secondportraits: add PORTSCOUT 2022-09-01 21:13:33 +03:00
Dmitry Marakasov
8aea85f4c8 games/ivan: update PORTSCOUT 2022-09-01 21:13:32 +03:00
Dmitry Marakasov
e13691d96b games/widelands: add PORTSCOUT 2022-09-01 21:13:32 +03:00
Dmitry Marakasov
b929d02e6c games/peg-e: update 1.3.0 → 1.3.1 2022-09-01 21:13:32 +03:00
Dmitry Marakasov
379587a312 games/hexalate: update 1.2.0 → 1.2.1 2022-09-01 21:13:31 +03:00
Dmitry Marakasov
0158443e29 games/tetzle: update 2.2.0 → 2.2.1 2022-09-01 21:13:31 +03:00
Piotr Kubaj
4dc53e3682 games/NBlood: update to 20220802
Also fix header collision with newer LLVM.
2022-08-31 20:03:42 +00:00
Tobias C. Berner
c1506b5c1e games/gnome-games: remove broken games from metaport
- games/iagno
- games/gnome-taquin

were marked broken in the recent vala update.
This unbreaks the meta-port.

PR:		266138
Reported by:	Eirik Oeverby <ltning-freebsd@anduin.net>
2022-08-31 21:24:25 +02:00