1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

17626 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
e6c16e8595 Build with -std=gnu++11 when OPENMP is on.
-std=gnu++11 is necessary on FreeBSD 10, whose libc++ does not have the
`operator delete(void*, size_t)' overload from C++14. GCC 6 defaults to
--std=gnu++14, which then breaks the build.

PR:		219485
2017-08-04 18:56:08 +00:00
Jason E. Hale
aa85f3b768 Update to 1.2.5 2017-08-04 01:33:16 +00:00
Jose Alonso Cardenas Marquez
c79492309e - Update to 0.7.0
PR:		221099
Submitted by:	lightside _ at _ gmx.com
2017-08-03 23:21:18 +00:00
Tobias Kortkamp
68f16288f7 New port: games/moonlight-embedded
Moonlight Embedded is an open source implementation of NVIDIA's
GameStream, as used by the NVIDIA Shield.

Moonlight Embedded allows you to stream your full collection of games
from your powerful Windows desktop to your FreeBSD system.

WWW: https://github.com/irtimmer/moonlight-embedded
2017-08-03 21:44:51 +00:00
Alexey Dokuchaev
12fdb39c9f Belatedly update `games/slade' to version 3.1.1.5, the latest stable release.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484663152 which corresponds to commit 00bae1f tagged
as this release.
2017-08-03 15:23:44 +00:00
Tobias Kortkamp
07080ff60a games/ags: Fix build on CURRENT
../Common/debug/assert.h:44:13: fatal error: expected unqualified-id
inline void assert(bool expr) {}
            ^
/usr/include/assert.h:49:21: note: expanded from macro 'assert'
#define assert(e)       ((void)0)
                          ^
Reported by:	pkg-fallout
2017-08-03 15:17:53 +00:00
Alexey Dokuchaev
16adc8f350 Update of LLVM components in -head to version 5.0.0 apparently had broken
OpenTTD due to a conflict of ``type'' being defined (differently) and used
in both libc++ and the game itself:

  In file included from /usr/include/c++/v1/math.h:310:
  /usr/include/c++/v1/limits:234:95: error: member reference base type 'int'
  is not a structure or union
    _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN()
    _NOEXCEPT {return type(0);}

  .../openttd-1.7.1/src/3rdparty/squirrel/squirrel/sqobject.h:99:25: note:
  expanded from macro 'type'
    #define type(obj) ((obj)._type)

Mend the problem by #includ'ing <math.h> prior to Squirrel's (programming
language OpenTTD uses internally for scripting).

Reported by:	pkg-fallout
2017-08-03 11:19:24 +00:00
Guido Falsi
c456c77af9 Update WWW line in pkg-descr. 2017-08-01 17:44:41 +00:00
Richard Gallamore
f299fd9d57 * Updated to 1.7.7.22
* Moved BROKEN_*, BROKEN_* section block(13.1.5) comes before *_DEPENDS(13.1.6)[1]

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

PR:		220999
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11798
2017-08-01 17:17:21 +00:00
Rene Ladan
c6c3afa7e0 Remove expired ports:
2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away)
games/gondola: Depends on expired multimedia/avbin
2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away)
2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer
2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead
2017-07-31 19:39:07 +00:00
Guido Falsi
740d6d61f5 - Update games/0ad to Alpha 22 Venustas (0.0.22)
- Add missing dependencies reported by stage-qa
- Regenerate some patches
- The patch for embedded psutils mostly taken from sysutils/py-psutil121
  port
2017-07-31 14:50:40 +00:00
Thomas Zander
dc8b215ec1 Update to upstream version 1.2.1 2017-07-31 11:07:50 +00:00
Jung-uk Kim
f872930d0e Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR:		221027
Reviewed by:	mat
Approved by:	portmgr (antoine)
2017-07-28 21:45:20 +00:00
Tijl Coosemans
706eb26b03 Release maintainership. 2017-07-28 21:14:57 +00:00
Frederic Culot
93a78e90c2 - Update to 4.2
Changes:	http://www.catb.org/~esr/greed/NEWS
2017-07-28 13:31:49 +00:00
Dmitry Marakasov
d762ae4662 - Unsilence installation, switch to NO_BUILD
Approved by:	portmgr blanket
2017-07-27 16:31:43 +00:00
Emanuel Haupt
0876c7df6e Update to 3.6 2017-07-27 14:23:17 +00:00
Mathieu Arnold
189da2fda2 Regular USE_GITHUB cleanup.
Sponsored by:	Absolight
2017-07-27 13:57:30 +00:00
Dmitry Marakasov
821d9fefa5 - Update to 92.0 2017-07-27 09:58:57 +00:00
Dmitry Marakasov
c86929128f Remove USES=ncurses, this never uses libncurses from ports 2017-07-27 09:08:14 +00:00
Tobias Kortkamp
2e06a5692a games/openmw: Update to 0.42.0
- Drop the gamecontrollerdb.txt patch since controller mappings cannot
  be shared reliably between FreeBSD systems [1]
- Drop patch for inverting the joystick Y-axis based on the invert
  mouse setting

Changes:	https://github.com/OpenMW/openmw/releases/tag/openmw-0.42.0
PR:		218289 [1]
2017-07-26 23:03:57 +00:00
Jan Beich
34c14ef0b9 games/super_methane_brothers: unbreak runtime on non-x86 after r446663
$ methane
Exception caught:
Sorry, clanSWRender requires a processor capable of SSE2 instructions. (Update your CPU)

