pkgsrc/emulators
ryoon a6bc21154c Update to 2.6.0
Changelog:
System emulation
Incompatible changes

    The aio=native option to "-drive" now requires the cache=none option, instead of silently disabling itself for other cache modes. The newly invalid combination had been warning since QEMU 2.3.
    Specifying block device parameter aio=native is now an error on POSIX systems if qemu is compiled without libaio support. The newly invalid combination had been warning since QEMU 2.3.
    The experimental x-drive option for the sdhci-pci device has been removed. Instead of passing a drive directly to the SD controller device you now must create an SD card object (which will automatically be plugged into the SD controller), so "-device sdhci-pci,x-drive=mydrive -drive id=mydrive,[...]" becomes "-device sdhci-pci -device sd-card,drive=mydrive -drive id=mydrive,[...]".
    The s390-virtio machine has been removed.
    Machine types pc-q35-1.4, pc-q35-1.5, pc-q35-1.6, pc-q35-1.7, pc-q35-2.0, pc-q35-2.1, pc-q35-2.2 and pc-q35-2.3 have been removed.
    The "virt" machine type's flash device has changed when TrustZone is active ("-machine virt,secure=on"). The first flash device is only available in secure memory, while the second is available in non-secure memory too.

Future incompatible changes

    Three options are using different names on the command line and in configuration file. In particular:
        The "acpi" configuration file section matches command-line option "acpitable";
        The "boot-opts" configuration file section matches command-line option "boot";
        The "smp-opts" configuration file section matches command-line option "smp".

    -readconfig will standardize on the name for the command line option.

    Behavior of automatic calculation of SMP topology when some SMP topology options for -smp are omitted (sockets, cores, threads) will change in the future. If guest ABI needs to be preserved on upgrades while using the SMP topology options, users should either set set all options explicitly (sockets, cores, threads), or omit all of them.
    The original qcow2 image encryption is fatally flawed, and support for it will be disabled entirely from the system emulators. It'll remain available only in command line tools qemu-img, qemu-io, qemu-nbd to facilitate data liberation. It is recommended to use 'qemu-img convert' to convert qcow2 encrypted images to uncrypted ones. The new LUKS encryption driver can provide a secure replacement if raw files are acceptable, while a future release will integrate luks into qcow2 natively.
    A few devices will be configured with explicit properties instead of implicitly. Unlikely to affect users; for the full list, see the 2.3 ChangeLog.
    QMP command blockdev-add is still a work in progress. It doesn't support all block drivers, it lacks a matching blockdev-del, and more. It might change incompatibly.

ARM

    Support for a separate EL3 address space
    System mode supports BE8 and BE32. Note that qemu-system-arm can emulate both big-endian and little-endian guests (unlike user-mode emulation which has separate qemu-arm and qemu-armeb binaries).
    Support for the SETEND instruction, used most notably on Raspbian through the arm-mem library (previously known as libcofi).
    Faster boot thanks to DMA support in fw_cfg
    The "virt" machine type supports a virtual power button and the "system_powerdown" monitor command
    The "virt" machine type supports configuring network cards with -nic in addition to -netdev
    The RAM limit for the "virt" machine type is now 255GB
    The "xlnz-zynqmp" machine type now includes SPI controllers
    The "xlnx-ep108" machine type now supports SPI flash
    New partial Raspberry Pi 2 emulation with "raspi2" machine type. For now, it can boot older releases of Windows and Raspbian, but lacks a number of devices including USB.
    New palmetto-bmc machine type using the new, partial ASPEED AST2400 SoC implementation

KVM

    Support for guest debugging (software and hardware breakpoints, single step) on AArch64

MIPS

    Support for FPU and MSA in KVM guests
    Support for R6 Virtual Processors
    Initial support for Cluster Power Controller and Global Configuration Registers allowing the guest to control the start of Virtual Processors
    Support for Inter-Thread Communication Unit
    Support for MAAR registers in P5600 CPU

PowerPC

    Improved support for migration of g3beige and mac99 machines
    Fix serial ports for g3beige and mac99 machines (OpenBIOS)
    The gdb stub supports the VSX instruction set extensions

