pkgsrc/emulators
dholland 4b0d309dd5 Update to 3.7.1.
- Fix a bit of pkglint.
- patch-aa is no longer needed.

Upstream changelog:

3.7.1 to 3.7.2: (June 10, 2012)

  * Fixed bug in handling filenames with the '~' character, as is used
    extensively by RomHunter rom-sets.

-Have fun!


3.7 to 3.7.1: (June 8, 2012)

  * Note: because of TIA changes, the state file format has changed again,
          and old state files will not work with this release.

  * Improved TIA emulation with ROMs that have too few or too many
    scanlines; the output is now more accurate compared to a real TV.
    Special thanks to Omegamatrix of AtariAge for test ROMs in this area.

  * Modified hotkey for "Change console palette" (Control-f) to also
    change the display properties of the TIA.  This allows you to switch
    between NTSC/PAL/SECAM (and variant) modes dynamically.  Related to
    this, added Shift-Control-f key to step backwards through the
    available modes.

  * Added '64in1' and '128in1' multicart bankswitching schemes, which work
    the same as the 2in1/4in1/etc ones (Control-r switches to each
    consecutive game in the ROM).

  * Fixed several bugs in DPC+ bankswitching scheme, including ability
    to load and save state files.  As well, ROMs now work correctly after
    console format autodetection.

  * Fixed bugs in handling relative filenames on the commandline,
    introduced in the last release.  The new functionality should be much
    more robust.


3.6.1 to 3.7: (June 1, 2012)

  * Added Blargg TV effects, with presets for Composite, S-video, RGB,
    and badly adjusted TV, and well as a custom mode with full
    configurability of contrast, brightness, gamma, etc.  Many
    keyboard shortcuts and commandline arguments were added to support
    this; see the documentation for a detailed explanation.  These
    effects are OpenGL-only.  Special thanks to Ian Bogost and the
    Georgia Tech Atari Team for the preliminary implementation.

  * Updated the CompuMate keyboard handler to recognize more keys on an
    actual keyboard, instead of having to remember the weird combinations
    used on the original CompuMate keyboard (although those original keys
    will continue to work).  Related to this, fixed bug whereby
    'ghost keys' would be detected by the CompuMate, particularly after
    pressing 'Enter' to start a game from the ROM launcher.

  * Added emulation for MindLink controller using the mouse; the 'Bionic
    Breakthrough' and 'Telepathy' ROMs now work.

  * Updated FA2 bankswitch scheme (Star Castle) to emulate load/save
    high score functionality to the Harmony cart flash RAM.

  * Added ability for ROM launcher to 'descend' into ZIP files when it
    contains more than one ROM file.  This means you no longer have to
    unzip a multi-file archive before using each ROM.  Thanks go to Roland
    Schabenberger (webOS maintainer) for this idea and sample code.

  * Several improvements to the debugger/disassembler:
      - The 'resolvedata', 'showaddr' and 'gfxformat' commandline
        arguments are renamed to start with 'dis', indicating that
        they're used with the built-in disassembler.
      - Zero-page code addresses no longer have their high-byte
        truncated, and system equates (TIA and I/O registers) are now
        properly marked as such.
      - The Distella '-r' option (Relocate calls out of address range)
        is no longer the default, resulting in output more consistent
        with normal usage of Distella.  Related to this, added the
        '-dis.relocate' commandline argument (and associated UI item)
        to toggle this dynamically.

  * Fixed bug in EFSC bankswitch scheme state saving; the Superchip RAM
    wasn't actually being loaded and saved to state files.

  * Improved speed of loading and saving state files, as well as slightly
    reducing their size.  Because of this, old state files will not work
    with this release.

  * Replaced commandline argument 'uselauncher' with 'exitlauncher'.  The
    new option specifies the behaviour of the ROM launcher when exiting
    a ROM (always exit to launcher, or only when the launcher was actually
    used).  This setting can now be changed in the GUI.

  * Several updates to the internal properties database:
      - 'Juno First' ROMs now use an AtariVox/SaveKey when possible
      - 'Astroblast' ROMs now use the paddles by default
      - 'Star Castle 2600' ROMs added

  * Changed key-combo for enabling TIA objects and collisions to be
    toggled on and off with the Alt-period and Shift-Alt-period
    respectively (instead of having two separate keys to turn them on
    and off).

  * When working on the commandline, relative filenames are now
    correctly handled (current working directory is used).

  * The Windows 98/ME/2000 builds have been discontinued, due to code and
    features that are only available on Windows XP/SP3 and later.

  * Updated included PNG library to latest stable version.


