Commit graph

17874 commits

Author SHA1 Message Date
Jan Beich
13221b9561 MFH: r458224
games/aquaria: unbreak with LLD by default

Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:

/usr/bin/ld: error: cannot preempt symbol: alGetSourcei
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by BBGE/FmodOpenALBridge.cpp
>>>               CMakeFiles/aquaria.dir/BBGE/FmodOpenALBridge.cpp.o:(OggDecoder::decode_loop(OggDecoder*))

/usr/bin/ld: error: cannot preempt symbol: alSourceUnqueueBuffers
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by BBGE/FmodOpenALBridge.cpp
>>>               CMakeFiles/aquaria.dir/BBGE/FmodOpenALBridge.cpp.o:(OggDecoder::decode_loop(OggDecoder*))
[...]

For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).

Reported by:	antoine (via bug 214864)
Approved by:	ports-secteam blanket
2018-01-06 06:01:14 +00:00
Jan Beich
ba2cc16229 MFH: r458223
games/aquaria: unbreak build with Clang 6 (C++14 by default)

Aquaria/ScriptInterface.cpp:10412:59: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
 #define MK_ALIAS(prefix, suffix, alias) {MK_STR(prefix)"_"MK_STR(alias), l_##prefix##_##suffix},
                                                           ^

Reported by:	antoine (via bug 224669)
Approved by:	ports-secteam blanket
2018-01-06 06:00:01 +00:00
Jan Beich
d37194a641 MFH: r458107
games/xqf: lift BROKEN_aarch64 per FreeBSD 11.0 EOL

Here's how the error message actually looked like:

cc  -O2 -pipe  -fno-strict-aliasing -Wall   -o xqf -Wl,-rpath,/usr/local/lib/xqf -Wl,--export-dynamic -Wl,--version-script=../src/xqf.map addmaster.o addserver.o config.o country-filter.o debug.o dialogs.o dns.o filter.o flt-player.o game.o history.o host.o launch.o menus.o pixmaps.o pref.o psearch.o rc.o rcon.o server.o skin.o skin_pcx.o sort.o source.o srv-info.o srv-list.o srv-prop.o stat.o statistics.o trayicon.o utils.o xqf.o xqf-ui.o xutils.o zipped.o redial.o q3maps.o utmaps.o loadpixmap.o splash.o scripts.o -lintl  ../src/zip/libunzip.a ../src/tga/libtga.a  -lGeoIP -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl    -lz -L/usr/local/lib -lX11
/usr/bin/ld: xqf: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/bin/ld: final link failed: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	http://thunderx1.nyi.freebsd.org/data/110arm64-default/426002/logs/errors/xqf-1.0.5_9.log
Pointy hat to:	linimon (generic excerpt)
Tested on:	11.1 (clang 4.0) and 12.0 (clang 6.0)
Approved by:	ports-secteam blanket
2018-01-05 03:33:28 +00:00
Guido Falsi
0192484704 Add patches to fix pokerth build with upcoming boost 1.66.
This is a NOP with the current boost version.

PR:		224123
Submitted by:	jbeich@
Obtained from:	https://github.com/pokerth/pokerth/issues/338
2017-12-31 13:28:37 +00:00
Jan Beich
34fc012876 games/openbor: update to 4553
Changes:	dd8fde3...9b1c39b
2017-12-31 00:56:43 +00:00
Dmitry Marakasov
96753033e6 - Update to 2.1.2
- Update WWW
2017-12-30 21:20:00 +00:00
Dmitry Marakasov
57c697913b - Update to 1.3.5
- Update WWW
2017-12-30 18:19:49 +00:00
Dmitry Marakasov
93df4c37ae - Update to 1.2.4
- Update WWW
2017-12-30 18:19:45 +00:00
Dmitry Marakasov
e0deb82532 - Update to 1.1.2
- Update WWW
2017-12-30 18:19:41 +00:00
Guido Falsi
fc760e0eaa - Update games/oolite to 1.86
- Removed unneeded bsd.port.pre/post separation

PR:		223389
Submitted by:	lightside@gmx.com
2017-12-30 09:43:39 +00:00
Sunpoet Po-Chuan Hsieh
606f43b57b Fix WWW
Approved by:	portmgr (blanket)
2017-12-30 00:14:56 +00:00
Jan Beich
10d9240108 games/openbor: update to 4550
Changes:	21f884c...dd8fde3
2017-12-30 00:08:39 +00:00
Dmitry Marakasov
296fac942a - Fix version to correspond to this port instead of ioquake3 2017-12-28 18:38:26 +00:00
Guido Falsi
fc2db90c15 - Update games/pokerth to 1.1.2
- Add missing dependencies reported by stage-qa
- Sort plist
2017-12-28 13:53:53 +00:00
Nikolai Lifanov
e5d4cd150e update games/wtf to 20171222 snapshot from NetBSD 2017-12-27 20:06:56 +00:00
Jan Beich
2da3159428 games/openbor: don't report slaves as out of date 2017-12-27 14:14:59 +00:00
Jan Beich
51d17e0fbf games/openbor: update to 4549
Changes:	55b816d...21f884c
2017-12-27 14:14:40 +00:00
Antoine Brodin
3a678350fb Deprecate ports broken for more than 6 months 2017-12-27 09:30:47 +00:00
Mark Linimon
f02e9b1855 Disable the extra flag "-march=native" on arm to fix builds.
Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-12-27 07:36:05 +00:00
Dmitry Marakasov
6ba09b21e9 - Add NO_ARCH
- Style fixes
- Switch to options helpers

