diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index 8a1025ea8ec1..ab3b429e5ca0 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -1,194 +1,193 @@ PORTNAME= sdl2 -DISTVERSION= 2.30.2 -PORTREVISION= 1 +DISTVERSION= 2.30.3 CATEGORIES= devel MASTER_SITES= https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \ https://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform multimedia development API WWW= https://www.libsdl.org/ \ https://github.com/libsdl-org/SDL LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt GNU_CONFIGURE= yes USES= gmake iconv libtool localbase:ldflags pathfix pkgconfig USE_CSTD= c99 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-arts \ --disable-esd \ --disable-rpath .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+= --enable-mmx .else CONFIGURE_ARGS+= --disable-mmx .endif .if defined(MACHINE_CPU) && ${MACHINE_CPU:M3dnow} CONFIGURE_ARGS+= --enable-3dnow .else CONFIGURE_ARGS+= --disable-3dnow .endif .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} CONFIGURE_ARGS+= --enable-sse .else CONFIGURE_ARGS+= --disable-sse .endif .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse2} CONFIGURE_ARGS+= --enable-sse2 .else CONFIGURE_ARGS+= --disable-sse2 .endif .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse3} CONFIGURE_ARGS+= --enable-sse3 .else CONFIGURE_ARGS+= --disable-sse3 .endif MAKE_ENV= V=1 PORTSCOUT= limitw:1,even OPTIONS_DEFINE= ASM CSD DBUS FCITX IBUS JOYSTICK HIDAPI \ SAMPLERATE UDEV OPTIONS_GROUP= AUDIO VIDEO OPTIONS_GROUP_AUDIO= ALSA JACK NAS OSS PIPEWIRE PULSEAUDIO SNDIO OPTIONS_GROUP_VIDEO= KMSDRM OPENGL OPENGLES1 OPENGLES2 VULKAN \ WAYLAND X11 OPTIONS_DEFAULT= ASM JOYSTICK OSS KMSDRM OPENGL \ OPENGLES1 OPENGLES2 VULKAN WAYLAND X11 OPTIONS_DEFINE_powerpc= ALTIVEC OPTIONS_DEFINE_powerpc64= ALTIVEC OPTIONS_DEFAULT_powerpc= ALTIVEC OPTIONS_DEFAULT_powerpc64= ALTIVEC AUDIO_DESC= Audio drivers VIDEO_DESC= Video drivers CSD_DESC= Client-side decorations for Wayland via libdecor FCITX_DESC= fcitx support HIDAPI_DESC= Use HIDAPI for low level joystick drivers IBUS_DESC= IBus support JOYSTICK_DESC= Joystick and haptic support KMSDRM_DESC= KMSDRM display support OPENGLES1_DESC= OpenGL ES 1.x rendering support OPENGLES2_DESC= OpenGL ES 2.x rendering support UDEV_DESC= Use udev for input device detection VULKAN_DESC= Vulkan rendering support ALSA_CONFIGURE_ENABLE= alsa alsa-shared ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALTIVEC_CONFIGURE_ENABLE= altivec ASM_CONFIGURE_ENABLE= assembly CSD_CONFIGURE_ENABLE= libdecor libdecor-shared CSD_LIB_DEPENDS= libdecor-0.so:x11-toolkits/libdecor CSD_IMPLIES= WAYLAND DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_ENABLE= dbus FCITX_LIB_DEPENDS= libfcitx-config.so:chinese/fcitx FCITX_CONFIGURE_ENABLE= fcitx FCITX_IMPLIES= DBUS HIDAPI_CONFIGURE_ENABLE= hidapi HIDAPI_IMPLIES= JOYSTICK IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus IBUS_CONFIGURE_ENABLE= ibus IBUS_IMPLIES= DBUS JACK_CONFIGURE_ENABLE= jack jack-shared JACK_LIB_DEPENDS= libjack.so:audio/jack JOYSTICK_CONFIGURE_ENABLE= joystick haptic JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto JOYSTICK_LIB_DEPENDS= libinotify.so:devel/libinotify KMSDRM_CONFIGURE_ENABLE= video-kmsdrm kmsdrm-shared KMSDRM_USES= gl KMSDRM_USE= GL=gbm NAS_CONFIGURE_ENABLE= nas nas-shared NAS_LIB_DEPENDS= libaudio.so:audio/nas OPENGL_CONFIGURE_ENABLE= video-opengl OPENGL_USES= gl OPENGL_USE= GL=opengl OPENGLES1_CONFIGURE_ENABLE= video-opengles1 OPENGLES1_USES= gl OPENGLES1_USE= GL=egl,glesv1 OPENGLES1_IMPLIES= OPENGLES OPENGLES2_CONFIGURE_ENABLE= video-opengles2 OPENGLES2_USES= gl OPENGLES2_USE= GL=egl,glesv2 OPENGLES2_IMPLIES= OPENGLES OSS_CONFIGURE_ENABLE= oss PIPEWIRE_CONFIGURE_ENABLE= pipewire pipewire-shared PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio pulseaudio-shared PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SAMPLERATE_CONFIGURE_ENABLE= libsamplerate libsamplerate-shared SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SNDIO_CONFIGURE_ENABLE= sndio sndio-shared SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio UDEV_CONFIGURE_ENABLE= libudev UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd UDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto VULKAN_CONFIGURE_ENABLE= video-vulkan VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader WAYLAND_CONFIGURE_ENABLE= video-wayland wayland-shared video-wayland-qt-touch WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_IMPLIES= OPENGLES2 X11_CONFIGURE_ENABLE= video-x11 x11-shared \ video-x11-xcursor \ video-x11-xdbe \ video-x11-xinput \ video-x11-xfixes \ video-x11-xrandr \ video-x11-scrnsaver \ video-x11-xshape X11_USES= xorg X11_USE= XORG=xcursor,xext,xi,xfixes,xrandr,xscrnsaver .include # Similar to x11/pixman .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CFLAGS+= -B${LOCALBASE}/bin -no-integrated-as .endif .include .if !empty(ICONV_LIB) CONFIGURE_ARGS+= ac_cv_lib_iconv_iconv_open=yes ac_cv_func_iconv=yes .endif post-patch: @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/g' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDL2.so .include diff --git a/devel/sdl20/distinfo b/devel/sdl20/distinfo index cbc5acc1adac..693354bf4edd 100644 --- a/devel/sdl20/distinfo +++ b/devel/sdl20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712059601 -SHA256 (SDL2-2.30.2.tar.gz) = 891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31 -SIZE (SDL2-2.30.2.tar.gz) = 7426565 +TIMESTAMP = 1714662200 +SHA256 (SDL2-2.30.3.tar.gz) = 820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec +SIZE (SDL2-2.30.3.tar.gz) = 7425677 diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist index bc0e2c59c786..c3bb57301925 100644 --- a/devel/sdl20/pkg-plist +++ b/devel/sdl20/pkg-plist @@ -1,89 +1,89 @@ bin/sdl2-config include/SDL2/SDL.h include/SDL2/SDL_assert.h include/SDL2/SDL_atomic.h include/SDL2/SDL_audio.h include/SDL2/SDL_bits.h include/SDL2/SDL_blendmode.h include/SDL2/SDL_clipboard.h include/SDL2/SDL_config.h include/SDL2/SDL_cpuinfo.h include/SDL2/SDL_egl.h include/SDL2/SDL_endian.h include/SDL2/SDL_error.h include/SDL2/SDL_events.h include/SDL2/SDL_filesystem.h include/SDL2/SDL_gamecontroller.h include/SDL2/SDL_gesture.h include/SDL2/SDL_guid.h include/SDL2/SDL_haptic.h include/SDL2/SDL_hidapi.h include/SDL2/SDL_hints.h include/SDL2/SDL_joystick.h include/SDL2/SDL_keyboard.h include/SDL2/SDL_keycode.h include/SDL2/SDL_loadso.h include/SDL2/SDL_locale.h include/SDL2/SDL_log.h include/SDL2/SDL_main.h include/SDL2/SDL_messagebox.h include/SDL2/SDL_metal.h include/SDL2/SDL_misc.h include/SDL2/SDL_mouse.h include/SDL2/SDL_mutex.h include/SDL2/SDL_name.h include/SDL2/SDL_opengl.h include/SDL2/SDL_opengl_glext.h include/SDL2/SDL_opengles.h include/SDL2/SDL_opengles2.h include/SDL2/SDL_opengles2_gl2.h include/SDL2/SDL_opengles2_gl2ext.h include/SDL2/SDL_opengles2_gl2platform.h include/SDL2/SDL_opengles2_khrplatform.h include/SDL2/SDL_pixels.h include/SDL2/SDL_platform.h include/SDL2/SDL_power.h include/SDL2/SDL_quit.h include/SDL2/SDL_rect.h include/SDL2/SDL_render.h include/SDL2/SDL_revision.h include/SDL2/SDL_rwops.h include/SDL2/SDL_scancode.h include/SDL2/SDL_sensor.h include/SDL2/SDL_shape.h include/SDL2/SDL_stdinc.h include/SDL2/SDL_surface.h include/SDL2/SDL_system.h include/SDL2/SDL_syswm.h include/SDL2/SDL_test.h include/SDL2/SDL_test_assert.h include/SDL2/SDL_test_common.h include/SDL2/SDL_test_compare.h include/SDL2/SDL_test_crc32.h include/SDL2/SDL_test_font.h include/SDL2/SDL_test_fuzzer.h include/SDL2/SDL_test_harness.h include/SDL2/SDL_test_images.h include/SDL2/SDL_test_log.h include/SDL2/SDL_test_md5.h include/SDL2/SDL_test_memory.h include/SDL2/SDL_test_random.h include/SDL2/SDL_thread.h include/SDL2/SDL_timer.h include/SDL2/SDL_touch.h include/SDL2/SDL_types.h include/SDL2/SDL_version.h include/SDL2/SDL_video.h include/SDL2/SDL_vulkan.h include/SDL2/begin_code.h include/SDL2/close_code.h lib/cmake/SDL2/sdl2-config-version.cmake lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.3000.2 +lib/libSDL2-2.0.so.0.3000.3 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a lib/libSDL2main.a libdata/pkgconfig/sdl2.pc share/aclocal/sdl2.m4