/multimedia/mplayer-fonts/

rce". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine graphics/freeglut: Fix build after joy(4) removal 2018-10-25T18:48:23+00:00 zeising zeising@FreeBSD.org 2018-10-25T18:48:23+00:00 75afcb683b3028bd95a35dbc1b0d15836f4604bd Fix build of graphics/freeglut after the removal of the joy(4) driver in FreeBSD CURRENT. The same fix is applied for all FreeBSD versions though. Simply remove the include of sys/joystick.h, and instead bring in the definition of struct joystick from that file into the freeglut source. None of the ioctls in sys/joystick.h are ever used in freeglut. Please note that juystick support in freeglut on FreeBSD is not really tested, so no promises are made about it. Reported by: goshanecr on the FreeBSD forum in collaboration with: imp
Fix build of graphics/freeglut after the removal of the joy(4) driver in
FreeBSD CURRENT.  The same fix is applied for all FreeBSD versions though.
Simply remove the include of sys/joystick.h, and instead bring in the
definition of struct joystick from that file into the freeglut source.  None
of the ioctls in sys/joystick.h are ever used in freeglut.

Please note that juystick support in freeglut on FreeBSD is not really
tested, so no promises are made about it.

Reported by:	goshanecr on the FreeBSD forum
in collaboration with:	imp