Commit graph

18513 commits

Author SHA1 Message Date
Lars Engels
87ebd7c522 games/wesnoth:
Update to 1.14.5
2018-09-26 13:08:56 +00:00
Jan Beich
3f59c0cc15 games/openbor: switch COMMENT to upstream synopsis
Fighting game has a defined meaning e.g., 1v1 on an arena.
M.U.G.E.N is more suited for those than OpenBOR.
2018-09-26 11:55:52 +00:00
Jan Beich
7284f24958 games/openbor: sync pkg-descr with upstream README.md 2018-09-26 11:22:52 +00:00
Lars Engels
bb6f518033 games/ski:
Update to 6.12
2018-09-26 09:54:07 +00:00
Steve Wills
3e4fbe67b3 games/manaplus: Update to 1.8.9.1
PR:		231698
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
2018-09-25 16:13:04 +00:00
Mark Linimon
b54b77fa86 These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-25 07:29:25 +00:00
Jan Beich
fd68ec8f83 games/openra: update to 20180923
Changes:	https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20180923
MFH:		2018Q3 (for multiplayer, mostly bug fixes otherwise)
2018-09-24 11:31:35 +00:00
Dmitry Marakasov
17e23537a7 - Update to 10.4t 2018-09-24 11:14:41 +00:00
Sunpoet Po-Chuan Hsieh
b9c06a7339 Update WWW 2018-09-24 11:14:28 +00:00
Dmitry Marakasov
9f279213ce - Update to 1.08 2018-09-24 10:58:00 +00:00
Dmitry Marakasov
2df502d53b - Update to 1.08 2018-09-24 10:57:55 +00:00
Mathieu Arnold
83c0ed08a0 These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
2018-09-24 09:49:21 +00:00
Nikolai Lifanov
195f0b43ad update games/stonesoup to 0.22.1
Changes: https://crawl.develz.org/wordpress/0-22-1-and-0-21-2-bug-fix-releases
2018-09-24 04:21:08 +00:00
Nikolai Lifanov
741aeee34e update games/wtf to 20180919 snapshot from NetBSD 2018-09-24 03:18:46 +00:00
Mark Linimon
022ec88b2e Fix build on gcc-based archs.
Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-23 12:28:37 +00:00
Dmitry Marakasov
3ca6880cd2 - Update WWW
Approved by:	portmgr blanket
2018-09-23 09:38:26 +00:00
Mark Linimon
c12220ba5f Adjust USES to fix builds on gcc-bases archs. While here, pet portlint.
Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-23 04:38:22 +00:00
Niclas Zeising
f66fa0d7d0 Fix build after switch to USES=gl
Fix build by using USES=gl properly, instead of USE_GL=yes.  The latter
caused issues on the slave port.

PR:		230692
Reported by:	antoine
2018-09-22 12:49:01 +00:00
Matthias Andree
d1cfeab07e Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
2018-09-22 10:15:22 +00:00
Mark Linimon
aecf049634 Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-22 05:30:31 +00:00
Steve Wills
525450fd1a games/pcgen: update to 6.06.01
PR:		231490
Submitted by:	cperciva
2018-09-21 22:22:29 +00:00
Gleb Popov
260b95f611 games/angband: Set new maintainer.
PR:		230827
Approved by:	tcberner (mentor)
2018-09-20 19:13:04 +00:00
Steve Wills
6b91da65fe games/cataclysm-dda: update, fix build, add SDL option
While here, give maintainership to submitter

PR:		226418
Submitted by:	Greg V <greg@unrelenting.technology>
2018-09-20 05:04:03 +00:00
Mateusz Piotrowski
ebc2572df2 games/genact: Update to 0.6.0
Changelog:
https://github.com/svenstaro/genact/compare/0.5.0...0.6.0

Reported by:	portscout
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17239
2018-09-19 17:19:18 +00:00
Tobias C. Berner
e7032dd996 games/gcompris-qt -- add missing runtime dependencies
PR:		231302
Reported by:	lbartoletti@tuxfamily.org
2018-09-18 17:39:39 +00:00
Mark Linimon
cfd3568a3b Fix problem with clang-specific flags being invoked on gcc-bases
archs (e.g. powerpc64.)

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 12:24:29 +00:00
Mark Linimon
2f0d68299c Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.

