Bug 266709 - multimedia/smpeg: Configure script does not recognize current SDL version
Summary: multimedia/smpeg: Configure script does not recognize current SDL version
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-29 17:59 UTC by Marty Stanquist
Modified: 2023-01-12 18:13 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?