pSeries

    pSeries machine types starting at pseries-2.6 use XHCI as the USB host controller instead of OHCI
    Support for more hypercalls (H_SET_SPRG0, H_SET_DABR, H_SET_XDABR and H_PAGE_INIT)
    Support for EEH on assigned PCI devices can use the normal spapr-pci-host-bridge instead of the special spapr-pci-vfio-host-bridge.

s390

    Fixes and improvements in s390x PCI support
    Support for hotplug of s390x cpus via cpu-add
    Support for booting from virtio-scsi devices in the s390-ccw bios

SH
SPARC

    sun4m: Fix for ldstub instruction resolves several 32-bit Solaris bugs (MUTEX_HELD hang, libC error, Java WebStart segfault)
    sun4u: FreeBSD 10.3+ can now run under qemu-system-sparc64 in -nographic mode

TileGX
Tricore

    Support for context management, illegal opcode and opd traps
    Support for FPU instructions

x86
TCG

    Support for the XSAVE/XSAVEOPT, MPX, FSGSBASE and PKE features

KVM

    Support for "split irqchip". In this mode, QEMU emulates the IOAPIC, PIC (i8259) and PIT (i8254) devices while leaving the local APIC emulation to the kernel. This mode reduces the attack surface of KVM.
    Support for the new PKU feature found in some Skylake processors
    Support for migrating the TSC rate

Xen
Q35

    Support resume (S3)
    Support for legacy Windows guests (XP/2003)

Device emulation and assignment

    New IPMI emulation subsystem. QEMU can now emulate an internal BMC or attach to an external BMC simulator such as OpenIPMI's lanserv. IPMI however is not yet exposed in SMBIOS and ACPI tables (do we want to docume?)
    FIXME: what's the state of nvdimm?

ACPI

    The floppy disk controller's characteristics are now exposed in the ACPI tables, which makes it possible to use floppies on Windows together with UEFI firmware.

Block devices

    The floppy disk consk or an empty disk to a 2.88 MB disk
    Improved compatibility of the SD device model with various operating systems and firmwares
    The NVMe device supports the "bootindex" property.
    The SDHCI device supports reset.

 ivshmem

    No longer available on hosts lacking eventfd(2), because inter-vm interrupts don't work there
    New devices ivshmem-plain and ivshmem-doorbell, fully backwards compatible for guests, notable differences to ivshmem:
        PCI revision is 1 instead of 0
        ivshmem role=master becomes master=on, role=peer becomes master=off
        ivshmem x-memdev=ID becomes ivshmem-plain memdev=ID
        ivshmem shm=NAME,size=SZ becomes ivshmem-plain memdev=ID, with -object memory-backend-file,id=ID,mem-path=/dev/mem/NAME,size=SZ,share
        ivshmem chardev=ID becomes ivshmem-doorbell,chardev=ID
        Property ioeventfd defaults to on instead of off
        ivshmem-plain never has MSI-X capability, and ivshmem-doorbell always has MSI-X capability
    Device ivshmem is deprecated, and its experimental property x-memdev is gone
    Interrupting a peer that reuses an unplugged peer's ID works again (broken in v1.2.0)
    Unplug no longer destroys the character device, for consistency with other devices
    The funny "no shared memory, yet" state is no longer guest-visible, and can no longer fail or mess up migration
        Guests may require PCI revision 1 to make sure they're not exposed to the funny state
    docs/specs/ivshmem-spec.txt rewritten for completeness and accuracy.

SCSI

    Support for the LSI SAS1068 HBA (also known as "MPT Fusion"). Note that some operating systems will not recognize disks attached to this adapter, unless the disks are assigned a world-wide name (WWN).

PCI/PCIe

    PCIe Multi-root support (using the new pxb-pcie root-compex)

USB

    MTP: initial support for events

VFIO

    Support for AMD XGBE platform passthrough
    New sysfsdev property provides a more general way to specify the device to attach to.
    Provided PCI option ROMs are fixed to include the same vendor and device id as the device exposed to the guest. This facilitates changing the ids of the devices.

virtio

    Performance improvements via optimized vring accesses
    The balloon driver statistics now include the amount of available memory (corresponding to "Available" in /proc/meminfo for Linux guests).

Character devices

    The socket character device backend can now enable TLS over TCP connections, acting either as a TLS server:

