Literally bridging the gap between 2D and 3D games, Ortho Robot is a
perspective based puzzle game, where you flatten the view to move across
gaps. Your objective is to reach the ending green block (either by
standing directly on it or standing on it in relative space). For some
extra challenge, try to collect all coins and perfect your time, steps and
number of warps.
WWW: http://stabyourself.net/orthorobot/
In file included from ffmedia.c:13:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
^
Reported by: pkg-fallout
build/temp.freebsd-11.2-RELEASE-amd64-2.7/core.o:(.bss+0x0): multiple definition of `PyGAME_C_API'
build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here
build/temp.freebsd-11.2-RELEASE-amd64-2.7/subpixel.o:(.bss+0x0): multiple definition of `PyGAME_C_API'
build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here
ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPython"
ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPythonThreaded"
ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "PySurface_AsSurface"
PR: 230115
Reported by: pkg-fallout
Commit ded6410 is 0.1-90-gded6410. Already many commits over 0.1
and just 3 commits of documentation updates short of 0.2 so this
is not a significant update.
- Clean up port
- Use release tarball
- Actually declare a lib dependency on libargp.so
- Drop bogus libxml2, glib dependencies; they were also unused in 0.1_6
- Do not install the docs; the man page already contains the same
information
Port didn't install when mesher option was enabled.
While here add some missing dependencies and reorder some variables
PR: 236914
Submitted by: hiroo.ono+freebsd@gmail.com
code needs some attention, and move macro definition behind other flags
- Fix the build against the LLD linker on i386 when using optimized assembly
routines by allowing relocations in read-only segments (normally, Quake II
builds its shared libraries with -fPIC and they link fine except these few
files written in assembly)
PR: 234866
Submitted by: emaste
While I'm here:
* Fix the symlink for "pysol01.png" by changing it from absolute to relative
because source and target are both inside of ${PREFIX}.
* Update the WWW entry to save uneccessary redirects from HTTP to HTTPS.
Changelog since 2.4.0:
* Compatibility with Pillow 6.x
* Restore the "Save games geometry" feature
* Added a NEWS.asciidoc file
* Forbid illegal moves in Spider and some other variants
* Support for solving Golf using a solver
* Fixed a bug with cards that couldn't be moved or selected
* Ability to run the test suite without Python 2.x and/or pygtk
* Code cleanups
https://github.com/shlomif/PySolFC/blob/pysolfc-2.6.3/NEWS.asciidoc
Approved by: mentors (implicit)
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
- Update to 0.16.1
- Unbreak and remove expiration date
- Fetch from Github
- Add LICENSE
- Use CMake/Ninja for the main build
- Switch to Rust / Cargo to build libstracciatella.so
- Pass to new maintainer (tobik). Thanks for taking it!
PR: 229711
Submitted by: fluffy, rebased and updated by tobik
- Collapse per-mirror MASTER_SITES into single CDN entry point:
old mirrors do not carry 1.9.0 distfile and I could not find
current mirror list, should be OK as new entry point works
with "fetch -A": it either does not redirect at all, or sends
301 (permanent), not 302 (temporary) redirect response
- Allow to build with Fluidsynth music driver (off by default)
- Install more complete set of documentation and game files
- Move docfiles installation under `post-install-DOCS-on'
- Add `sdl' to USES list and make pkg-plist file better sorted
PR: 237094 (patchless update request)