Index: Makefile =================================================================== --- Makefile (revision 553661) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= godot -DISTVERSION= 3.2.2 +DISTVERSION= 3.2.3 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games @@ -21,7 +21,7 @@ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++14-lang gl pkgconfig scons ssl xorg +USES= compiler:c++14-lang gl pkgconfig scons xorg USE_XORG= x11 xcursor xi xinerama xrandr xrender USE_GL= gl glew glu @@ -29,24 +29,30 @@ GH_ACCOUNT= godotengine MAKE_ARGS+= platform=x11 builtin_libpng=False \ - builtin_openssl=False verbose=True + verbose=True MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} -MAKE_ARGS_clang= use_llvm=True +MAKE_ARGS_clang= use_llvm=True use_lld=True CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 # option MONO doesn't build (needs 5.12+) so for now leave it out as an option -OPTIONS_DEFINE= EXAMPLES TOOLS +OPTIONS_DEFINE= EXAMPLES TOOLS ALSA PULSEAUDIO UDEV OPTIONS_DEFAULT= ALSA # Moved to devel/godot-tools OPTIONS_EXCLUDE?= EXAMPLES TOOLS OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO +OPTIONS_GROUP= UDEV +OPTIONS_GROUP= LIBUDEV AUDIO_DESC= Audio support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MAKE_ARGS= alsa=True ALSA_MAKE_ARGS_OFF= alsa=False +UDEV_DESC= Libudev support (Joystick) +UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd +UDEV_MAKE_ARGS= udev=True +UDEV_MAKE_ARGS_OFF= udev=False # master at 2/4 tagged for 3.2 EXAMPLES_GH_TUPLE= godotengine:godot-demo-projects:57baf0a1b5d1:DEMOS EXAMPLES_PORTEXAMPLES= * Index: distinfo =================================================================== --- distinfo (revision 553661) +++ distinfo (working copy) @@ -1,9 +1,5 @@ -TIMESTAMP = 1593941797 -SHA256 (dotnet.glob.2.1.1.nupkg) = 8fa01b1928a9c4b70a4803226dcd2ec942474daf2876b80e35a0380d72f8fc1a -SIZE (dotnet.glob.2.1.1.nupkg) = 73782 -SHA256 (godotengine-godot-3.2.2-stable_GH0.tar.gz) = 9a071aba23fc912976203d35212a94207b7cb667c0b5353b3525f9b7e6899017 -SIZE (godotengine-godot-3.2.2-stable_GH0.tar.gz) = 22299965 +TIMESTAMP = 1604022187 +SHA256 (godotengine-godot-3.2.3-stable_GH0.tar.gz) = 4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae +SIZE (godotengine-godot-3.2.3-stable_GH0.tar.gz) = 22459811 SHA256 (godotengine-godot-demo-projects-57baf0a1b5d1_GH0.tar.gz) = 20f020a8593d9cf6f44ec9331675fe5ac015573491f408ecd364663a7e95df89 SIZE (godotengine-godot-demo-projects-57baf0a1b5d1_GH0.tar.gz) = 159067937 -SHA256 (mono-nuget-binary-ebedbf8_GH0.tar.gz) = a0362e65a381c99f222ce141012f5a0663b4a4ae22f27f638198f7414464bf1a -SIZE (mono-nuget-binary-ebedbf8_GH0.tar.gz) = 2778322 Index: files/patch-platform_x11_detect.py =================================================================== --- files/patch-platform_x11_detect.py (nonexistent) +++ files/patch-platform_x11_detect.py (working copy) @@ -0,0 +1,11 @@ +--- platform/x11/detect.py.orig 2020-10-30 01:48:18 UTC ++++ platform/x11/detect.py +@@ -311,7 +311,7 @@ def configure(env): + else: + print("PulseAudio development libraries not found, disabling driver") + +- if platform.system() == "Linux": ++ if platform.system() == "FreeBSD": + env.Append(CPPDEFINES=["JOYDEV_ENABLED"]) + + if env["udev"]: Property changes on: files/patch-platform_x11_detect.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property