3.6 to 3.6.1: (March 30, 2012)

  * Extended FA2 bankswitch scheme to handle 28K ROMs (in addition to
    the previously supported 24K ROMs).


3.5.5 to 3.6: (March 16, 2012)

  * Added support for 2600-daptor II device, including native support
    for 7800 controllers, BoosterGrip and Keypad controllers.  Special
    thanks go to Tom Hafner for a complimentary test sample of this
    device, and also for donating a BoosterGrip controller.

  * Added ability to dynamically swap the port order of Stelladaptor/
    2600-daptor devices with the 'Control-1' key combo (useful if you
    have only one 2600-daptor and want to use it as a left port
    normally, but as a right port for Star Raiders, etc).

  * Added CompuMate bankswitching/controller support to the emulation
    core; the Spectravideo CompuMate ROMs (NTSC and PAL) now work.
    Frequently used keys on the CompuMate are directly mapped to your
    keyboard (ie, Func-Space for backspace is mapped to Backspace, etc).
    Loading/saving from the cassette player is not yet supported, and
    will come in a future release.

  * Fixed bug in BoosterGrip controller emulation; the functionality
    of the booster and trigger buttons was reversed.  Related to this,
    renamed these actions in the Event Mapping dialog to be more clear.

  * Reverted to SDL 1.2.14 for the Windows 98/2k release, since SDL
    1.2.15 isn't supported in that environment.

  * Updated included PNG library to latest stable version.


3.5 to 3.5.5: (February 4, 2012)

  * Due to changes in the debugger, old state files will not work with
    this release.

  * Fixed bug in sound restructuring introduced in the last release; in
    some cases, there could be some sound 'crackling' when starting a
    ROM after at least one ROM had already been loaded.

  * Several significant improvements to the debugger I/O tab:
      - added controller input widgets for many of the built-in
        controllers, allowing to control joysticks, paddles, etc
        from within the debugger.
      - added ability to modify the SWCHB/SWBCNT port B registers.
      - added ability to view TIA INPTx and VBLANK latch/dump bits.

  * Reworked 'mcontrol' argument, and added ability to map the mouse
    axes separately for paddles 0-3 or driving controllers 0-1.  In
    such modes, the left mouse button is tied to the x-axis, and the
    right button is tied to the y-axis.

  * Mouse 'specific-axis' mode is now saved per-ROM, meaning that each
    ROM can have separate settings.  For example, this allows one ROM to
    use paddles 0 and 1, while another can use paddles 0 and 2, etc.

  * The key-combo for switching the mouse between controller modes is now
    'Control-0' (Control-1,2,3 have been removed).  This switches
    between all possible modes for the current virtual controllers.

  * Fixed bug in 'Fixed Debug Colors' mode; under certain circumstances,
    playfield graphics could be coloured as being player graphics.

  * Fixed bug in PAL color-loss setting in Video Settings; changing the
    settings wouldn't take effect until the ROM was reloaded.

  * Fixed bugs with cheatcode handling; loading a ROM with a cheat
    disabled would sometimes trash the emulation.  More work is
    required in this area, including the ability to create more
    advanced types of cheats.

  * Updated ROM properties database for all Sega Genesis controller
    compatible ROMs.  Also, the mouse can now emulate a Genesis
    controller, with the left/right buttons mapped to buttons B and C,
    respectively.

  * Added 'FA2' bankswitch scheme, thanks to code from Chris D.
    Walton.  This scheme will be used in an upcoming 'Star Castle' ROM.

  * Updated internal ROM properties database to ROM-Hunter version 7
    (thanks go to RomHunter for his tireless research in this area).

  * Added several PERL tools to help in automation of analyzing RomHunter
    ROM set releases.

  * Fixed compile issues in Irix when using the default compiler
    instead of gcc.  Thanks go to Rainer M. Canavan for this code.

  * Updated included PNG library to latest stable version.


