Commit Graph

19326 Commits

Author SHA1 Message Date
Piotr Kubaj
695c318917 games/nethack36: fix build on GCC architectures
Use C11 compiler:
In file included from ../include/isaac64.h:4,
                 from isaac64.c:17:
../include/integer.h:88: error: conflicting types for 'int64_t'
/usr/include/sys/_stdint.h:51: error: previous declaration of 'int64_t' was here
../include/integer.h:89: error: conflicting types for 'uint64_t'
/usr/include/sys/_stdint.h:71: error: previous declaration of 'uint64_t' was here

Approved by:	mentors (implicit approval)
2019-10-01 13:58:46 +00:00
Piotr Kubaj
275a88360f games/redorblack: fix build on GCC architectures
Approved by:	mentors (implicit approval)
2019-10-01 13:53:49 +00:00
Tobias C. Berner
c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00
Piotr Kubaj
5a8f64b8ad games/openrct2: fix build with Clang 9, add USES=xorg, update objects and title-sequences
Merge upstream patch (by jbeich) to fix build with Clang 9.

Add USES=xorg.

Update objects and title-sequences.

Submitted by:	jbeich (LLVM9 patch)
Approved by:	tcberner (mentor)
2019-09-30 10:08:36 +00:00
Thomas Zander
5f1b7d2fe3 Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR:		240890
2019-09-29 10:04:31 +00:00
Jan Beich
824f919f34 games/onscripter: update to 20190922
Changes:	http://onscripter.osdn.jp/onscripter_devel.2019.html
2019-09-29 00:43:41 +00:00
Piotr Kubaj
f202470a88 games/barrage: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-int-conversion"

Approved by:	mentors (implicit approval)
2019-09-27 12:48:06 +00:00
Tobias Kortkamp
deaa22d85c lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00
Guido Falsi
4092f22bdc - Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
  unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
  on startup due to library changes
2019-09-26 21:31:46 +00:00
Rodrigo Osorio
da7861c8c5 Update games/chessx to 1.5.0 and take maintainership
Changelog: http://chessx.sourceforge.net/node/71

PR:		240681
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-09-26 16:21:25 +00:00
Niclas Zeising
51ce1722b4 games/xblackjack: Remove depenency on libXp
Remove the depenency on libXp from games/xblackjack, it is not needed.
This is a prerequisite for deprecating libXp.
Add xorg to uses
2019-09-26 15:59:47 +00:00
Tobias Kortkamp
84b2c75c1f games/ags: Add USES=xorg 2019-09-26 04:20:48 +00:00
Tobias Kortkamp
b382ea50f4 games/ags: Update to 3.4.4.1
- Pet portclippy while here

Changes:	https://github.com/adventuregamestudio/ags/blob/v.3.4.4.1/Changes.txt
2019-09-26 04:17:04 +00:00
Steve Wills
c917c2b134 games/multimc: Update to 0.6.7
PR:		240278
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	tsundoku <me@tsundoku.ne.jp> (maintainer)
2019-09-24 18:08:00 +00:00
Mark Linimon
a4035bae88 Turn off agressive optimizations to build the most generic packages (and,
as a consequence, fix build on GCC-based systems):

  cc1: error: unrecognized command line option "-march=native"

Approved by:	portmgr (tier-2 blanket)
2019-09-24 04:06:15 +00:00
Jan Beich
f45575b26d games/xray_re-tools: unbreak with clang 9
ld: error: utils/converter/level_mesh.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceAABB.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceContainer.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceHPoint.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceMatrix4x4.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IcePoint.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/Ice/IceRandom.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_AABBTree.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_BaseModel.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_Collider.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_MeshInterface.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_Model.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_OptimizedTree.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_TreeBuilders.o: unable to find library from dependent library specifier: Opcode.lib
ld: error: utils/converter/opcode/OPC_TreeCollider.o: unable to find library from dependent library specifier: Opcode.lib

Reported by:	antoine (via bug 240629 exp-run)
Regressed by:	https://reviews.llvm.org/rL360984
2019-09-23 17:02:26 +00:00
Nikolai Lifanov
97b9808458 games/tome4: re-enable LLD_UNSAFE
Still can't link with LLD on 12.0-RELEASE.
No revision bump since it's a build fix.

Reported by:	Piotr Kubaj
2019-09-23 15:23:22 +00:00
Tobias Kortkamp
8806fe9dc5 games/legend-of-edgar: Update to 1.32
- Pet portclippy while here

Changes:	https://github.com/riksweeney/edgar/releases/tag/1.32
2019-09-23 04:36:13 +00:00
Greg Lewis
e096112523 Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 09:26:49 +00:00
Greg Lewis
70f81ace4c Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 09:18:17 +00:00
Greg Lewis
ceaf4e631c Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
2019-09-22 08:56:50 +00:00
Tobias Kortkamp
7a1bd22321 games/ufoai: Prepare for mxml 3.1
src/common/xml.cpp:523:14: error: member access into incomplete type 'mxml_node_t' (aka '_mxml_node_s')
type = node->value.element.name;
^
/usr/local/include/mxml.h:97:16: note: forward declaration of '_mxml_node_s'
typedef struct _mxml_node_s mxml_node_t;        /**** An XML node. ****/
^
9 warnings and 1 error generated.

