Commit graph

18786 commits

Author SHA1 Message Date
Tobias Kortkamp
1af77b3bac games/moonlight-embedded: Add patch to fix runtime with GFE 3.16
Submitted by:	Brian Bostwick
2019-01-29 15:53:31 +00:00
Vinícius Zavam
d4f5a60cd4 games/nlarn: update 0.7.2_1 to 0.7.3
Makefile

  - adopt this port; portlint OK;
  - it now uses GitHub (following upstream's announce);
  - lua:51 changed to lua:53;
  - USES now has gnome (USE_GNOME= glib20);
  - unsilent patching and reinplaces.

  files/*

  - all patches removed after comparing with upstream code;
  - ran game locally on workstation, after building with new patch (OK).

  pkg-descr

  - updated WWW.

https://nlarn.github.io/news/2018/09/08/release-0.7.3

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18857
2019-01-29 15:01:03 +00:00
Jan Beich
b9381bf1dc games/openbor: update to 6662
Changes:	3ded2363...545b4f94
2019-01-26 00:43:25 +00:00
Steve Wills
a6b5ca3557 games/manaplus: update to 1.8.12.8
PR:		235087
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2019-01-25 16:58:54 +00:00
Dmitry Marakasov
eed34fbe27 - Mark LLD_UNSAFE 2019-01-23 14:01:52 +00:00
Dmitry Marakasov
0b5b59b97e - Update to 1.16 2019-01-22 23:46:12 +00:00
Nikolai Lifanov
4576aed505 update games/wtf to 20190122 snapshot from NetBSD 2019-01-22 18:55:25 +00:00
Tobias Kortkamp
bebeed9249 games/ags: Update to 3.4.1.15
Changes:	https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.1.15/Changes.txt
PR:		229622 (not reported by Portscout)
MFH:		2019Q1 (bug fixes)
2019-01-22 06:14:45 +00:00
Jan Beich
5ecc5cc444 games/openbor: update to 6645
Changes:	f9b7c316...3ded2363
2019-01-22 00:42:02 +00:00
Yuri Victorovich
830aa5134c games/emptyepsilon: Update 2018.11.16 -> 2019.01.19
Reported by:	portscout
2019-01-21 09:26:03 +00:00
Jan Beich
02d4230e75 games/openbor: update to 6642
Changes:	d9ed1120...f9b7c316
2019-01-19 00:32:16 +00:00
Jan Beich
6f333b0b12 lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:50:38 +00:00
Dmitry Marakasov
af23a62324 - Update to 3.5.4 2019-01-17 13:15:22 +00:00
Dmitry Marakasov
229725f31a - Update to 3.5.4 2019-01-17 13:15:18 +00:00
Alexey Dokuchaev
9945a1095c Update `games/freedoko' to version 0.7.19.
Reported by:	portscout
2019-01-16 15:40:34 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Emanuel Haupt
20a305f9c5 Update to 4.6 2019-01-16 07:36:50 +00:00
Tobias Kortkamp
00305bd8b2 Use USE_GL 2019-01-15 15:05:33 +00:00
Steve Wills
0dfe783955 games/chocolate-doom: update to 3.0.0
While here:

* add rc script for server [1]
* add pkg-message on music configuration [2]

PR:		225453
Submitted by:	jakub_lach@mailplus.pl (maintainer)
Submitted by:	Shirkdog <mshirk@daemon-security.com> (update and [1])
Submitted by:	Patrick McMunn <doctorwhoguy@gmail.com> [2]
2019-01-15 14:22:14 +00:00
Steve Wills
e4cbee1556 games/crossfire-client: update to 1.73.0
PR:		234958
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2019-01-15 11:40:43 +00:00
Steve Wills
7fb5219c5f games/stockfish: fix build with GCC-based architectures
PR:		234410
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	maintainer timeout (execve@gmail.com, >2 weeks)
2019-01-14 15:44:21 +00:00
Adam Weinberger
2eb84a7a05 Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
2019-01-13 20:58:36 +00:00
Tobias Kortkamp
f50b94a416 Use USE_SDL where appropriate 2019-01-13 16:08:40 +00:00
Dmitry Marakasov
494b24bafe - Update to 0.1.3 2019-01-12 23:34:15 +00:00
Dmitry Marakasov
18c0ac4b44 - Update to 3.5.3 2019-01-12 23:33:46 +00:00
Dmitry Marakasov
072f545c31 - Update to 3.5.3 2019-01-12 23:33:42 +00:00
Dmitry Marakasov
52a3cf38d1 - Update to 0.9.25 2019-01-11 20:57:34 +00:00
Dmitry Marakasov
3b45454f54 - Don't needlessly specify .so version 2019-01-11 20:56:25 +00:00
Dmitry Marakasov
3ed33995de Switch from devel/physfs-devel to devel/physfs (which us currently the same) 2019-01-11 20:55:49 +00:00
Dmitry Marakasov
e943a340a6 - Update to 0.1.2
PR:		224482
Submitted by:	kevinz5000@gmail.com
2019-01-11 20:50:18 +00:00
Tobias Kortkamp
5934fabb1c games/crossfire-server: Do not set CFLOGGER_USES twice 2019-01-11 16:23:18 +00:00
Dmitry Marakasov
acdd7a2810 - Update to 1.5.8
- Add LICENSE
2019-01-11 12:58:29 +00:00
Tobias C. Berner
7ee9c5458d Update KDE Applications to 18.12.1
Release Announcement:
	https://www.kde.org/announcements/announce-applications-18.12.1.php

Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.

About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.

Improvements include:
  *  Akregator now works with WebEngine from Qt 5.11 or newer
  *  Sorting columns in the JuK music player has been fixed
  *  Konsole renders box-drawing characters correctly again

You can find the full list of changes here:
	https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1
2019-01-10 19:52:57 +00:00
Dmitry Marakasov
531d9da5cd - Update WWW 2019-01-10 09:30:26 +00:00
Jan Beich
ed298cce08 games/openbor: update to 6633
Changes:	6a467a0c...d9ed1120
2019-01-10 00:39:56 +00:00
Danilo G. Baio
21a7b46746 games/robocode: Update to 1.9.3.4
Changelog:	https://robo-code.blogspot.com/2019/01/robocode-1934.html
2019-01-09 22:22:42 +00:00
Tobias Kortkamp
9593ff4ba8 games/adonthell*: Update to 0.3.8
Changes:	http://git.savannah.nongnu.org/cgit/adonthell.git/plain/NEWS
Changes:	http://git.savannah.nongnu.org/cgit/adonthell/adonthell-wastesedge.git/plain/NEWS
2019-01-09 19:11:20 +00:00
Sean Bruno
d07069a7f7 games/cockatrice:
- Move buildtools, qmake and linguistools to "build" dependencies and bump
   PORTREVISION so users get the update.

Reviewed by:	tobik
2019-01-09 15:57:18 +00:00
Dmitry Marakasov
1e3c0f7b1a - Silence stripping 2019-01-09 15:33:12 +00:00
Ganael LAPLANCHE
e0799811d8 Update to 20190106 2019-01-08 21:58:57 +00:00
Dmitry Marakasov
6368fa5823 - Update to 3.5.2 2019-01-08 15:32:54 +00:00
Dmitry Marakasov
9446dd8091 - Update to 3.5.2 2019-01-08 15:32:35 +00:00
Dmitry Marakasov
bda7d1ed12 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2019-01-08 09:30:28 +00:00
Jan Beich
aa990cb918 games/openbor: update to 6618
Changes:	081f80cb...6a467a0c
2019-01-08 00:29:20 +00:00
Jan Beich
c9f7f61773 games/onscripter: update to 20181218
MFH:		2019Q1
2019-01-08 00:28:11 +00:00
Dmitry Marakasov
48642496b5 - Update to 20181213 2019-01-08 00:24:54 +00:00
Gleb Popov
e2c3fdc1fd lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
2019-01-06 12:18:06 +00:00
Antoine Brodin
debdd16154 games/0ad build is not compatible with python3
PR:		234633
2019-01-06 12:06:39 +00:00
Dmitry Marakasov
f96ccfd49b Fix build in 12 by respecting LDFLAGS 2019-01-06 09:12:26 +00:00
Dmitry Marakasov
ee8715f210 - Fix build in 12 by respecting LDFLAGS 2019-01-06 09:12:21 +00:00