Commit Graph

10 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
kmos
e8cb4947ab Fix build for games/postal on ld.bfd architectures.
Mark it NOT_FOR_ARCHS for big endian architectures since the colors
are all wrong on BE architectures (as pointed out by cwen@)

ok bcallah@ cwen@
2020-04-26 00:58:20 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bcallah
e13ef4ff2c solene@ reports that GOG updated their Postal game, and the pkg/README is
now outdated.

Update and simplify, and bump.
2018-12-18 10:59:20 +00:00
bcallah
7444452ff4 Switch MASTER_SITES to the NYC*BUG mirror, problem noticed by solene@ 2018-11-02 00:56:29 +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
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bcallah
c0dd0d0789 Fix build with clang6
ok jasper@
2018-04-08 19:15:41 +00:00
bcallah
2cc9863dd1 No one noticed that the pkg/README wasn't being installed. Myself included.
Fix that, bump REVISION because of it.
2017-12-22 21:45:58 +00:00
bcallah
ebcf5fb0d4 Import games/postal, the non-stop killing isometric shooter game.
ok kirby@, who provided the above COMMENT.

postal is the official game engine for Postal 1 from Running With
Scissors released as open source. It requires the original game assets
to run.

Postal 1 is an isometric shooting game.
2017-12-22 10:23:26 +00:00