pkgsrc/emulators
adam 55249ccc96 hatari: updated to 2.2.1
Version 2.2.1 (2019-02-08)
 ---------------------------

Emulation:
- CPU:
  - Fix a bug/regression from Hatari 2.1.0 in the UNPK instruction


 Version 2.2.0 (2019-01-31)
 ---------------------------

Note:
- Compiling with SDL 1.2 is considered as deprecated now.
  The support for SDL 1.2 will be dropped in a future release.
- Hatari now requires a C compiler compatible with c99/gnu99

Emulation:
- CPU:
  - CPU core updated to WinUAE 4.1.0
  - Fix 68030 MMU PTEST/FSAVE/FRESTORE
  - Improve 68030 bus error handling and retrying faulty instruction
  - Fix: only enable cache emulation when relevant
  - Improve softfloat FPU emulation
  - FPU emulation mode (softfloat or not) can be changed on the fly
  - Ensure HW registers region is not cachable for 68030 without MMU
    when write allocate mode is enabled
- DSP:
  - Fix DSP ROM tables (sin, mulaw & a-law)
  - Some  waitstate cycles were not correctly counted when accessing
    DSP IO regs in CE mode
- Blitter:
  - Fix: a rare case in cycle exact mode when bus is shared between CPU
    and blitter : the last word of a transfer could be wrong if bus was
    owned by CPU just before processing this last word and a read-modify-write
    is made
  - State of current blitter operation was sometimes not correctly restored
    when CPU temporarily stopped the blitter and resumed it later
  - DSP emulation was not updated in parallel when blitter was running
- Video:
  - Handle VBlank signal and mask the 2 last lines when bottom border
    is removed
- Hard disks:
  - Experimental support for the NCR5380 SCSI chip in Falcon and TT mode
- Serial ports:
  - Very experimental support for the SCC chip of the Mega-STE, TT and Falcon
    (only channel B for now, and output only, use the "--scc-b-out" command
    line switch)
- Misc:
  - Correctly emulate bus error handling for STE lightpen registers
  - Experimental support for TOS 2.07 (the "Sparrow" TOS)

Emulator:
- Misc:
  - "patch TOS timer-D" speedup option is now disabled by default
  - Allow up to 512MB of TT-RAM (increased from 256 MB)
  - Additional ROM patches applied to TOS v4.x for 040 & 060
  - Improved info and warning output for Hatari constraints and issues
- Memory snapshot save/restore:
  - Fix: Include GEMDOS HD file handles so apps with open files work
  - Improve memory snapshot save/restore reliability
    (e.g. for pending interrupts)
  - Save/restore TT RAM content into memory snapshots
- SDL GUI:
  - Show warning dialog when cartridge file is disabled due to conflict
    with other features
  - Fix halt dialog crash on double bus error before SDL init
  - Add FPU softfloat option
  - Move joystick info to second statusbar line
  - Few additional special keys can be remapped
  - Fix: broken CPU dialog with old UAE CPU core
  - Display 'SF' in status bar if FPU emulation is using softfloat library
  - Display 'CE' or 'PF' in status if using 'cycle exact' or 'prefetch' modes
  - It is now possible to configure more than one ACSI hard disk images
- MacOS / GUI:
  - Minor GUI updates for v2.1 changes
  - Fix: "reset" and "don't reset" UI buttons inverted
  - Update MIDI panel for French version
  - Save screenshots in user defined location or ~/Desktop
- Windows:
  - Fix: buffer overflow in relative Hatari datapath handling
- Disk handling:
  - IDE byte-swap option added to config file & GUI
  - Fix: NF SCSI driver didn't invalidate cache for changed memory area
  - Fix: *.INF file in disk image being overridden even when neither
    VDI mode or autostart program wasn't specified (v2.1 regression)
  - Fix: GEMDOS HD Fwrite() can be done from ROM area (for ROM saving)
- Media handling:
  - Fix: AVI recording with PNG codec could be wrongly limited to 4GB
    with some OSes
- Screen handling:
  - Fix: TOS <= v2.x crashes when mouse is moved in 16x16 area at
    the bottom right corner in VDI mode (Hatari v1.0 regression)
  - Fix: "--tos-res high" setting