Tested for no effect on amd64.

While here, pet portlint.

Approved by:	portgmr (tier-2 blanket)
2018-09-18 09:28:34 +00:00
Mark Linimon
c77e244c6e Fix build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-18 09:10:17 +00:00
Mark Linimon
03cf2e0916 Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errors
in CFLAGS to affect clang-based archs.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:47:31 +00:00
Mark Linimon
2e7f27934a More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:14:23 +00:00
Mark Linimon
8bf23c2df5 Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 07:10:07 +00:00
Wen Heping
6941f343a6 - Update to 0.9.23
- Take maintainership
2018-09-17 02:43:14 +00:00
Sunpoet Po-Chuan Hsieh
9d10d42d4a Change RUN_DEPENDS from rubygem-trollop to rubygem-optimist
- Bump PORTREVISION for dependency and package change
2018-09-16 23:25:26 +00:00
Antoine Brodin
dfc51876b5 Deprecate ports that do not build on FreeBSD 11+ 2018-09-16 11:44:37 +00:00
Danilo G. Baio
636ce5b742 games/robocode: Update to 1.9.3.3
Changes:	http://robo-code.blogspot.com/2018/09/robocode-1933.html
2018-09-14 00:26:39 +00:00
Jan Beich
76d0393e40 games/openra: unbreak fetch after r479607
$ 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
2018-09-12 19:20:10 +00:00
Tobias Kortkamp
fd67293ba1 games/barony: Update to 3.2.1
PR:		231109
Submitted by:	maintainer
Differential Revision:	https://reviews.freebsd.org/D16995
2018-09-12 13:53:48 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Jan Beich
b4a3753fae devel/renpy: update to 7.1.0
Changes:	https://www.renpy.org/release/7.1.0 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-1
2018-09-11 13:44:47 +00:00
Jan Beich
eadcad6fd4 games/openbor: update to 6484
Changes:	44e2998b...949a4031
2018-09-11 00:34:49 +00:00
Jan Beich
c0eed958a2 games/openbor: sort OPTIONS_DEFINE after r479406 2018-09-11 00:34:19 +00:00
Niclas Zeising
87e2a6b841 Change USE_GL to become USES=gl.
Change USE_GL to become USES=gl.  You still need to specify USE_GL as well,
to specify which gl components you need, such as egl glesv2 glut glu glw gl.
Only specifying USE_GL is supported for now, to ease in transition.  It is
however deprecated, and will be removed eventually.
Specifying USES=gl without USE_GL is an error.
USE_GL=yes is also deprecated, but supported for now.  It implies USE_GL=glu.

Fix fallout from this change.

PR:		230692
Approved by:	portmgr (antoine)
exp-run by:	antoine
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16774
2018-09-10 19:56:32 +00:00
Rene Ladan
fae7aa4fea This is the commit message, please edit it.
Remove expired port:
2018-09-08 games/ppracer: Unmaintained.  Play games/etracer instead
2018-09-10 19:49:05 +00:00
Mathieu Arnold
cde7011950 Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:16:16 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Mark Linimon
eab52e9fe4 Try but fail to fix build on gcc-based archs. The changes are necessary
but not sufficient.  This has no effect on clang-based archs.

Approved by:	portmgr (tier-2 blanket)
2018-09-10 01:52:59 +00:00
Jan Beich
4c9268ac6b games/openbor: update to 6477
Changes:	707bf59f...44e2998b
2018-09-08 00:53:46 +00:00
Adriaan de Groot
023390aaa6 Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php

The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.

Submitted by:	tcberner
2018-09-06 21:06:47 +00:00
Sunpoet Po-Chuan Hsieh
556d2ca2dd Update to 99.9.19
Changes:	https://github.com/busyloop/lolcat/commits/master
2018-09-05 23:55:35 +00:00