head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.52 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.50 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.48 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.46 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.44 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.42 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.40 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.38 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.36 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.34 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.32 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.30 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.28 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.26 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2019.11.11.22.03.01; author maya; state Exp; branches; next ; commitid Tk4A01jjMoRPWtKB; desc @@ 1.1 log @enigma: update to 1.21. C++11 compatibility patches from amdmi3@@freebsd. Intended to address PR pkg/54597: games/enigma distfile contains broken PNG images Changes in Version 1.21 ======================= User-Visible changes -------------------- - New translations: Croatian, Czech, Danish, Scottish-Gaelic, and Slovak - updated remaining translations - fixed many English typos - Russian reference manual - rollover for options and rating buttons - 51 new Enigma levels (now a total of 984 main-pack levels, plus 21 tutorials) Internal changes ---------------- - further rewrites of old-API levels to new API (only 212 old-API left) - many bug fixes Changes in Version 1.20 ======================= User-Visible changes -------------------- - added ingame music by Taztunes (deactivated by default) - removed "over par" notification by general request - 78 new Enigma levels (now a total of 956 levels, plus 21 tutorials) - replaced old Sokoban levels by 1077 imported Sokoball levels - 95 new Pentomino levels Internal changes ---------------- - many bug fixes Changes in Version 1.10 (Released only for level authors and testers) ======================= User-Visible changes -------------------- - new objects: wires, st_barrier, opal oxyds, drunken thiefs, st_yinyang, st_dispenser_extralife, fl_scales, framed floors, it_meditation_volcano, it_meditation_caldera, puzzle singletons, mirror sheets, bigbricks in wood and blue-sand decor, cracks with water beneath, black pearls, and st_rawglass_quad - vastly extended st_window, hollow puzzles, it_strip - color coding for keys and locks - four new oxyd colors and shuffle oxyds - many improved images for higher resolutions - new images for coins - extra lifes now look like batteries to not confuse them with ac_pearl - tutorial level for st_chess Internal changes ---------------- - new API, involving a reengineering of many objects, a consistent naming scheme for all objects, and a rewrite of almost every level - new libraries: liblua, libmath, libmap to ease programming of complex levels libpuzzle, libtrain to ease programming of large puzzles and trains libimport, libpento, libsoko to generate or import complete levels from different formats - internal maze generation - internal flood generation - improved it_rubberband, st_surprise and it_surprise - itemfreeze stone now is an own object st_ice @ text @$NetBSD$ Remove weird substituion that stomps netbsd's /bin/sh (XXX no idea what it is trying to do...) --- configure.orig 2014-12-19 21:26:52.000000000 +0000 +++ configure @@@@ -10732,7 +10732,7 @@@@ if test "x$MACOSX" = xyes; then FREETYPE_PREFIX=`$PKG_CONFIG freetype2 --variable libdir` PNG_PREFIX=`$PKG_CONFIG libpng --variable libdir` XERCESC_PREFIX=`$PKG_CONFIG xerces-c --variable libdir` - LIBS="-lz -lbz2 ${FREETYPE_PREFIX//\"/}/libfreetype.a ${PNG_PREFIX//\"/}/libpng.a ${XERCESC_PREFIX//\"/}/libxerces-c.a $LIBS_NOSDL" + LIBS="-lz -lbz2 ${FREETYPE_PREFIX}/libfreetype.a ${PNG_PREFIX}/libpng.a ${XERCESC_PREFIX}/libxerces-c.a $LIBS_NOSDL" fi if test "$MINGW32" = yes; then @