aboutsummaryrefslogtreecommitdiff
path: root/games/avp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/avp: fix build on currentPiotr Kubaj2020-08-261-0/+10
| | | | Notes: svn path=/head/; revision=546267
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+2
| | | | | | | | | | | | | After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030 Notes: svn path=/head/; revision=528750
* games/avp: fix build on GCC architecturesPiotr Kubaj2019-12-091-1/+1
| | | | | | | | OpenAL needs C++11 compiler: /usr/local/lib/libopenal.so: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21' Notes: svn path=/head/; revision=519611
* games/avp: fix build with clang on 12.0 and newerPiotr Kubaj2019-05-241-0/+1
| | | | | | | | | | 12.0 and newer use lld and this port fails to link with lld. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20385 Notes: svn path=/head/; revision=502427
* games/avp: open source Alien vs Predator engine reimplementationPiotr Kubaj2019-05-204-0/+56
You need a copy of the game to play this. PR: 228246 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19950 Notes: svn path=/head/; revision=502127