OpenJK is an effort by the JACoders group to maintain and improve the game
engines on which the Jedi Academy (JA) and Jedi Outcast (JO) games run on,
while maintaining full backwards compatibility with the existing games.
This project does not attempt to rebalance or otherwise modify core gameplay.
WWW: https://openjk.org
PR: 227265
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19955
Without this change, the doc for the rc script references the ability pass Java opts to the start command, but those references are never used. Here we ensure that thse options are respected and implemented.
PR: 237295
Reviewed by: mat(mentor),romain
Approved by: mat(mentor),romain
Differential Revision: D20010
2019-04-30 devel/poco-ssl: Newer version available; use devel/poco instead
2019-04-30 audio/linux-skype_oss_wrapper: Only useful for net-im/skype4
2019-04-30 net-im/skype4: Unsupported upstream
Add a port for the QEMU build of OVMF
Reviewed by: mat, emaste, tsoome, araujo, manu
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19869
Filesystem Abstraction for Python. Work with files and directories in archives,
memory, the cloud etc. as easily as your local drive. Write code now, decide
later where the data will be stored; unit test without writing real files;
upload files to the cloud without learning a new API; sandbox your file writing
code; etc.
WWW: https://www.pyfilesystem.org/
This port is for the 2.x version which is not API compatible with
previous versions.
PR: 234491
Submitted by: Ting-Wei Lan <lantw44@gmail.com> (inspired by)
Add USES=compiler:c++11-lang to fix:stat.hpp:307: error: ISO C++ does not support long long
PR: 237554
Approved by: farrokhi (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20087
Add USES=compiler:c++14-lang to fix build on GCC architectures:
Make Error in lib/Basic/CMakeLists.txt:
Target "kleeBasic" requires the language dialect "CXX14" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
PR: 237623
Approved by: arrowd (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20088
Add -Wno-unused-function -Wno-error to CXXFLAGS when using GCC.
While here, add USES=localbase:ldflags.
PR: 233888
Approved by: FreeBSD@ShaneWare.Biz (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20089
Replace . with -> (for accessing a pointer) in src/cmd/unit_collide.h
PR: 237034
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20090
Add USES=compiler:c++11-lang to fix linking on GCC architectures.
Also add --enable-verbose-build to generate more messages during build.
PR: 237226
Approved by: lme (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19988
libmicro names files with -powerpc suffix, not powerpc64. Set and use LIBMICRO_ARCH instead of ARCH.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19956