- Debugging:
  - Fix: DSP/CPU profile "addresses" commands output line count when
    paging.  Tell also when it wraps to start
  - Each log message has a log level prefix
  - (Almost) all Hatari output goes now through logging framework so
    that Hatari verbosity can be controlled
  - Output at default log level is reduced significantly
  - Add support for ISP & USP and 020+ special registers like VBR
  - Add "OsCallParam" variable which gives first (word sized) parameter
    for OS calls, for use with OS call "*Opcode" breakpoints
  - Add virtual V0..V7 registers to "register" command for calculations
  - "memdump" and "memwrite" commands output & input can now be also
    word or long sized instead of bytes
  - Show arguments in DSP XBios call traces
  - FPU and PMMU opcodes are now also disassembled in 68040/060 mode
- Options:
  - Fix: "--memsize 0" legacy option
  - Disable "--timer-d" option by default.  Increases CPU usage
    (noticeably for ST/e emulation), but some rare (badly written)
    programs need it for correct color raster & sample handling
  - The "--bios-intercept" option requires now a boolean parameter
    to determine whether the option should be enabled or disabled
  - Add "--cmd-fifo" option to control Hatari at run-time just by
    echoing commands to a FIFO file (created by Hatari)
  - Add "--tos none" option to run test programs without any TOS.
    Real Atari programs cannot be run with this, as it doesn't
    implement the necessary Atari OS calls
  - Halt dialog is skipped if --run-vbls is used (for automation)
  - Support hex values for --disasm, increase --slowdown max value to 30

Building:
- Fix: Large File Support detection (64 bits off_t)
- Fix: new compile warnings with GCC v8 (+ code cleanup)
- Fix: building when DSP or tracing is disabled
- Improve CMake library finding for recent macOS
- Change Hatari compilation C standard to gnu99
- Add gitlab continuous integration Yaml file
- Many -fsanitize fixes

Tools:
- Hatari Python UI migrated from PyGtk v2 to Gtk v3
- Add Python v3 support to rest of the scripts
  (required by Arch Linux & Clear Linux)
- hatari-prg-args script:
  - Installed by default
  - Fix program argument setting for recent EmuTOS versions
  - Support argument setting also for programs that are run
    from disk images
- zip2st: handle also directories with spaces in their names
- Fixes to hatari_profiler Callgrind output symbol handling
- Fix TOS bootup tester test output verification
- Few additional tests for validating Hatari functionality.
  Almost all tests are now integrated with CTest framework.
  Use e.g. "ctest -j4" command to run them

Documentation:
- Tag commits for Hatari releases before v1 in Mercurial repo
- Add notes about (new default) PortMidi support to MIDI usage
- More details on GEMDOS HD and VDI mode emulation limits
- Large updates to compatibility documents and to performance
  section in the manual
- Add release checklist document

Fixed demos:
- B.I.G. Demo screen 2 (regression in Hatari 2.1, vblank in bottom border)

Fixed falcon demos:
- 4musiK by Dune & Sector One (don't cache HW register regions in write
  allocate mode)

Fixed games:
- Lethal Xcess in STE mode (stopping/resuming blitter and saving/restoring
  memory snapshots)
- Lethal Xcess in STF mode (add jitter to MFP, temporary fix)

Fixed programs:
- Many TT/Falcon programs relying on 68030 MMU / bus error retrying are now
  working correctly (eg 'memwatch' by Uwe Seimet)


 Version 2.1.0 (2018-02-07)
 ---------------------------

Emulation:
- Video:
  - Fix correct number of displayed lines when removing bottom border
  - Improve bottom border removal on 60 Hz screen
  - More accurate position for reloading video counter on line 310/260
  - Fix STE video counter regression at start of VBL (off by 4 cycles)
  - Fix Timer B counting when screen is in Mono mode and video resolution
    is set to low/medium
  - Fix bug preventing screen to be drawn when video address = 0x0
  - Add (dumb) Videl address and vertical frequency counters emulation
  - Videl unused bits at $FF820E are read as zero
- Sound:
  - New cycle exact emulation of the YM2149, all counters are
    incremented using a simulated freq of 250 kHz, giving a 250 kHz audio
    stream which is downsampled to the desired output frequency.
    Some undocumented cases were also measured on real STF
    Result should be much more accurate, clearer and emulate complex effects
    (phase cancelling on 2 voices for example)
  - Fix bad sound during YM sample playing on Falcon/TT
- CPU:
  - Support undocumented behaviour for STOP on 68000 when new SR has bit S=0
  - Fix some cases where bus/address error stack had a wrong PC
  - Correctly store the 32-bit address in the stack in case of a bus error
  - Better memory timings for RAM accesses in 68030 mode (for Falcon)
  - Accurate DIV overflow undocumented flags
  - Correct V flag for BCD instructions for 68020/30
  - 68030 instr cache was not correctly disabled when writing EI=0 in CACR
  - Improve caches for 68020/30, add cache support when using MMU
  - Add 68040/60 data cache emulation, with optional MMU support