PR:		240423
Approved by:	m.tsatsenko@gmail.com (maintainer timeout, 14 days)
2019-09-22 04:26:39 +00:00
Greg Lewis
2f02cbae07 Bump PORTREVISION
* Bump PORTREVISION, forgotten in previous change.
* Minor portlint petting
2019-09-21 22:05:10 +00:00
Greg Lewis
9e0bc95333 Make it possible to enable dump logs
* Enable the DUMPLOG configuration option
* Configure an appropriate pattern for the dump log file name.

Note, to actually enable dump logs you will need to edit sysconf and
uncomment the DUMPLOGFILE name variable.
2019-09-21 22:03:06 +00:00
Greg Lewis
8b709ede43 Update to 3.6.2; preserve scores and config
* Update to 3.6.2
* Remove MARK_JOBS_UNSAFE, I have no problems building this on a MP machine
  without this.
* Preserve the sysconf, logfile, record, and xlogfile files across updates
  by copying them to *.sample and marking them with @sample in the
  packing list.  This preserves user configuration changes (sysconf) and
  high score records (logfile, record, xlogfile).
2019-09-21 22:00:47 +00:00
Nikolai Lifanov
d4b666fb8f add new port: games/tome4-beta
This adds a beta of 1.6 patch for games/tome4

It's a major update. Read more in announcements:
https://te4.org/blogs/darkgod/2019/04/news/whats-next-tales-majeyal-lot-and-then-some
https://te4.org/blogs/darkgod/2019/09/news/tales-majeyal-16-beta1-upon-you
2019-09-21 19:49:53 +00:00
Nikolai Lifanov
85b2a32a20 clean up games/tome4 port
- reorder sections
- remove LLD_UNSAFE, not needed after openal update
- prepare for a slave port
2019-09-21 18:28:54 +00:00
Piotr Kubaj
2460b9c47b games/starfighter: fix build on GCC architectures
Set USE_CSTD=c99 to fix build issue when using base GCC:
gfx.c:922: error: 'for' loop initial declaration used outside C99 mode

PR:		240691
Approved by:	portmgr (blanket: build fix), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21722
2019-09-21 15:23:32 +00:00
Jan Beich
749194a7ba games/openbor: update to 7069
Changes:	112671a6...53e392c6
2019-09-21 00:37:19 +00:00
Ganael LAPLANCHE
e025da1854 Add missing USES=xorg for my ports 2019-09-20 21:17:10 +00:00
Piotr Kubaj
f14a2ba27c games/rottdc: fix build on GCC architectures
Use new GCC:
rt_actor.c:11008: internal compiler error: in expand_expr_real_1, at expr.c:8721

Approved by:	mentors (implicit approval)
2019-09-20 13:34:52 +00:00
Max Brazhnikov
387889ff9a games/warmux:
- Undeprecate. Although the project is dead for a long time, other distributions
  still provide packages
- Point WWW at Internet Archive page
- Take maintainership
2019-09-19 18:27:50 +00:00
Dmitry Marakasov
f58d567630 - Fix build for spark64
PR:		240641
Submitted by:	pkubaj@FreeBSD.org
2019-09-19 16:25:04 +00:00
Ganael LAPLANCHE
a650319e3c Update Flightgear aicraft to 20190826 2019-09-19 10:04:53 +00:00
Ganael LAPLANCHE
3d2e226491 Update Simgear & Flightgear ports to 2019.1.1 2019-09-19 10:04:27 +00:00
Antoine Brodin
80ec95120d Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2019-09-19 06:08:57 +00:00
Antoine Brodin
0d50b64ecd Mark BROKEN: checksum mismatch
Reported by:	pkg-fallout
2019-09-19 06:06:48 +00:00
Jan Beich
b4c7e99569 games/onscripter: update to 20190917
Changes:	http://onscripter.osdn.jp/onscripter_devel.2019.html
2019-09-18 20:07:13 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Piotr Kubaj
2abf94ae13 games/el: unbreak on GCC architectures
graphics/cal3d needs a C++11 compiler for el to link.

Approved by:	mentors (implicit approval)
2019-09-17 10:49:14 +00:00
Max Brazhnikov
4eb7b83e22 games/xinvaders3d:
- Fix fetch and undeprecate
- Add LICENSE
- Add dependency on required font
- Install desktop entry
- Update WWW
2019-09-16 19:56:46 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Nikolai Lifanov
b10df2fdf1 update games/wtf to 20190909 snapshot from NetBSD 2019-09-15 16:57:14 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Antoine Brodin
7c76c35dae Mark BROKEN on i386 with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-14 15:44:21 +00:00
Dmitry Marakasov
86e42cce0c - Fix build on powerpc64
PR:		240554
Submitted by:	pkubaj@FreeBSD.org
2019-09-13 20:44:48 +00:00
Dmitry Marakasov
da3c40159e - Update WWW
Approved by:	portmgr blanket
2019-09-12 09:02:50 +00:00
Fernando Apesteguía
0d4d72d7bb games/barrage: update to 1.0.5
While here, fix USES.

ChangeLog: https://sourceforge.net/p/lgames/news/2019/09/barrage-105-released/

Reported by:	portscout
2019-09-11 15:43:29 +00:00
Tijl Coosemans
b1242228d1 Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress. 2019-09-10 19:37:16 +00:00
Danilo Egea Gondolfo
414da504a3 - Update to 1.6.2 2019-09-09 21:22:35 +00:00