$QEMU -object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=server \
      -chardev socket,id=s0,host=127.0.0.1,port=9000,tls-creds=tls0,server \
      -device isa-serial,chardev=s0 \
      ...other args...

or a TLS client:

$QEMU -object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=client \
      -chardev socket,id=s0,host=127.0.0.1,port=9000,tls-creds=tls0 \
      -device isa-serial,chardev=s0 \
      ...other args...

If operating in server mode, the same set of TLS credentials can be used for both character devices and the VNC server

    All character devices can have their output logged to a plain file

$QEMU -chardev stdio,id=mon0,logfile=monitor.log \
      -mon chardev=mon0 \
      ...other args...

will result in logging of all output on the HMP monitor. The logappend parameter controls whether the file is truncated at startup, defaulting to append.
GUI

    SDL2 and SPICE now support OpenGL and virgl. For SPICE, Unix sockets are the only usable transport when OpenGL is enabled.
    The "-vnc" and "-display vnc" options support ipv4=off and ipv6=off. Previously, only "ipv4" and "ipv6" were available.
    Support getting input events directly from linux evdev devices, using "-object input-linux,id=$name,evdev=/dev/input/event$nr"
    Support for ncurses on Windows.

Monitor

    Support for a new "detach" option to "dump-guest-memory". The option dumps memory in the background. Progress can be queried using the new commands "info dump" (human monitor) and "query-dump" (QMP), as well as through the QMP event DUMP_COMPLETED.
    Support for a new command "input-send-event" replacing the previous experimental command "x-input-send-event".
    The human monitor command "drive_add -n" allows creating block devices that do not have a BlockBackend (similar to QMP blockdev-add).

Migration

    Postcopy is not experimental anymore; the x-postcopy-ram capability was renamed to postcopy-ram.

Network

    SLIRP now supports IPv6 for ICMP, UDP, TCP and TFTP.
    mirror filter which can mirror traffic from netdev to socket chardev, vice versa.
    redirector filter which can redirect traffic from netdev to socket chardev, vice versa.

Secret passing system

There is a new standard mechanism for securely passing secret credentials to QEMU, which will be used in combination with other subsystems. For example, network block device passwords, block device decryption passphrases, or TLS private key passwords can all use the same mechanism.

    Passing credentials inline (insecure, only for developer testing)

$QEMU -object secret,id=sec0,data=letmein

    Passing credentials via a plain file

$QEMU -object secret,id=sec0,file=mypassword.txt

    Passing credentials via a base64 encoded file

$QEMU -object secret,id=sec0,file=mypassword.txt,format=base64

    Passing credentials inline, encrypted with a master key (recommended for management apps)

 $QEMU -object secret,id=master0,file=mykey.b64,format=base64 \
       -object secret,id=sec0,data=[base64 ciphertext],\
               keyid=master0,iv=[base64 IV],format=base64

TLS credential handling

It is now possible to use encrypted TLS private keys with credentials for TLS servers/clients in QEMU. The password for unlocking the private key is provided by a secret object whose id is specified via the passwordid' property

$QEMU -object secret,id=tlskey0,file=mypassword.txt \
      -object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=server,passwordid=tlskey0 \
      ...other args...

Block devices

    Block device throttling now support specifying a burst length as well. While previously the burst could only be specified as a total number of IOPS (e.g. 10000 IOPS), more complex specifications such as "10000 IOPS for 10 seconds" are now possible. Note that, because of the implementation of the algorithm, a guest that is allowed "10000 IOPS for 10 seconds" will also be allowed to perform for example 5000 IOPS for 20 seconds.
    The curl block device driver now supports HTTP authentication and HTTP proxy authentication via the new properties 'username', 'password-secret', 'proxy-username' and 'proxy-password-secret'.

$QEMU -object secret,id=sec0,file=password.txt \
      -object secret,id=sec1,file=proxy-password.txt \
      -drive driver=http,host=localhost,port=443,username=fred,password-secret=sec0,proxy-username=bob,proxy-password-secret=sec1 \
      ...other args...

    The RBD block device driver can now use the secret object type to securely receive the authentication password without exposing it in the command line args

