Bug 266709

Summary: multimedia/smpeg: Configure script does not recognize current SDL version
Product: Ports & Packages Reporter: Marty Stanquist <martys1oi>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed Overcome By Events    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (acm)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description Marty Stanquist 2022-09-29 17:59:57 UTC
FreeBSD 13.1-RELEASE-p2 amd64

The configure script for port multimedia/smpeg cannot locate an SDL version greater than or equal to version 1.2.0 even though such a version exists. This causes the script to fail.

Checking for SDL - version >= 1.2.0... no
Configure error - SDL version 1.2.0 not found.

The script fails with just one SDL version sdl-1.2.15_15,2 installed or with multiple versions installed (shown below)

sdl-1.2.15_15,2
sdl_net-1.2.8_3
sdl2-2.24.0_1
sdl2_image-2.6.2_1

Port multimedia/smpeg is called by port emulators/doxbox which causes it to fail also. This has been a recent problem since the upgrade to FreeBSD 13.1-RELEASE.
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-11-18 23:33:42 UTC
it is working right now. I don't see issues with sdl

updating cache ./config.cache
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking for socklen_t... (cached) yes
checking for sdl-config... /usr/local/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for sqrt in -lm... yes
checking for MMX optimizations... no
checking if c++ supports -fno-rtti -fno-exceptions... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating audio/Makefile
creating video/Makefile
creating smpeg-config
creating smpeg.spec

do you see the same issue on this time?