- FPU:
  - Large improvements in FPU emulation and related instructions/exceptions
  - Support for undocumented 68882/68881 FPU constants
  - Support for softfloat FPU emulation (slower but more accurate)
- Memory / MMU / MCU:
  - Add full support for STF/STE MMU/MCU at $FF8001 and address translation
    (emulate the RAS/CAS signal depending on the size of the memory banks,
    TOS memory routines don't need to be patched anymore)
  - Better results when reading "void" region between end of RAM and 4MB
    (return latest data seen on the bus on STF/STE)
  - Add support for more RAM combinations (256 KB and 2.5 MB)
- Blitter:
  - Add cycle exact bus handling for the blitter (correct bus count for CPU
    and blitter, suspend/resume blitter after any memory access, run part
    of next CPU instruction in parallel when starting the blitter)
  - When writing busy bit=0, update interrupt line and don't clear hog bit
- Floppy:
  - Emulate ripple carry adder "bug" for STF DMA address at $FF8609/0B/0D
  - For STX images, add support for the verify bit in Type I commands
  - Fix a rare case when looking for the next sector header of an STX image
- IKBD:
  - Support for Audio Sculpture's custom IKBD program


Emulator:
- MIDI support for Windows and macOS (with PortMidi library)
- Add support for AVI files > 4GB (up to 256 GB)
- Miscellaneous:
  - Initial patching for ST-Book ROM
  - Add keyboard shortcut for toggling borders
  - Fix: rate-limit DSP illegal instruction warnings output
- Disk handling:
  - Add "--gemdos-time <atari/host>" option so that user can specify
    whether emulation or host timestamps are used with GEMDOS HD files
  - Fix: off-by-one error in ACSI image file name handling
- Memory handling:
  - Support memory check skipping also on TOS v3 & v4
  - Allow RAM size values in KiB instead of MiB
- SDL UI:
  - Add a 'blitter-meter' to the status bar, depending on the blitter's usage
  - Add refresh rate in the status bar (50, 60 or 71 Hz)
  - Disable alt+F4 under Windows so that it doesn't close Hatari
    (in case alt+F4 is also used in the emulated program)
- Display handling:
  - Add --resizable option to control whether Hatari SDL2 window
    can be resized (= turn it off to prevent accidental resizes)
  - Support scaling AVI recording (PNG/BMP) frames
  - Extended VDI mode font selected based on VDI height
  - Fix: Handle window expose events with SDL 2.0
  - Fix: don't switch bitdepth when recording AVI
  - Fix: X11 window embedding (to Python GUI) with SDL2
  - Fix: TOS v2 & v3 Atari logo display in extended VDI resolutions
  - Fix: Limit Videl widths for GLES2 SDL2 backends
- Virtual INF file handling:
  - Add "--auto" option to autostart programs also from somewhere
    else than C: root, and to enable required GEMDOS interception
    without full GEMDOS HD emulation
  - Add --tos-res option to specify TOS ST/STE/TT resolution
    for color monitors, with or without autostart.  Also enables
    blitter for machines & TOS versions supporting it
  - Uses existing INF file as base, if one exists
  - If not, specifies open window for boot drive
  - Fix: Use separate INF files for TOS v1 and v2+ autostarting
  - Fix: Normal users cannot use tmpfile() directly under Windows
- Debugger improvements:
  - Fix: '>>' bit-shift parsing
  - Fix: CPU prefetch when changing PC address
  - Add "CycleCounter" variable
  - Add "info dta [addr]" command
  - Add "cpu_regs" trace option to show register values after
    each executed instruction
  - Add support for reading GNU-style a.out symbol table format
    (which is GCC default) in addition to DRI/GST symbols
  - Add absolute symbols support in addition to BSS/DATA/TEXT ones
  - Use terminal size for paging (disassembly, memdump, symbols)
    commands. NOTE: remove old dDisasmLines & nMemdumpLines options
    from Hatari config file, or set them to -1, to enable this!
  - Add 'nSymbolLines' configuration option to specify how many
    lines 'symbols' command pages
  - 'symbols resident' command and 'bSymbolsResident' config option
    toggle whether program symbols are removed when program
    terminates, or only when the next program starts
  - 'symbols match" command and 'bMatchAllSymbols' config option
    toggle whether TAB completes all symbols or just symbol types
    relevant for given command
  - 'symbols addr' is split into 'symbols code' & 'symbols data'
  - TEXTEnd value is now TEXT+TextSize, instead of TEXT+TextSize-1
  - Add "-f" option to 'cd' so that setup scripts can specify
    what directory is used after currently invoked script(s)
    have finished
  - Move exception mask setting from config file "Log" section
    to "Debugger" section where it belongs
- Compilation:
  - Fix compilation when using ARM 64 target
  - Allow compilation on untested host architectures (e.g. MIPS & s390x)
  - Search for local headers first, then system's one (eg zip.h)
  - Don't redefine bswap_16/_32 macros if they already exist

Other changes:
- Add French keyboard mapping that works also with SDL2
- All symbols output by gst2ascii are now TEXT relative
  and it supports also a.out format symbol tables
- Fix: Python GUI updated for Hatari v2.0
- Fix: Python GUI explicitly uses Python v2 (Arch Linux)
- Fix: Python tools made compatible both to Python v2 & v3 (Arch Linux)
- Fix: icon symlink generation (rpmbuild chroot)
- Fix: DESTDIR support for RPM packaging

Fixed Falcon games:
- Ishar 1, 2 & 3, Lasers and Hommes, Moonspeeder preview 2
  (Videl video counter)
- Boom preview, Lasers and Hommes, Tank Blaster
  (68030 instr-cache)
- Aazohm Krypth, Men at War, Push It, Running, Sky Fall, Sworm
  (autostarting)

Fixed Falcon demos:
- Bound 2, E.K.O system (memory access timings)
- Bound 3 (Videl video counter)
- Agony & Chaos A.D. don't freeze anymore (vertical frequency counter)
- Mahabharata (Videl widths with SDL2)
- 2x1287, A Rh positive, Are you experienced, Autowaschen Verboten,
  Bound, Bound 42, Codein, Cycedelic knockout, Dan's Lustiges
  Kinderfest, Derealization, Dream Dimension, Echos, E.X. Illusion,
  Geranium, Hex Pistols, Hmmm, Oergs, Polygon Discount, Terrorize your
  soul, Warum, Virtual City (68030 instr-cache)
- Terrorize your soul (DSP warnings 100x slowdown)
- Firestarter, Virtual City, Whirlpool
  (autostarting with packed demos)

Fixed TT versions of demos:
- 4getful, Beams (68030 instr-cache, undocumented FPU constants)

Fixed programs for Falcon:
- Hextracker (Videl video counter, when not auto-started)

Fixed games:
- Le Necromancien' STX image (verify bit in type I commands)

Fixed ST/STE demos:
- Sprite32 by Leonard (RESTART_VIDEO_COUNTER on line 310/260)
- Jam-Cols by ICE (STE video counter timings broken in v2.0)

Fixed ST/STE programs:
- Protracker 2.1 and Neochrome Master 2.8 (shifter, bottom border at 60 Hz)
- Audio Sculpture 1.3 and 1.5 beta (timer B in mono mode, bit S=0 in STOP, IKBD)
- True RAM's size detection under TOS/EmuTOS (memory config at $FF8001)
2020-07-10 19:33:30 +00:00
..
8086tiny Update HOMEPAGE, remove nonworking MASTER_SITE. 2017-07-30 22:39:05 +00:00
aliados Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
applyppf Honor LDFLAGS. Fixes RELRO build. 2017-07-12 12:17:02 +00:00
aranym emulators/aranym: fix typo 2020-05-23 10:12:35 +00:00
arcem *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
atari800 atari800: Update to 4.2.0. Nice. 2020-01-18 21:33:13 +00:00
b-em b-em: Needs zlib. 2019-07-02 06:06:48 +00:00
BasiliskII emulators/BasiliskII: ignore bashism on macOS 2020-05-05 17:51:45 +00:00
blastem *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
blinkensim librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
bochs *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
cannonball revbump after boost update 2020-05-06 14:04:05 +00:00
caprice32 emulators/caprice32: remove no-op file patterns from SUBST_FILES 2020-05-01 20:11:47 +00:00
ckmame Revbump for icu 2020-06-02 08:22:31 +00:00
cmdpack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
compat12 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat13 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat14 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat15 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat15-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat16 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat16-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat20 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat20-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat30 compat30: add one more SHA512 2019-04-27 13:46:28 +00:00
compat30-extras compat30-extras: add SHA512 checksums 2019-04-27 13:26:20 +00:00
compat40 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat40-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat50 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat50-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat51 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat51-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat60 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat61 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat61-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat80 compat80: mark as not RELRO safe 2020-04-03 06:17:25 +00:00
compat_netbsd Various changes to produce the compat80 package: 2019-10-15 12:10:19 +00:00
Cygne-SDL all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cygwin_lib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
darwin_lib Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
DatLib Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
DatUtil Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dega Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dgen dgen: update PLIST 2020-06-14 16:19:11 +00:00
dolphin-emu Bump dependent packages for mbedtls-2.23.0 2020-07-07 11:20:26 +00:00
dosbox dosbox: convert imagemagick to icotool 2019-11-30 11:16:17 +00:00
dosbox-x dosbox-x: Update to 0.83.3 2020-07-07 12:05:49 +00:00
dynagen emulators: align variable assignments 2019-11-03 19:24:31 +00:00
dynamips *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
e-uae librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
emulationstation revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
fceu fceu: link against libm everywhere, needed for cos() 2020-04-15 08:43:23 +00:00
fmsx fmsx: Update to 5.4 2020-03-23 18:54:51 +00:00
free42 free42: try to fix Linux breakage w/ alsa 2020-03-16 00:21:07 +00:00
freebsd_lib Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fs-uae fs-uae: Disable the JIT where unsupported, otherwise ./configure fails. 2020-06-28 14:34:06 +00:00
fs-uae-arcade fs-uae*: updated to 3.0.5 2020-05-23 09:12:57 +00:00
fs-uae-launcher fs-uae*: updated to 3.0.5 2020-05-23 09:12:57 +00:00
fuse-emulator Revbump for icu 2020-06-02 08:22:31 +00:00
fuse-emulator-utils *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
gearboy gear(boy|system): missing desktop files 2020-06-02 14:22:37 +00:00
gearsystem gear(boy|system): missing desktop files 2020-06-02 14:22:37 +00:00
generator-cbiere generator-cbiere: use an existing site as HOMEPAGE 2017-12-24 09:51:50 +00:00
gens librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gns3-gui gns3-gui: PKGREVISION bump for permissions change 2019-12-20 18:37:50 +00:00
gns3-server gns3-server: PKGREVISION bump for permissions change 2019-12-20 18:36:18 +00:00
gnuboy Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gnuboy-sdl Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gpsim *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
gpsim-devel Don't modify const strings. Honor length arguments. Bump revision. 2020-04-20 00:36:45 +00:00
gpsim-oscilloscope librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gpsim-ptyusart librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gpsp-rpi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gxemul Update to 0.6.2 2019-08-23 13:13:49 +00:00
handy_sdl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
hatari hatari: updated to 2.2.1 2020-07-10 19:33:30 +00:00
haxm haxm: Upgrade to 7.5.6 2020-01-20 12:49:45 +00:00
hercules emulators: align variable assignments 2019-11-03 19:24:31 +00:00
hercules-images Sort PLIST files. 2018-01-01 22:29:15 +00:00
ia64sim Comment out dead sites. 2017-08-16 20:45:30 +00:00
kegs *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
keystone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
klh10 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libdsk libdsk: Add buildlink3.mk 2020-06-16 13:46:37 +00:00
libretro-beetle-ngp libretro-*: restore missing SunOS linker fixes 2020-06-02 12:24:09 +00:00
libretro-beetle-pce-fast libretro-beetle-pce-fast: Update to 20200523 2020-05-30 14:52:27 +00:00
libretro-beetle-psx libretro-beetle-psx: Update to 20200610 2020-06-13 11:56:23 +00:00
libretro-beetle-psx-hw libretro-beetle-psx-hw: set LIBRETRO_CORE 2020-06-01 19:16:16 +00:00
libretro-beetle-saturn libretro-beetle-saturn: dependency on xz is wrong 2020-06-01 19:36:32 +00:00
libretro-beetle-sgx libretro-beetle-sgx: Update to 20200520 2020-05-31 08:44:57 +00:00
libretro-beetle-vb libretro-beetle-vb: Update to 20200518 2020-05-31 08:29:17 +00:00
libretro-beetle-wswan libretro-beetle-wswan: Update to 20200518 2020-05-31 08:17:36 +00:00
libretro-bluemsx libretro-bluemsx: don't use bundled zlib 2020-06-02 14:08:58 +00:00
libretro-bsnes-mercury retroarch: Centralise definition of HAVE_POSIX_MEMALIGN 2020-06-28 13:30:29 +00:00
libretro-bsnes-mercury-accuracy libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack. 2020-05-26 09:45:11 +00:00
libretro-bsnes-mercury-performance libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack. 2020-05-26 09:45:11 +00:00
libretro-cap32 libretro-cap32: Update to 20200508 2020-05-30 16:19:44 +00:00
libretro-core-info retroarch: Update to 1.8.8 2020-05-30 14:26:51 +00:00
libretro-desmume libretro-desmume: convert to core.mk 2020-05-31 20:35:55 +00:00
libretro-dolphin libretro-dolphin: correct SOEXT 2020-05-31 18:36:29 +00:00
libretro-fbneo libretro-*: Add SUPERSEDES 2020-05-31 15:26:09 +00:00
libretro-fceumm libretro-fceumm: remove patch that's no longer needed 2020-05-30 14:51:08 +00:00
libretro-flycast libretro-flycast: ensure HOST_CPU is set 2020-06-28 15:20:26 +00:00
libretro-freeintv libretro-freeintv: Update to 20200421 2020-05-30 14:37:33 +00:00
libretro-fuse libretro-fuse: missing zlib dependency, MASTER_SITES is redundant 2020-06-02 12:26:14 +00:00
libretro-gambatte libretro-gambatte: Update to 20200207 2020-05-30 14:33:33 +00:00
libretro-gearboy emulators: add libretro-gearboy 2020-06-02 13:25:45 +00:00
libretro-gearsystem emulators: add libretro-gearsystem 2020-06-02 13:26:26 +00:00
libretro-genesis-plus-gx libretro-genesis-plus-gx: don't use bundled zlib, flac 2020-06-01 19:12:38 +00:00
libretro-mame2010 libretro-mame2010: convert to core.mk 2020-05-31 18:34:56 +00:00
libretro-mgba libretro-mgba: Update to 0.8.2 2020-06-19 13:34:33 +00:00
libretro-nestopia libretro-nestopia: moar gnu linker args 2020-06-25 12:38:52 +00:00
libretro-np2kai libretro-np2kai: convert to core.mk 2020-05-31 17:49:49 +00:00
libretro-o2em libretro-o2em: Update to 20200522 2020-05-30 14:43:10 +00:00
libretro-parallel-n64 emulators: Add libretro-parallel-n64 2020-05-31 16:03:04 +00:00
libretro-pcsx-rearmed libretro-pcsx-rearmed: enable dynarec on non-arm, don't vendor libflac 2020-06-01 17:41:02 +00:00
libretro-picodrive libretro-picodrive: Disable sh2drc on unsupported archs 2020-06-28 15:14:52 +00:00
libretro-ppsspp libretro-ppsspp: Don't assume ARM is rpi, bringing in line with other cores. 2020-06-13 10:45:19 +00:00
libretro-prosystem libretro-prosystem: convert to core.mk 2020-05-30 15:22:02 +00:00
libretro-sameboy libretro-*: core.mk'ify upstream cores 2020-05-30 15:12:46 +00:00
libretro-smsplus emulators: Add libretro-smsplus 2020-05-31 17:01:08 +00:00
libretro-snes9x libretro-snes9x: convert to core.mk 2020-05-30 15:20:12 +00:00
libretro-snes9x2005 libretro-snes9x2005: convert to core.mk 2020-05-30 15:24:17 +00:00
libretro-snes9x2010 libretro-*: restore missing SunOS linker fixes 2020-06-02 12:24:09 +00:00
libretro-stella libretro-*: core.mk'ify upstream cores 2020-05-30 15:12:46 +00:00
libretro-vba-next libretro-vba-next: Update to 20200106 2020-05-30 15:33:18 +00:00
libretro-vecx libretro-vecx: update to 20200517 2020-05-30 16:07:58 +00:00
libretro-virtualjaguar libretro-virtualjaguar: less awkward COMMENT 2020-05-31 16:06:19 +00:00
libspectrum *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
lrmi Follow some http redirects. 2017-08-16 20:21:03 +00:00
m1 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
makeppf Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mame mame: work around failures on aarch64 2020-06-28 16:33:58 +00:00
MAMEDiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mednafen mednafen: Clean up DESCR 2020-05-12 09:59:01 +00:00
mednaffe librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
melonds librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mgba mgba: fix libzip detection 2020-06-22 19:04:58 +00:00
minivmac emulators: align variable assignments 2019-11-03 19:24:31 +00:00
mmix mmix: follow redirect 2018-02-11 15:47:44 +00:00
nestopia nestopia: Remove duplicate USE_LANGUAGES and now-obsolete EXTRACT_USING 2020-05-14 17:51:22 +00:00
netbsd32_compat15
netbsd32_compat15-extras
netbsd32_compat16
netbsd32_compat16-extras
netbsd32_compat20
netbsd32_compat20-extras
netbsd32_compat30
netbsd32_compat30-extras
netbsd32_compat40
netbsd32_compat40-extras
openmsx emulators: align variable assignments 2019-11-03 19:24:31 +00:00
or1ksim emulators: align variable assignments 2019-11-03 19:24:31 +00:00
osf1_lib osf1_lib: add SHA512 checksum 2019-04-27 13:52:02 +00:00
p11 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
palmosemulator emulators: align variable assignments 2019-11-03 19:24:31 +00:00
PC6001VX PC6001VX: update to 3.5.1. 2020-06-13 16:32:49 +00:00
pcemu Sort PLIST files. 2018-01-01 22:29:15 +00:00
pearpc Disable LLVM IAS as the source lacks size prefixes 2020-05-14 19:33:30 +00:00
py-keystone keystone: py-keystone: Update to 0.9.1 2018-02-19 00:52:28 +00:00
py-unicorn Don't rebuild unicorn locally for the Python binding. 2018-03-24 17:09:33 +00:00
qemu qemu: Don't build bsd usermode unless <machine/trap.h> exists on NetBSD 2020-06-28 13:39:52 +00:00
raine emulators: align variable assignments 2019-11-03 19:24:31 +00:00
realboy emulators: align variable assignments 2019-11-03 19:24:31 +00:00
retroarch Bump dependent packages for mbedtls-2.23.0 2020-07-07 11:20:26 +00:00
ROMBuild Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ROMInfo Use INSTALLTION_DIRS instead of AUTO_MKDIRS= yes, thanks wiz@ 2016-09-12 13:49:46 +00:00
sameboy sameboy: Update to 0.13.3 2020-06-29 14:28:08 +00:00
shoebill Avoid version workarounds for EOL netbsd versions. 2020-04-29 21:22:58 +00:00
simh simh: Update DESCR and wrap lines 2020-03-27 15:55:15 +00:00
simulavr (emulators/simulavr) long standing no regen on patch, and resulting SUBST issue. Fix them (I hope) 2020-05-31 14:11:42 +00:00
ski Revbump for icu 2020-06-02 08:22:31 +00:00
sms_sdl Comment out dead sites. 2017-09-04 18:00:49 +00:00
snes9x snes9x: Use minizip. Add wayland and portaudio options to the gtk variant. 2020-04-01 10:08:15 +00:00
snes9x-gtk snes9x: Use minizip. Add wayland and portaudio options to the gtk variant. 2020-04-01 10:08:15 +00:00
softvms all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
spim *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
stella stella: Update to 6.2.1 2020-06-29 14:48:49 +00:00
suse100_32_alsa
suse100_32_aspell
suse100_32_base
suse100_32_compat
suse100_32_expat
suse100_32_fontconfig
suse100_32_freetype2
suse100_32_glx
suse100_32_gtk2
suse100_32_krb5
suse100_32_libcups
suse100_32_libidn
suse100_32_libjpeg
suse100_32_libpng
suse100_32_libsigc++2
suse100_32_libtiff
suse100_32_libxml2
suse100_32_locale
suse100_32_openmotif
suse100_32_openssl
suse100_32_resmgr
suse100_32_slang
suse100_32_x11
suse100_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse100_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_freetype2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_glx Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_gtk2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_krb5 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libidn Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libpng Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libtiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libxml2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_linux *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
suse100_locale Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_openmotif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_openssl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_resmgr Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_32_alsa
suse121_32_aspell
suse121_32_base
suse121_32_compat
suse121_32_expat
suse121_32_fontconfig
suse121_32_freetype2
suse121_32_glx
suse121_32_gstreamer
suse121_32_gtk2
suse121_32_krb5
suse121_32_libcups
suse121_32_libcurl
suse121_32_libdrm
suse121_32_libgc Import libgc1-7.1.9.6-143.1.2 as emulators/suse121_32_libgc 2015-09-26 00:17:13 +00:00
suse121_32_libjpeg
suse121_32_libpng
suse121_32_libsigc++2
suse121_32_libtiff
suse121_32_libxml2
suse121_32_locale
suse121_32_openmotif
suse121_32_openssl
suse121_32_qt4
suse121_32_slang
suse121_32_sqlite3
suse121_32_x11
suse121_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse121_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_freetype2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_glx Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_gstreamer Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_gtk2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_krb5 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libcurl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libdrm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libgc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libpng Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libtiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libxml2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_linux Follow some redirects. 2017-09-04 18:08:18 +00:00
suse121_locale Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_openmotif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_openssl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_qt4 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_sqlite3 Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_32_alsa
suse131_32_aspell
suse131_32_base
suse131_32_compat
suse131_32_cyrus-sasl
suse131_32_dbus-glib
suse131_32_expat
suse131_32_fontconfig
suse131_32_freetype2
suse131_32_glib2
suse131_32_glx
suse131_32_gstreamer
suse131_32_gtk2
suse131_32_krb5
suse131_32_libaudiofile
suse131_32_libcups
suse131_32_libcurl
suse131_32_libdbus
suse131_32_libdrm
suse131_32_libesd
suse131_32_libffi
suse131_32_libgc Import libgc1-7.2d-2.1.2 as emulators/suse131_32_libgc 2015-09-26 00:19:53 +00:00
suse131_32_libidn
suse131_32_libjpeg
suse131_32_libjson
suse131_32_libpng
suse131_32_libSDL
suse131_32_libsigc++2
suse131_32_libsndfile
suse131_32_libssh
suse131_32_libtiff
suse131_32_libwebp
suse131_32_libwrap
suse131_32_libxml2
suse131_32_libxslt
suse131_32_locale
suse131_32_lsb
suse131_32_motif
suse131_32_mozilla-nspr
suse131_32_mozilla-nss
suse131_32_openldap
suse131_32_openssl
suse131_32_pulseaudio
suse131_32_qt4
suse131_32_slang
suse131_32_sqlite3
suse131_32_x11
suse131_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_avahi emulators/suse131_avahi: import suse_avahi-13.1. 2019-03-17 01:10:58 +00:00
suse131_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse131_binutils Add opensuse 13.1 binutils, since wip/suse131_fpc will not do much 2017-03-06 11:53:54 +00:00
suse131_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_cyrus-sasl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_dbus-glib Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
suse131_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_freetype2 Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
suse131_glib2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_glx Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_gstreamer suse131_gstreamer: add more packages required by recent libreoffice. 2019-02-21 04:44:39 +00:00
suse131_gtk2 suse131_gtk2: add gtk2-immodule-xim. It has been separated since suse113. 2019-02-21 01:54:56 +00:00
suse131_krb5 Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libaudiofile Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libcurl Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libdbus suse131_libdbus: add SHA512 checksum 2019-04-27 13:53:55 +00:00
suse131_libdrm suse131_libdrm: install the hardware-specific libdrm bits. 2019-07-08 17:48:21 +00:00
suse131_libesd Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libffi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libgc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libidn Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libjson Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libpng Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
suse131_libSDL suse131_libSDL: add SHA512 checksum 2019-04-27 13:53:25 +00:00
suse131_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libsndfile Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libssh Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libtiff Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libwebp Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libwrap Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libxml2 Bump PKGREVISION (missed in the previous). 2016-06-17 17:29:44 +00:00
suse131_libxslt Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_linux emulators/suse131_avahi: import suse_avahi-13.1. 2019-03-17 01:10:58 +00:00
suse131_locale Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_lsb Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_motif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_mozilla-nspr Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_mozilla-nss Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_openldap Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_openssl Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_pulseaudio Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_qt4 suse131_qt4: add SHA512 checksum 2019-04-27 13:54:26 +00:00
suse131_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_sqlite3 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
suse131_x11 Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
swarm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
sys161 Update to 2.0.8. 2016-03-07 05:53:29 +00:00
tcl-hp-15c emulators: align variable assignments 2019-11-03 19:24:31 +00:00
tme Fix logic to determine whether destination EA for cas lies b/w page 2020-03-19 02:27:21 +00:00
tuxnes *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
twin Sort. 2015-12-29 06:12:53 +00:00
uae librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ucon64 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
unicorn *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
vice *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
visualboyadvance-m visualboyadvance-m: zip command is used in build stage 2020-06-22 12:18:19 +00:00
vmips *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
wine *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
x16-emulator Fix ctype use. Bump revision 2020-04-18 22:04:18 +00:00
x16-rom (emulators/x16-rom) Fix build, by adding bash for USE_TOOLS 2019-12-31 10:23:37 +00:00
x48 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
xbeeb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xcopilot xcopilot: Define LICENSE 2020-03-27 15:12:27 +00:00
xcpc emulators/xcpc: import xcpc-20070122 2020-06-16 12:08:45 +00:00
xhomer xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xm7 xm7: avoid narrowing conversion. 2019-09-30 10:05:19 +00:00
xm8 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
xnp2 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xtrs emulators/xtrs: fix SUBST block for oss 2020-05-16 12:31:11 +00:00
xyame Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
yabause Revbump for icu 2020-06-02 08:22:31 +00:00
z26 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ZIPIdent Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
Makefile emulators: Enable xcpc 2020-06-16 12:10:23 +00:00