3.4.1 to 3.5: (December 29, 2011)

  * Stella is now DonationWare!  Please see the DonationWare link on the
    main webpage for more information.

  * Added several improvements to the joystick management code.  Joystick
    event mapping is now saved per device, meaning that if you map events
    to a certain joystick device, remove the device and then later insert
    it again, Stella will remember the original mapping.

  * The total number of joysticks present and their associated properties
    (number of axes, buttons and hats) is now dynamic.  That is, there's
    no longer a hard-coded limit on the number of joysticks that Stella
    can use, or the number of buttons, etc that it contains.  This fixes
    a serious bug with PS3 controllers with 27 buttons, whereby adding a
    mapping for joystick 0 would inadvertantly change settings for
    joystick 1, and could potentially lead to a program crash.

  * Added 'mcontrol' commandline argument, which can specify to use each
    mouse axis as a separate paddle.  The old (and default) behaviour can
    be activated by setting this argument to 'auto'.  Related to this,
    removed redundant 'usemouse' argument.

  * Huge restructuring of the OpenGL code, making it compatible with
    OpenGL 2.x+ features (such as vertex buffer objects), while at the
    same time keeping compatibility with OpenGL 1.5 / OpenGL ES.
    Because of the required changes, TV effects were removed (they will
    be added again for the next release).

  * Improvements to audio handling, particularly for certain cases of
    Windows, ATI video cards, and OpenGL mode.  The sound device is now
    opened only once when Stella starts, and is paused between loading
    different ROMs.  This fixes a problem whereby sound could possibly
    not be functional after loading the first ROM.  Related to this,
    removed the 'audiofirst' commandline argument as it's now redundant.

  * Fixed bug with displaying the ROM launcher in Windows XP; the initial
    load was sometimes taking up to 30 seconds to complete.

  * Added logging facility, whereby the output of the application is
    available within Stella itself.  This can still be printed to the
    console, or also saved to a file.  Add the 'loglevel' and
   'logtoconsole' commandline arguments which control these settings,
    and removed the 'showinfo' argument as it's now redundant.

  * Updated DPC+ bankswitching scheme to latest code provided by
    SpiceWare.

  * Added MAMCR handling to the Thumb ARM emulation code.  Note that
    MAMCR isn't actually emulated, it is just ignored for now.  This
    fixes a bug whereby accessing MAMCR would crash the ARM emulation.

  * Added 'thumb.trapfatal' commandline argument, which causes the
    Thumb ARM emulation to either trap on a fatal error (throw an
    exception to the debugger and exit emulation) or simply log the
    error and continue.  This should normally always be enabled, but
    can be disabled by developers for testing reasons.

  * Updated default snapshot directory to be much saner and easier to
    find.  For most systems, it now defaults to the users 'Desktop'.
    Note that the commandline argument has changed to 'snapdir'.

  * The debugger 'print' command now indicates "special" addresses if
    they are read-only (R), write-only (W) or read-write (R/W).

  * Fixed a bug where scrolling the mouse-wheel in certain debugger UI
    items would cause the program to crash; scrolling now works as
    expected.

  * Fixed minor display issue in the debugger RAM area; some addresses
    were being displayed as '...'.

  * Fixed compile issues in the latest versions of Ubuntu and Debian, and
    fixed UNIX desktop file so that Stella will launch with a ROM when
    selected from its icon.  Thanks go to Stephen Kitt for this code.

  * Updated included PNG library to latest stable version.

  * Updated the credits list in the documentation, listing people that
    have donated hardware to the Stella team.