Pointy hat to:	jbeich
2017-07-26 18:52:59 +00:00
Dmitry Marakasov
a65607a57e - Unbreak: this fetches fine
- Switch to options helpers
- Cosmetic fixes
2017-07-25 15:57:34 +00:00
Dmitry Marakasov
e36cd9fca1 - Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.

It features a rich variety of 172 tracks in 34 sceneries also on
other planets.

Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.

There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.

Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.

The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.

WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
Dmitry Marakasov
889cf8106f - Bump after devel/bullet update 2017-07-25 10:21:32 +00:00
Nikolai Lifanov
3d659d6d14 follow permanent redirect of http -> https
Reported by:	repology.org
2017-07-24 18:55:12 +00:00
Jan Beich
4f25567483 multimedia/assimp: rebuild consumers after r446390
ABI:		https://abi-laboratory.pro/tracker/timeline/assimp/
PR:		220889
Pointy hat to:	jbeich
2017-07-22 12:22:32 +00:00
Jan Beich
acbbc5ad2e games/pioneer: unbreak after r446390
checking for ASSIMP... yes
checking for ASSIMP version >= 3.2... no
configure: error: "assimp version >= 3.2 not found. Get it from https://assimp.sourceforge.net/"
===>  Script "configure" failed unexpectedly.

PR:		220889
Pointy hat to:	jbeich
Obtained from:	upstream
Approved by:	portmgr blanket
2017-07-22 12:17:51 +00:00
Antoine Brodin
190ced69a2 Deprecate ports BROKEN for more than 6 months 2017-07-22 11:01:38 +00:00
Sean Bruno
6bfa434b40 Bump to 05.05.2017 release version.
Release notes:
https://github.com/Cockatrice/Cockatrice/releases/tag/2017-05-05-Release-2.3.17
2017-07-18 18:04:54 +00:00
Emanuel Haupt
5ed9397f9a Update to 3.5 2017-07-17 08:37:08 +00:00
Pawel Pekala
f1a24d2410 - Clarify LICENSE
- Remove deprecated WANT_GNOME
2017-07-16 17:03:45 +00:00
Johan van Selst
c10ec458b4 Update to Crafty 25.2 2017-07-15 22:05:28 +00:00
Dmitry Marakasov
9e09b901b4 - Update WWW
- Add missing depends

Approved by:	portmgr blanket
2017-07-14 17:20:11 +00:00
Dmitry Marakasov
f3aee4732c - Update WWW 2017-07-14 14:27:19 +00:00
Dmitry Marakasov
e4c64249a6 - Pet portlint
- Update WWW
- Regenerate patches
2017-07-14 14:25:30 +00:00
Dmitry Marakasov
3e599a0691 - Pet portlint
- Update WWW
- Add distfile mirror
2017-07-14 11:35:50 +00:00
Dmitry Marakasov
939c81d7f0 - Update WWW 2017-07-14 09:00:24 +00:00
Dmitry Marakasov
c84ef40db6 - Update to 1.0.0 2017-07-10 17:56:36 +00:00
Jan Beich
ae921f2f7f games/manaplus: update to 1.7.7.8
Changes:	https://manaplus.org/changelog#new_release_1778
PR:		220599
Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
MFH:		2017Q3
2017-07-10 13:11:51 +00:00
Dmitry Marakasov
185e3c46e1 - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Switch to relative symlink

Approved by:	portmgr blanket
2017-07-10 09:00:22 +00:00
Steve Wills
7567207527 games/rubygem-vimgolf: create port
CLI client for vimgolf.com

WWW: https://github.com/igrigorik/vimgolf

PR:		220218 (correct PR number this time)
Submitted by:	dereks@lifeofadishwasher.com
2017-07-08 03:14:31 +00:00
Emanuel Haupt
53a048baae Add mrboom 3.4, 8 players Bomberman clone. 2017-07-07 08:59:19 +00:00
Emanuel Haupt
601a3b8d27 Add ballerburg 1.2.0, two players, two castles, and a hill in between. 2017-07-07 07:51:52 +00:00
Richard Gallamore
6b38c75dd9 * Updated maintainer email address
PR:		220395
Submitted by:	kevans
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11497
2017-07-06 01:39:08 +00:00
Johan van Selst
e63f9a4881 Update to Freeciv 2.5.7 (minor bugfix release) 2017-07-05 20:38:02 +00:00
Steve Wills
8ff46c8f9c games/dunelegacy: update to 0.96.4 2017-07-04 21:27:55 +00:00
Nikolai Lifanov
dc230114d2 games/tome4: get rid of http mirror as it's a redirect now 2017-07-03 17:21:20 +00:00
Nikolai Lifanov
cd321e1263 update games/stonesoup, games/stonesoup-sdl to 0.20.1
This is a bugfix release. Changes:
https://crawl.develz.org/wordpress/0-20-1-bugfix-release
2017-07-03 15:44:51 +00:00
Dmitry Marakasov
98b66ed31f - Add missing depends after update to b19
- Drop unneeded lua dependency

PR:		216457
2017-07-03 15:00:46 +00:00