Commit Graph

21 Commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Yuri Victorovich
e6ddba48c5 games/emptyepsilon: Update 2019.01.19 -> 2019.05.21
Reported by:	portscout
2019-06-01 21:23: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
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
2e91464bc0 games/emptyepsilon: Update 2018.09.06 -> 2018.11.16
Reported by:	portscout
2018-11-18 20:37:52 +00:00
Yuri Victorovich
e7ef1f4fc1 games/emptyepsilon: Update 2018.02.15 -> 2018.09.06
Reported by:	portscout
2018-10-17 07:43:25 +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
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Yuri Victorovich
9e4722149a games/emptyepsilon: Update to 2018.02.15
Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-16 10:36:44 +00:00
Yuri Victorovich
f02015f667 games/emptyepsilon: Update to 2018.01.05
Changelog:
https://github.com/daid/EmptyEpsilon/blob/master/CHANGELOG.md

Additional port changes:
* cmake:outsource instead of cmake
* Moved USExx statements to one section

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-10 23:49:18 +00:00
Yuri Victorovich
8c902b03b5 games/emptyepsilon: Update to 2017.11.03
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12944
2017-11-12 21:27:12 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Mark Linimon
081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00
Jochen Neumeister
23978412c3 Update to 2017.05.06
PR:	219398
Reported by: Yuri Victorovich (Maintainer) <yuri@rawbw.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10831
2017-05-21 15:47:30 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Kirill Ponomarev
7e8093932d Update games/emptyepsilon to 2017.02.23
PR:		217361
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9812
2017-03-02 15:44:22 +00:00
Mathieu Arnold
f1f7eee952 Here is an example of where not to use GH_TUPLE because it forces to
rewrite all the default values time and time again.

Sponsored by:	Absolight
2017-02-06 16:42:56 +00:00
Kirill Ponomarev
1ac5ff069d Update games/emptyepsilon to 2017.01.19
PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216720
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9414
2017-02-03 06:36:24 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Jan Beich
9cd2b2e2b3 games/emptyepsilon: add new port
PR:		213939
Submitted by:	yuri@rawbw.com

EmptyEpsilon places you in the roles of a spaceship's bridge officers, like
those seen in Star Trek. While you can play EmptyEpsilon alone or with friends,
the best experience involves 6 players working together on each ship.

Each officer fills a unique role: Captain, Helms, Weapons, Relay, Science, and
Engineering. Except for the Captain, each officer operates part of the ship
through a specialized screen. The Captain relies on their trusty crew to report
information and follow orders.

http://emptyepsilon.org/
2016-11-02 06:25:39 +00:00