Bug 285771 - audio/libmikmod: Update to 3.3.12
Summary: audio/libmikmod: Update to 3.3.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://mikmod.sourceforge.net/#news
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-30 10:16 UTC by Daniel Engberg
Modified: 2025-04-01 20:41 UTC (History)
1 user (show)

See Also:
neuroworker: maintainer-feedback+


Attachments
Patch for libmikmod (2.09 KB, patch)
2025-03-30 10:16 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2025-03-30 10:16:28 UTC
Created attachment 259179 [details]
Patch for libmikmod

* Switch to CMake

Compile tested on FreeBSD 14.2-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 13.4-RELEASE (amd64)
Poudriere testport OK 13.4-RELEASE (i386)
Poudriere testport OK 14.2-RELEASE (amd64)

Tested with following consumers using Podriere on 14.2-RELEASE (amd64):
audio/mikmod
audio/mp-player
audio/sdl_mixer
audio/sdl_sound
audio/simplemod
games/cosmosmash
games/ensemblist
games/pokerth (fails, unrelated)
games/scummvm
games/tecnoballz
misc/bb
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-04-01 20:36:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6e4283ca5f659b60653ff553c989bb73e7a37bc

commit b6e4283ca5f659b60653ff553c989bb73e7a37bc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-04-01 20:33:15 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-04-01 20:35:42 +0000

    audio/libmikmod: Update to 3.3.12

    * Switch to CMake

    Changelog: https://mikmod.sourceforge.net/#news

    PR:             285771
    Reviewed by:    neuroworker@gmail.com (maintainer)

 audio/libmikmod/Makefile  | 23 ++++++++++++++---------
 audio/libmikmod/distinfo  |  6 +++---
 audio/libmikmod/pkg-plist |  2 --
 3 files changed, 17 insertions(+), 14 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2025-04-01 20:41:59 UTC
Committed, thanks!