Approved by:	portmgr blanket
2017-12-26 09:00:42 +00:00
Tobias Kortkamp
a05d0735a7 games/ags: Update to 3.4.1.11
Changes:	https://github.com/adventuregamestudio/ags/releases/tag/v.3.4.1.11
2017-12-25 14:39:56 +00:00
Dmitry Marakasov
61a0b9be49 - Resurrect games/jumpnbump, update to 1.60 2017-12-25 12:58:59 +00:00
Dmitry Marakasov
b7550ab617 Remove games/jumpnbump in order to re-add it preserving history 2017-12-25 12:56:18 +00:00
Tijl Coosemans
00dd953a4d Convert to USES=autoreconf. 2017-12-24 13:55:42 +00:00
Tijl Coosemans
ad1659d956 Convert to USES=autoreconf. 2017-12-24 13:45:17 +00:00
Dmitry Marakasov
96be57405e - Switch to USES=localbase
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
2017-12-24 09:00:37 +00:00
Tijl Coosemans
d8aa5d8c99 Convert to USES=autoreconf. 2017-12-23 16:50:15 +00:00
Dmitry Marakasov
425e48af34 This is a game for the whole family. You play cute fluffy little
bunnies and hop on each other's heads.

At the beginning you are in the menu, where you have to let each
active player jump over the tree trunk to enter the play area, and
then walk to the right. You will then enter the arena. The aim is
to jump on the other bunnies' heads...

Jump 'n Bump was originally a DOS game by Brainchild Design, which
was open sourced under the GPL license and ported to SDL, and then
SDL2.

WWW: https://gitlab.com/LibreGames/jumpnbump
2017-12-22 16:30:01 +00:00
Guido Falsi
fab73a67cc - Update games/corsix-to to 0.61
- Move information about requiring originaal game data files to
  pkg-message where it belongs.
2017-12-22 08:13:04 +00:00
Mark Linimon
bc6d0887a0 Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 10:23:19 +00:00
Mark Linimon
68089d37b7 Use the modern spellings of 'arm' to attempt to build these on the cluster.
Approved by:	portmgr (tier-2 blanket)
2017-12-21 08:59:33 +00:00
Akinori MUSHA
966126cd08 Unbreak unnethack
Submitted by:	adridg
Differential Revision:	D13553
2017-12-21 05:58:15 +00:00
Mark Linimon
75a2415563 Cross-builds under qemu may have pathname information encoded in CXX.
Fix some regexes to compensate.

Approved by:	portmgr (tier-2 blanket)
2017-12-20 15:30:55 +00:00
Lars Engels
7e7263f43b games/scummvm:
Update to 2.0.0
2017-12-20 12:18:21 +00:00
Dmitry Marakasov
c61d211df5 - Remove python version restriction 2017-12-19 20:21:49 +00:00
Sunpoet Po-Chuan Hsieh
ecd043da70 Update textproc/tinyxml2 to 6.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/leethomason/tinyxml2/commits/master
2017-12-19 18:20:20 +00:00
Baptiste Daroussin
f3236c0639 Switch from swig 1.3 to 3.0 2017-12-19 16:23:37 +00:00
Baptiste Daroussin
47cbc2b6de Switch dependency from swig 1.3 to swig 3.0 2017-12-19 16:16:47 +00:00
Mark Linimon
b22594f22e Mark some older failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.

Approved by:  portmgr (tier-2 blanket)
2017-12-19 15:17:07 +00:00
Mark Linimon
f1696c0036 Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.

Approved by:	portmgr (tier-2 blanket)
2017-12-19 14:41:29 +00:00
Dmitry Marakasov
8e81ed0b68 - This is in fact broken on all architectures
Approved by:	portmgr blanket
2017-12-18 15:25:49 +00:00
Dmitry Marakasov
6b54b43d39 - Add LICENSE 2017-12-18 13:18:05 +00:00
Dmitry Marakasov
901cafe46a Revert r456614, it was caused by testing with boost 1.66 2017-12-18 12:33:01 +00:00
Dmitry Marakasov
fd43528af5 - Fix LICENSE
- Switch to options helpers
- Don't install LICENSE with docs
2017-12-18 11:43:55 +00:00
Dmitry Marakasov
cea8e1b664 - Mark BROKEN: does not build: ./vaults.des: line 110, pos 9 : Core function 'level.depth' has unknown return type 'i'.
Approved by:	portmgr blanket
2017-12-18 11:03:13 +00:00
Dmitry Marakasov
8a5fc3ae97 - Mark BROKEN: does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments
Approved by:	portmgr blanket
2017-12-18 11:01:38 +00:00
Dmitry Marakasov
5a1cfd05bb - Fix LICENSE
- Switch to USES=localbase
- Switch to USE_CXXSTD
2017-12-18 10:54:39 +00:00
Dmitry Marakasov
91f1f70111 - Fix python dependency 2017-12-15 14:31:49 +00:00
Dmitry Marakasov
f3a8913a59 - Builds fine here on armv6, assuming armv7 is also OK 2017-12-15 11:18:46 +00:00
Dmitry Marakasov
98f69d9cf2 - Fix depends
- Verbosify build

Approved by:	portmgr blanket
2017-12-14 19:35:40 +00:00