head 1.2; access; symbols pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2021.04.06.07.53.56; author wiz; state dead; branches; next 1.1; commitid 9PevIHYPbVorNcOC; 1.1 date 2020.08.08.21.18.30; author schmonz; state Exp; branches; next ; commitid MmEUcopKJyzHZijC; desc @@ 1.2 log @libwildmidi: update to 0.4.4. Bug-fix and maintenance update after the previous version 0.4.3. All users of wildmidi-0.4.x are strongly encouraged to upgrade. What's new in 0.4.4: Fixed integer overflow in midi parser sample count calculation (bug #200). Fixed 8 bit ping pong GUS patch loaders (bug #207). Fixed wrong variable use in reverb code (bug #210). Reset block status of tty after playback (bug #211). Fixed broken file name handling for 'save as midi' command during playback. Clamp MUS volume commands (PR #226). CMake project improvements (bugs: #214, #216, #217, #218) - cmake version 3.1 or newer is now required. @ text @$NetBSD: patch-src_CMakeLists.txt,v 1.1 2020/08/08 21:18:30 schmonz Exp $ Don't build so specially for macOS. --- src/CMakeLists.txt.orig 2020-08-08 14:29:25.000000000 +0000 +++ src/CMakeLists.txt @@@@ -247,7 +247,7 @@@@ SET(WILDMIDILIB_LIBDIR "${WILDMIDILIB_IN CONFIGURE_FILE("wildmidi.pc.in" "${CMAKE_BINARY_DIR}/wildmidi.pc" @@ONLY) # install target (*nix OSes) -IF (UNIX AND NOT APPLE) +IF (UNIX) # install our libraries IF (WANT_STATIC) INSTALL(TARGETS libwildmidi_static DESTINATION ${WILDMIDILIB_INSTALLDIR}) @@@@ -274,7 +274,7 @@@@ IF (UNIX AND NOT APPLE) # install supporting man pages and headers INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/wildmidi_lib.h DESTINATION include) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/docs/man/ DESTINATION man) -ENDIF (UNIX AND NOT APPLE) +ENDIF (UNIX) # install target (Windows: MinGW or MinGW-w64) IF (WIN32 AND CMAKE_COMPILER_IS_MINGW) @ 1.1 log @Fix macOS build by treating it more like other platforms. @ text @d1 1 a1 1 $NetBSD$ @