$QEMU -object secret,id=sec0,file=password.b64,format=base64 \
      -drive driver=rbd,filename=rbd:pool/image:id=myname:auth_supported=cephx,password-secret=sec0 \
      ...other args...

    The iSCSI block device driver can now use the secret object type to securely receive the authentication password without exposing it in the command line args

$QEMU -object secret,id=sec0,file=password.txt \
      -iscsi user=fred,password-secret=sec0 \
      -drive file=iscsi://192.168.122.1:3260/iqn.2013-12.com.example%3Aiscsi-chap-netpool/1

NB this syntax requires that all iSCSI backed drives use the same password

    The qemu-io tool gained support for new '--object' and '--image-opts' arguments. The --object argument allows 'secret' and 'tls-creds-x509' objects to be defined for use in association with a block device backend. The '--image-opts' argument instructs qemu-io to parse the image string as a set of image options, instead of a plain filename. For example, to connect qemu-io to an NBD server using TLS

qemu-io -c "read 0 512" \
        --object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=client \
        --image-opts driver=nbd,host=localhost,port=10809,tls-creds=tls0

    The qemu-nbd tool gained support for new '--object' and '--image-opts' arguments. The --object argument allows 'secret' and 'tls-creds-x509' objects to be defined for use in association with a block device backend or the NBD server. The '--image-opts' argument instructs qemu-io to parse the image string as a set of image options, instead of a plain filename. For example, to connect qemu-nbd to an HTTP server with authentication and export it over NBD using TLS

qemu-nbd --readonly \
         --object secret,id=sec0,file=passwd.txt \
         --object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=server \
         --image-opts driver=http,url=http://some.random.host/some/image,username=fred,password-secret=sec0

    The qemu-img tool gained support for new '--object' and '--image-opts' arguments. The --object argument allows 'secret' and 'tls-creds-x509' objects to be defined for use in association with a block device backend or the NBD server. The '--image-opts' argument instructs qemu-io to parse the image string as a set of image options, instead of a plain filename. For example, to a remote HTTP server with authentication

qemu-img info --object secret,id=sec0,file=passwd.txt \
              --image-opts driver=http,url=http://some.random.host/some/image,username=fred,password-secret=sec0

    Support for deleting snapshots on Sheepdog devices.
    The NBD client and server now support use of TLS. When enabled, the server will mandate that the client also enable TLS and drop any client which attempts to continue in plain text. To run a qemu-nbd server with TLS:

qemu-nbd --object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=server \
         --tls-creds tls0 \
         /path/to/disk/image

To connect to a server that requires TLS with qemu-img:

qemu-img info --object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=client \
              --image-opts driver=nbd,host=localhost,port=10809,tls-creds=tls0

To start a VM pointing to the NBD server

$QEMU -object tls-creds-x509,id=tls0,dir=$HOME/.pki/qemutls,endpoint=client \
      -drive driver=nbd,host=localhost,port=10809,tls-creds=tls0 \
      ...other args...

    The NBD server gained support for specifying an export name. When the client negotiates use of the new style NBD protocol the default export name is "". The --exportname argument allows this to be customized:

qemu-nbd --exportname myvol  /path/to/myvol.qcow2

    QEMU gained support for volumes formatted with the LUKSv1 data format. To format a new LUKS volume

qemu-img create -f luks \
                --object secret,id=sec0,file=passphrase.txt \
                -o key-secret=sec0 \
                demo.luks 10G

To boot a guest from a LUKS volume:

$QEMU -object secret,id=sec0,file=passphrase.txt \
      -drive driver=luks,key-secret=sec0,file=demo.luks \
      ...other args...

The LUKS implementation is intended to be compatible with that used by cryptsetup/dm-crypt, so it should be possible to use disk images interchangeably between them. The only caveat is that some less common cipher/hash algorithms are not yet supported by QEMU. It is also not yet possible to manage key-slots with qemu-img.
TCG

    Record/replay support extended to cover character devices.

