Commit Graph

22 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
landry
7f628961c7 games/f1spirit: fix WANTLIB and drop unneeded libidn from LDEP
spotted by sthen@
2021-12-13 09:07:05 +00:00
sthen
9011504e02 f1spirit: rename the distfile.
if the contents of a distfile change under the same name upstream,
use DISTFILES=local{remote}suffix so that the fetched copy has a new
name.
2021-03-06 15:29:07 +00:00
kirby
dfdde1bf7f - switch HOMEPAGE and MASTER_SITES to HTTPS
- upstream re-rolled  distfile so update distinfo. No content difference
   with distfile stored on openbsd.org mirrors.
2021-02-19 09:33:59 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
naddy
764262e2b8 fix build with clang6; fix CFLAGS while here 2018-04-15 21:14:40 +00:00
espie
82ef01c110 if using C++ just say it!
this game's build system is moronic.
fixes link with lld
2017-11-02 15:04:18 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
landry
0344893db4 Update to f1spirit svn rev 1615 2014-04-27 09:18:01 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
espie
cd8134ea09 a few more WANTLIB 2010-11-08 15:54:53 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
ajacoutot
a8ddb9a348 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 16:27:59 +00:00
landry
46b9c5dbb7 Import f1spirit, a remake of Konami's original F1-Spirit from 1987.
F-1 Spirit is a racing game. You will race with many different types
of cars, starting by Stock or Rally cars, and finishing by driving F1
cars (once you have classified for it by passing for F3, F3000 and
Endurance cars).

Note that this requires DRI, the game is barely usable otherwise.
2009-03-19 18:30:30 +00:00