2012-09-02 18:35:19 +00:00
..
aliados Install documentation. 2012-05-15 11:34:52 +00:00
applyppf
aranym Add missing math/mpfr buildlink. 2012-06-14 22:37:34 +00:00
arcem Add user-destdir installation support. 2011-03-03 12:55:48 +00:00
arnold recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
atari800 emulators/atari800: Upgrade to version 2.2.1 from 2.1.0 2012-08-26 19:42:09 +00:00
b-em emulators/b-em: Upgrade from version 2.1a to 2.2 (Fixes zlib 1.27) 2012-08-12 02:03:15 +00:00
BasiliskII add limits.h to fix the linux build 2012-05-14 07:35:02 +00:00
blinkensim Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
bochs Treat Linux 3.x like Linux 2.6 for PCI handling purposes. 2012-05-23 05:08:00 +00:00
ckmame Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
cmdpack Update to 1.03: 2012-04-15 15:46:53 +00:00
compat12 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat13 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat14 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat_netbsd Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
Cygne-SDL Fix previous, should be ${TOOLS_PATH.zip} as noted by Joerg. 2012-04-14 03:47:37 +00:00
cygwin_esound PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
cygwin_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darcnes Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darwin_lib Add destdir installation support. 2011-03-03 13:06:49 +00:00
DatLib Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
DatUtil Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
dega emulators/dega: Fix indirect linking on DragonFly 2012-05-16 11:27:31 +00:00
dgen Update to 1.28, provided by Opolo Remo <gatta1@dcemail.com>. 2012-01-08 15:10:49 +00:00
dosbox Recursive bump for libmikmod shlib major ++ 2012-06-04 09:29:53 +00:00
dynagen Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
dynamips Don't hardwire /usr/lib/libelf.a, even for Linux. Should fix Linux build. 2012-05-23 05:13:22 +00:00
e-uae Needs -lsocket -lnsl on Solaris. 2012-04-13 05:10:24 +00:00
fceu emulators/fceu: Fix indirect linking on DragonFly 2012-05-16 16:08:43 +00:00
fmsx emulators/fmsx: Fix for libz >= 1.2.6 2012-07-18 23:23:20 +00:00
freebsd_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fuse Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
fuse-utils Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gambatte More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
gcube emulators/gcube: Fix indirect linking on DragonFly 2012-05-16 18:35:28 +00:00
generator recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
generator-cbiere Add missing archivers/bzip2 and deve/zlib buildlinks. 2011-11-16 09:22:25 +00:00
gens Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gns3 Bump PKGREVISION for python default version change to 2.7. 2012-03-09 12:33:57 +00:00
gnuboy emulators/gnuboy: Fix for modern gcc 2011-12-09 01:31:57 +00:00
gnuboy-sdl emulators/gnuboy-sdl: Fix for modern gcc 2011-12-09 01:32:58 +00:00
gpsim Build fixes for new glib2. 2012-05-10 06:52:52 +00:00
gpsim-devel Build fixes for new glib2. 2012-05-10 07:10:49 +00:00
gpsim-oscilloscope Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gpsim-ptyusart Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gxemul fix missing patch checksums 2012-08-02 09:41:06 +00:00
handy_sdl emulators/handy_sdl: Really fix normal user building 2012-05-27 17:47:29 +00:00
hatari Update to 1.6.2 2012-08-12 11:06:25 +00:00
hercules Fix build on DragonFly 3.0.1 2012-03-25 05:27:42 +00:00
hercules-images Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ia64sim Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
kegs Recognize both "ppc" and "powerpc" as appeared in today's netbsd powerpc 2012-06-28 03:23:37 +00:00
kenigma Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
libspectrum Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
lrmi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
m1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
makeppf
mame Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
MAMEDiff Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
mednafen Comment out unused static data that refers to nonexistent functions. 2012-05-21 19:37:26 +00:00
mess Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
minivmac Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
mmix Reduce mmix's dependencies on TeX. 2012-03-05 16:22:46 +00:00
NeoPop-SDL png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
nestopia Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +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/openmsx: Fix linkpkgsrc circular reference 2012-09-02 09:33:32 +00:00
or1ksim Depend on GNU readline because rl_event_hook is not provided by NetBSD's. 2011-12-19 16:09:22 +00:00
osf1_lib Update to support PKG_DESTDIR. 2010-02-26 05:09:54 +00:00
p11 Fix build with gcc-4.5 and on systems providing POSIX getline(). 2011-12-19 16:20:56 +00:00
palmosemulator Include limits.h to define PATH_MAX. 2012-06-19 20:29:34 +00:00
pcemu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pearpc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
qemu Make it understand "-net tap,ifname=tap3" on NetBSD. 2012-08-03 17:51:47 +00:00
qemu0 Readd qemu-0.15.1nb5 as emularoes/qemu0 2012-06-07 21:35:37 +00:00
raine * fixes build with libpng-1.5 2011-03-14 12:04:31 +00:00
ROMBuild Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
ROMInfo Honor LDFLAGS from pkgsrc. 2011-11-29 06:21:02 +00:00
sap No master site here; set INTERACTIVE_STAGE=fetch 2009-09-23 13:49:40 +00:00
simh emulators/simh: Prevent -lto switch on DragonFly 2012-07-18 23:46:01 +00:00
simulavr Patch up gcc inline mess. Fixes build with gcc 4.5. 2011-12-18 19:51:33 +00:00
ski Complete import of wip/ski 2011-07-27 11:14:22 +00:00
ski-bin copy compat_linux(8) binary package to appropriately named directory 2011-07-27 09:20:57 +00:00
sms_sdl emulators/sms_sdl: Fix indirect linking on DragonFly 2012-05-16 14:38:05 +00:00
snes9x Zap environment before invoking tr to remove any locale settings that 2012-03-07 19:10:30 +00:00
snes9x-gtk Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
spim Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
stella Update to 3.7.1. 2012-09-02 18:35:19 +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_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
suse100_aspell
suse100_base Enable PKG_DESTDIR_SUPPORT for suse100_* 2009-06-05 11:20:27 +00:00
suse100_compat
suse100_expat
suse100_fontconfig Add more font dirs, same as suse113_fontconfig. 2011-02-21 08:38:30 +00:00
suse100_freetype2
suse100_glx
suse100_gtk2
suse100_krb5
suse100_libcups
suse100_libjpeg
suse100_libpng
suse100_libsigc++2
suse100_libtiff
suse100_libxml2
suse100_linux remove obsolated module support codes. 2012-03-17 06:43:54 +00:00
suse100_locale
suse100_openmotif
suse100_openssl
suse100_resmgr
suse100_slang Compensate for lib vs lib64 on amd64. 2009-11-29 17:48:40 +00:00
suse100_x11
suse121_32_alsa Import suse32_alsa-12.1 as emulators/suse121_32_alsa. 2012-03-21 13:26:27 +00:00
suse121_32_aspell Import suse32_aspell-12.1 as emulators/suse121_32_aspell. 2012-03-21 13:27:25 +00:00
suse121_32_base Import suse32_base-12.1 as emulators/suse121_32_base. 2012-03-21 13:28:53 +00:00
suse121_32_compat Import suse32_compat-12.1 as emulators/suse121_32_compat. 2012-03-21 13:29:07 +00:00
suse121_32_expat Import suse32_expat-12.1 as emulators/suse121_32_expat. 2012-03-21 13:29:21 +00:00
suse121_32_fontconfig Import suse32_fontconfig-12.1 as emulators/suse121_32_fontconfig. 2012-03-21 13:29:39 +00:00
suse121_32_freetype2 Import suse32_freetype2-12.1 as emulators/suse121_32_freetype2. 2012-03-21 13:29:58 +00:00
suse121_32_glx Import suse32_glx-12.1 as emulators/suse121_32_glx. 2012-03-21 13:30:11 +00:00
suse121_32_gtk2 Import suse32_gtk2-12.1 as emulators/suse121_32_gtk2. 2012-03-21 13:30:25 +00:00
suse121_32_krb5 Import suse32_krb5-12.1 as emulators/suse121_32_krb5. 2012-03-21 13:30:35 +00:00
suse121_32_libcups Import suse32_libcups-12.1 as emulators/suse121_32_libcups. 2012-03-21 13:30:46 +00:00
suse121_32_libcurl Import suse32_libcurl-12.1 as emulators/suse121_32_libcurl. 2012-03-21 13:31:01 +00:00
suse121_32_libdrm Import suse32_libdrm-12.1 as emulators/suse121_32_libdrm. 2012-03-21 13:31:19 +00:00
suse121_32_libjpeg Import suse32_libjpeg-12.1 as emulators/suse121_32_libjpeg. 2012-03-21 13:31:33 +00:00
suse121_32_libpng Import suse32_libpng-12.1 as emulators/suse121_32_libpng. 2012-03-21 13:31:50 +00:00
suse121_32_libsigc++2 Import suse32_libsigc++2-12.1 as emulators/suse121_32_libsigc++2. 2012-03-21 13:32:09 +00:00
suse121_32_libtiff Import suse32_libtiff-12.1 as emulators/suse121_32_libtiff. 2012-03-21 13:32:25 +00:00
suse121_32_libxml2 Import suse32_libxml2-12.1 as emulators/suse121_32_libxml2. 2012-03-21 13:32:39 +00:00
suse121_32_locale Import suse32_locale-12.1 as emulators/suse121_32_locale. 2012-03-21 13:33:11 +00:00
suse121_32_openmotif Import suse32_openmotif-12.1 as emulators/suse121_32_openmotif. 2012-03-21 13:33:21 +00:00
suse121_32_openssl Import suse32_openssl-12.1 as emulators/suse121_32_openssl. 2012-03-21 13:33:31 +00:00
suse121_32_qt4 Import suse32_qt4-12.1 as emulators/suse121_32_qt4. 2012-03-21 13:34:44 +00:00
suse121_32_slang Import suse32_slang-12.1 as emulators/suse121_32_slang. 2012-03-21 13:34:59 +00:00
suse121_32_x11 Import suse32_x11-12.1 as emulators/suse121_32_x11. 2012-03-21 13:35:10 +00:00
suse121_alsa Import suse_alsa-12.1 as emulators/suse121_alsa. 2012-03-21 13:35:24 +00:00
suse121_aspell Import suse_aspell-12.1 as emulators/suse121_aspell. 2012-03-21 13:35:33 +00:00
suse121_base Update bash-4.2/libreadline6-6.2 rpm to 1.14.1 for CVE-2012-3410. 2012-07-24 09:59:48 +00:00
suse121_compat Import suse_compat-12.1 as emulators/suse121_compat. 2012-03-21 13:36:05 +00:00
suse121_expat Update libexpat1 rpm to 2.0.1-109.7.1, recommented update. 2012-04-24 07:51:30 +00:00
suse121_fontconfig Import suse_fontconfig-12.1 as emulators/suse121_fontconfig. 2012-03-21 13:36:25 +00:00
suse121_freetype2 Update suse121_freetype2 rpm to libfreetype6-2.4.7-6.1 for CVE-2012-1129 - CVE-2012-1144. 2012-04-13 11:56:33 +00:00
suse121_glx drm module and libudev0 are required. 2012-03-22 11:51:48 +00:00
suse121_gtk2 Update gdk-pixbuf-query-loaders and libgdk_pixbuf-2_0-0 rpm to 2.24.0-2.4.1 2012-07-24 10:02:27 +00:00
suse121_krb5 Import suse_krb5-12.1 as emulators/suse121_krb5. 2012-03-21 13:37:21 +00:00
suse121_libcups Import suse_libcups-12.1 as emulators/suse121_libcups. 2012-03-21 13:37:36 +00:00
suse121_libcurl Import suse_libcurl-12.1 as emulators/suse121_libcurl. 2012-03-21 13:37:45 +00:00
suse121_libdrm Import suse_libdrm-12.1 as emulators/suse121_libdrm. 2012-03-21 13:37:54 +00:00
suse121_libjpeg Update ibjpeg62-62.0.0 rpm to 10.4.1 for CVE-2012-2806. 2012-08-02 09:03:11 +00:00
suse121_libpng Update libpng14 RPM to resolve CVE-2012-3425. 2012-08-03 08:29:56 +00:00
suse121_libsigc++2 Import suse_libsigc++2-12.1 as emulators/suse121_libsigc++2. 2012-03-21 13:38:32 +00:00
suse121_libtiff Update suse121_libtiff libtiff3 RPM to 3.9.5-8.7.1 for CVE-2012-2088 and 2012-07-04 07:43:48 +00:00
suse121_libxml2 Update libxml2-2.7.8 rpm to 3.11.1 for CVE-2012-2807. 2012-08-11 02:10:23 +00:00
suse121_linux Change HOMPAGE to openSUSE one, not Enterprise one. 2012-04-13 14:19:17 +00:00
suse121_locale Import suse_locale-12.1 as emulators/suse121_locale. 2012-03-21 13:40:16 +00:00
suse121_openmotif Import suse_openmotif-12.1 as emulators/suse121_openmotif. 2012-03-21 13:40:24 +00:00
suse121_openssl Update suse121_openssl openssl1_0_0 rpm to 1.0.0e-34.12.1 for CVE-2012-0884. 2012-04-24 00:43:37 +00:00
suse121_qt4 Import suse_qt4-12.1 as emulators/suse121_qt4. 2012-03-21 13:40:53 +00:00
suse121_slang Import suse_slang-12.1 as emulators/suse121_slang. 2012-03-21 13:41:02 +00:00
suse121_x11 Import suse_x11-12.1 as emulators/suse121_x11. 2012-03-21 13:41:10 +00:00
swarm Teach this to recognize x86_64 on Linux. 2012-05-23 05:19:40 +00:00
tme Remind the user to set LTDL_LIBRARY_PATH. 2012-08-29 18:13:19 +00:00
tuxnes Fix build on SunOS. 2012-03-07 15:52:40 +00:00
twin This package doesn't build on amd64 because there's absolutely zero 2012-01-03 00:51:10 +00:00
uae Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
ucon64 emulators/ucon64: Fix for libz >= 1.2.6 2012-07-18 22:10:21 +00:00
vba emulators/vba: Fix for libz >= 1.2.6 2012-07-18 21:55:40 +00:00
vice emulators/vice: Fix all non-NetBSD platforms 2012-08-14 18:49:43 +00:00
vmips Fix build with modern GCC 2011-11-27 19:39:09 +00:00
wine more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
wine-devel more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
x48 Add time.h where Linux demands it. 2012-05-23 05:22:37 +00:00
xbeeb Don't explicitly run mkfontdir. 2012-04-18 00:05:13 +00:00
xcopilot Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xhomer Add xf86dgaproto to hopefully fix -5 native X failure. 2011-07-05 01:33:25 +00:00
xm7 When adding standard headers like <errno.h>, please do *not* wrap in 2012-06-23 19:32:00 +00:00
xnp2 Update xnp2 to 0.83pl20120618 (leaf package bugfix). 2012-06-23 10:12:02 +00:00
xtrs user-destdir support 2009-07-08 16:40:08 +00:00
xyame
yabause More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
z26 DESTDIR support. 2009-02-23 17:56:36 +00:00
ZIPIdent Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
zsnes * fixes build with png-1.5. 2011-03-15 11:46:09 +00:00
Makefile remove suse 11.3 packages. 2012-08-18 16:33:35 +00:00