Tracing

    The "stderr" tracing backend was replaced by the "log" tracing backend, which is now the default. This backend prints tracing messages to the destination specified with the "-D" option.
    In addition to the existing "-trace file=...", tracepoints can be enabled using "-trace [enable=]...". The new option also supports globbing, as in "-trace bdrv_aio_*".
    In addition to the existing "-trace file=...", tracepoints can be enabling using "-d trace:...". This option also supports globbing, as in "-d trace:bdrv_aio_*".
    When using "-daemonize", the "-D" option also provides the file to which QEMU's stderr output will be redirected.
    TCG supports a new "-dfilter" option to limit exec, out_asm, op and op_opt logging to a range of guest physical addresses. ARM also applies the filter to in_asm logging; this will be extended to other targets in future releases (FIXME: probably should do it now instead...)
    A "%d" substring in the log file name is replaced with QEMU's pid.

User-mode emulation

    The default CPU for ppc64 and ppc64le is now POWER8
2016-05-15 01:25:15 +00:00
..
8086tiny Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
aliados Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
applyppf Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
aranym Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
arcem Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
arnold Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
atari800 Support PKGMANDIR. Add patch comment. 2016-04-01 15:49:02 +00:00
b-em Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
BasiliskII Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
blinkensim Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
bochs Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
ckmame Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
cmdpack Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
compat12
compat13
compat14
compat15
compat15-extras
compat16
compat16-extras
compat20
compat20-extras
compat30
compat30-extras
compat40
compat40-extras
compat50 NetBSD compat packages. They chain each other so if you're on NetBSD-6.0 2013-02-17 17:24:07 +00:00
compat50-x11 NetBSD compat packages. They chain each other so if you're on NetBSD-6.0 2013-02-17 17:24:07 +00:00
compat51 NetBSD compat packages. They chain each other so if you're on NetBSD-6.0 2013-02-17 17:24:07 +00:00
compat51-x11 NetBSD compat packages. They chain each other so if you're on NetBSD-6.0 2013-02-17 17:24:07 +00:00
compat60 fix compat60 (and strip down a lot to a backward compatibility package 2015-05-03 15:01:11 +00:00
compat61 fix compat60 (and strip down a lot to a backward compatibility package 2015-05-03 15:01:11 +00:00
compat61-x11 fix compat60 (and strip down a lot to a backward compatibility package 2015-05-03 15:01:11 +00:00
compat_netbsd Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
Cygne-SDL Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
cygwin_esound Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
cygwin_lib Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
darcnes Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
darwin_lib Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dosbox Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dynagen Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dynamips Update to 0.2.16 2016-04-07 14:24:51 +00:00
e-uae Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
emulationstation Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fceu Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
fmsx Request kernel types on NetBSD. 2016-03-01 20:16:33 +00:00
free42 Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
freebsd_lib Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
fs-uae needs msgfmt 2016-03-09 22:08:46 +00:00
fs-uae-launcher Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
fuse-emulator Re-import emulators/fuse as emulators/fuse-emulator to fix PKGNAME conflict 2016-01-17 14:27:38 +00:00
fuse-emulator-utils Re-import fuse-emulator-utils-1.1.1nb1 as emulators/fuse-emulator-utils. 2016-01-17 20:46:54 +00:00
gambatte Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gcube needs -lm on Linux too 2016-03-09 22:10:13 +00:00
generator Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
generator-cbiere Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gens Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gns3 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
gnuboy Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gnuboy-sdl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gpsim Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gpsim-devel Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gpsim-oscilloscope Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gpsim-ptyusart Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gpsp-rpi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gxemul add support for tgei, tegiu, tlti, tltiu, teqi and tnei instructions. 2016-03-29 19:03:07 +00:00
handy_sdl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
hatari Use CMAKE_INSTALL_MANDIR. Add patch comments. 2016-04-21 11:31:22 +00:00
hercules Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
hercules-images Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ia64sim Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
kegs Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
kenigma Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
klh10 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libdsk Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-catsfc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-fceumm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-gambatte Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-mednafen-pce-fast Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-mupen64plus Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
libretro-nestopia Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-pcsx-rearmed Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-picodrive Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-snes9x-next Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-stella Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-vba-next Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libspectrum Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
lrmi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
m1 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
makeppf Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mame Remove unneeded patch. 2016-05-02 15:52:28 +00:00
MAMEDiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mednafen Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
minivmac Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mmix Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
nestopia Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
or1ksim Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
osf1_lib ftp.digital.com is long gone. Amazingally this is still up on ftp.hp.com. 2015-03-06 19:49:58 +00:00
p11 Handle FreeBSD like Dragonfly. 2014-01-03 04:30:26 +00:00
palmosemulator Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
pcemu Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
pearpc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
qemu Update to 2.6.0 2016-05-15 01:25:15 +00:00
qemu0 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
raine Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
realboy Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
retroarch Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ROMBuild Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ROMInfo Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
shoebill Don't force LTO build. Spell env command correctly. 2016-03-29 22:03:08 +00:00
simh Fix build with gcc 5.3.0. 2016-05-03 08:26:43 +00:00
simulavr Reinstated patch to remove @hfill - not supported by gtexinfo 5+ 2016-03-08 07:42:48 +00:00
ski Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
sms_sdl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
snes9x Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
snes9x-gtk Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
spim Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
stella update emulators/stella to 4.6.7 and enable darwin 2015-12-21 06:46:04 +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 Import suse32_libidn-10.0 as emulators/suse100_32_libidn. 2014-04-08 10:03:53 +00:00
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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Put back PKGNAME definitions. 2015-02-16 10:15:43 +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 Import suse32_gstreamer-12.1 as emulators/suse121_32_gstreamer. 2014-12-04 19:54:12 +00:00
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 Import suse32_sqlite3-12.1 as emulators/suse121_32_sqlite3. 2014-12-04 19:49:20 +00:00
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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_32_alsa Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_aspell Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_base Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_compat Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_cyrus-sasl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_dbus-glib Import suse32_dbus-glib-13.1 as emulators/suse131_32_dbus-glib. 2014-01-22 12:31:16 +00:00
suse131_32_expat Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_fontconfig Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_freetype2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_glib2 Import suse32_glib2-13.1 as emulators/suse131_32_glib2. 2014-01-22 12:28:39 +00:00
suse131_32_glx Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_gstreamer Import suse32_gstreamer-13.1 as emulators/suse131_32_gstreamer. 2014-12-17 01:32:54 +00:00
suse131_32_gtk2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_krb5 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libaudiofile Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libcups Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libcurl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libdbus Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libdrm Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libesd Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libffi Import suse32_libffi-13.1 as emulators/suse131_32_libffi. 2014-01-22 12:26:40 +00:00
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 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libjpeg Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libjson Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libpng Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libSDL Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libsigc++2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libsndfile Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libssh Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libtiff Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libwebp Import suse32_libwebp-13.1 as emulators/suse131_32_libwebp. 2015-03-02 19:18:37 +00:00
suse131_32_libwrap Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libxml2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libxslt Import suse32_libxslt-13.1 as emulators/suse131_32_libxslt. 2015-03-02 16:55:39 +00:00
suse131_32_locale Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_lsb Import suse32_lsb-13.1 as emulators/suse131_32_lsb. 2015-03-02 19:14:36 +00:00
suse131_32_motif Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_mozilla-nspr Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module. 2013-12-12 02:34:28 +00:00
suse131_32_mozilla-nss Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module. 2013-12-12 02:34:28 +00:00
suse131_32_openldap Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_openssl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_pulseaudio Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_qt4 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_slang Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_sqlite3 Import suse32_sqlite3-13.1 as emulators/suse131_32_sqlite3. 2014-12-17 01:37:14 +00:00
suse131_32_x11 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
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_base Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30: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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_glib2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_glx Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_gstreamer Add libgstapp libraries. Bump PKGREVISION. 2015-12-04 09:42:58 +00:00
suse131_gtk2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_krb5 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libdbus Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libdrm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libSDL Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libsndfile Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libssh Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libtiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libxslt Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_linux update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
suse131_locale Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_mozilla-nss Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_openldap Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_openssl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_pulseaudio Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_qt4 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_sqlite3 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +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
tme don't bother turning off every individual warning that comes up with 2016-04-04 18:00:16 +00:00
tuxnes Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
twin Sort. 2015-12-29 06:12:53 +00:00
uae Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ucon64 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
unicorn Mark as not ready for python-3.x. 2015-12-12 23:23:46 +00:00
vba Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
vice Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
vmips Update 1.4.1 to 1.5 2014-11-24 14:47:27 +00:00
wine Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
wine-devel Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
x48 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xbeeb Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xcopilot Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xhomer Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xm7 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 11:48:54 +00:00
xnp2 Update xnp2 to 0.86. 2016-03-11 13:33:22 +00:00
xtrs Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xyame Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
yabause Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
z26 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ZIPIdent Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
zsnes Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
Makefile Correct a brain-o 2016-03-23 14:23:18 +00:00