Commit graph

1094 commits

Author SHA1 Message Date
snj
3d37a8c286 USE_BUILDLINK3 must be set to [yY][eE][sS]. Spotted by xtraeme@. 2004-04-11 08:35:23 +00:00
snj
c9e44fd776 Convert to buildlink3. 2004-04-11 08:32:04 +00:00
adam
bdd1767538 Changes 20040408:
* DOS devices and drives are now configured through symlinks.
* Many shell32 improvements.
* New task manager merged from ReactOS.
* First version of wineprefixcreate tool for initial setup.
* Lots of bug fixes.
2004-04-09 12:44:22 +00:00
xtraeme
8587df7063 err forgot to add USE_X11. 2004-04-05 05:16:49 +00:00
xtraeme
5fb21ffb25 Added raine. 2004-04-05 05:06:52 +00:00
xtraeme
5807209cf1 Initial import of raine-0.40.0 from pkgsrc-wip.
Raine is an emulator, it emulates some M68000 and M68020 arcade games and is
mainly focused on Taito and Jaleco games hardware. It started as an experiment
with the Rainbow Islands romset, dumped by Aracorn/Romlist. Raine can emulate
many nice games now, including new additions from Cave and other companies.
2004-04-05 05:05:27 +00:00
recht
8bc930d271 +winelib 2004-04-04 16:53:28 +00:00
recht
a7d9958557 initial import of winelib-0.1
Library to bind Wine as shared library.
It is needed to use mono's Windows.Forms APIs.
2004-04-04 16:52:40 +00:00
recht
ea0626d3ba Add buildlink3.mk (needed by mono's winelib). 2004-04-04 13:55:15 +00:00
kristerw
aceac3e7b1 Make the package realize that amd64 is a LP64 architecture.
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
2004-04-02 18:47:39 +00:00
kristerw
2bf45d7c8d Make the package realize that amd64 is a LP64 architecture.
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
2004-04-02 17:45:51 +00:00
xtraeme
f468eb3a7b Update xmame and xmess packages to 0.80.1.
Changes:

Release 0.80.1, 13 March 2004
        - Everything from MAME 0.80 (http://x.mame.net/changes-mame.html)
          and MESS 0.80 (http://x.mame.net/changes-mess.html).
        - Improved support for GNU make's -j option, which can especially
          benefit SMP and SMT machines.  (Arnaud G. Gibert)

pkgsrc changes:

	o Make esound support optional via USE_ESOUND (by default is NO).
2004-03-31 04:39:16 +00:00
kristerw
ac8c34ceeb Make this package compile on NetBSD current. 2004-03-26 22:24:35 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
kristerw
b66a2325d8 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:47:15 +00:00
kristerw
a04b534ce0 Make this compile when using gcc 3.3 by correcting constructs of the form
int foo = {0};
2004-03-20 20:21:22 +00:00
wiz
b60b5091e6 SUSE 7.3 has been discontinued -- fix ftp path on master site, and remove
mirrors that don't serve the discontinued releases.
2004-03-19 12:56:27 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
adam
4bd60a0732 Changes 20040309:
* Much improved winegcc tool, now used to build Wine itself.
* VxDs are now separate libraries for better modularity.
* Improvements and simplifications to the drive configuration.
* New setupapi INF script to create the initial registry.
* Many improvements to the various multimedia dlls.
* Lots of bug fixes.
2004-03-12 11:13:48 +00:00
kent
6e612aa217 Update to PEACE 20040309 snaphot.
The main change is update of toolchain.
2004-03-09 12:40:13 +00:00
snj
3eee19dbd6 Use bl3. 2004-03-07 06:04:48 +00:00
snj
c32b389e29 Use bl3. 2004-03-07 05:38:54 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
wiz
3bb20322bd Add and enable uips. 2004-02-27 15:37:24 +00:00
wiz
46776840ce Initial import of uips, an IPS patcher.
IPS patches are binary patches (usually used for hacks/trainers/patches
for emulator ROMs).
2004-02-27 15:35:57 +00:00
minskim
c8f76972b5 Not used any more. 2004-02-25 18:55:43 +00:00
minskim
8569c0a7ae bl3ify and add explicit dependency on pkgconfig. 2004-02-25 18:54:58 +00:00
minskim
d9380ffcb3 bl3ify 2004-02-25 18:50:03 +00:00
minskim
a0152db6b5 Add new buildlink3.mk. 2004-02-25 18:49:36 +00:00
minskim
aa044af44c bl3ify 2004-02-25 18:46:55 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
abs
d357415cc0 UNLIMIT_RESOURCES=datasize for gcc3.3 -arch=pentium2 on NetBSD 1.6.2 2004-02-23 23:54:39 +00:00
simonb
0785acb22a Use -DFLTK_1_0_COMPAT so that this builds with newer versions of FLTK. 2004-02-23 10:30:47 +00:00
kristerw
2d8acdc0d1 USE_LANGUAGES= c c++ 2004-02-23 01:05:34 +00:00
kristerw
33c141e08b Update xmame to 0.79.1
Changes since 0.78.1 includes:
- Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and
  MESS 0.79 (http://x.mame.net/changes-mess.html).
- Updated the ALSA DSP module to use the ALSA 1.0 API.  (Shyouzou
  Sugitani)
- Paths now allow a literal "$" if it's preceded by "\".  (Andre
  Majorel)
- Fixed a segfault that occurred when "-debug" was used with a rotated
  game.
- The debugger window should no longer be blank for 32bpp games.
- Fixed a bug in fix-comments.c that was causing it to mangle
  src/drivers/vendetta.c.
- When XINPUT is defined in the makefile but no XInput devices are
  configured, the mouse is treated as a trackball.  (Gerd Sussner)
- The Xv YUV code should now work on big-endian platforms.  (Maciej J.
  Woloszyk)
- The trigger for the ACT LABS TV light gun now works; reloading now
  requires only one offscreen shot instead of two.  (Joe)
2004-02-21 00:08:00 +00:00
kristerw
5aa8d1dce5 Update xmess to 0.79.1
Changes since 0.78.1 includes:
- Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and
  MESS 0.79 (http://x.mame.net/changes-mess.html).
- Updated the ALSA DSP module to use the ALSA 1.0 API.  (Shyouzou
  Sugitani)
- Paths now allow a literal "$" if it's preceded by "\".  (Andre
  Majorel)
- Fixed a segfault that occurred when "-debug" was used with a rotated
  game.
- The debugger window should no longer be blank for 32bpp games.
- Fixed a bug in fix-comments.c that was causing it to mangle
  src/drivers/vendetta.c.
- When XINPUT is defined in the makefile but no XInput devices are
  configured, the mouse is treated as a trackball.  (Gerd Sussner)
- The Xv YUV code should now work on big-endian platforms.  (Maciej J.
  Woloszyk)
- The trigger for the ACT LABS TV light gun now works; reloading now
  requires only one offscreen shot instead of two.  (Joe)
2004-02-21 00:06:36 +00:00
adam
6b77047a19 Changes 0.6.2.1:
* Compilation fixes:
  + sdljoystick.h missing from tarball.
  + Link failure if a widget UI in use and lib765 not available.
  + Compilation failure if ROMSDIR defined.

* Bugfixes:
  + Use of the SDL icons could cause screen corruption.
  + The reverse page mapping for 0xc000 - 0xffff would occasionally be
    wrong on the +2A/+3.

* Miscellaneous:
  + Allow selectable devices to be used for the real joysticks.
  + Use glib 2.0 if available.
  + Allow ROMSDIR to be set when configuring.
2004-02-20 14:14:52 +00:00
kristerw
6b3caae9a2 Make this package compile on non-i386 machines too, by applying a patch
from Lawrence Gold on the xmame mailing-list.
2004-02-19 19:28:29 +00:00
kristerw
bb42a11fe8 Make this package compile on non-i386 machines too, by applying a patch
from Lawrence Gold on the xmame mailing-list.
2004-02-19 19:16:56 +00:00
cjs
76cfc893c7 Make a link to /dev/tty in emul/linux/dev, since otherwise linux programs
writing to /dev/tty will instead attempt to create the file emul/linux/dev/tty.
2004-02-19 11:37:11 +00:00
kristerw
af57c1d822 Make this package compile when using gcc 3.3. 2004-02-18 23:24:59 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
adam
5a485fda44 Changes 20040213:
- Improved support for screen resolution changes.
    - More shell32 improvements.
    - Several Winelib compatibility fixes.
    - Beginnings of support for typelib creation.
    - Lots of bug fixes.
2004-02-16 14:06:58 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
kristerw
95ea54083b Make the package compile when using gcc3.3. 2004-02-13 23:41:28 +00:00
adam
22f9905e2b Changes 0.6.2:
* Add some small bits of system information (OS, libspectrum
  version) into creator custom data for formats which support this.

* QNX6 compilation fixes and package file.

* rzxcheck: return 1 if the RZX file does not have a good signature.

* rzxdump: use libgcrypt 1.1.42 or later.

* snap2tzx: new utility to convert snapshots to tape files.
  Heavily based on Tomaz Kac's 'z802tzx'.

* tapeconv: remove double-free bug if tape reading fails.
2004-02-13 13:42:15 +00:00
adam
47528d2beb Changes 0.6.2:
* New features:
  + Real joystick support.
  + The 'pokefinder'.
  + Black and white TV mode for the GTK+ and SDL user interfaces.
  + The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI.
  + A simple memory browser.
  + Writes to disk will not affect the underlying file unless
    explicitly requested by the user.
  + Status bar for the GTK+ UI, and status icons for the SDL UI.
  + Options to disable the GTK+ confirmation dialogs and the printer emulation.

* Z80 core improvements

* Debugger improvements

* RZX improvements

* Minor bugfixes
2004-02-13 13:40:15 +00:00
adam
b59ea89042 Changes 0.2.1:
* Transparent reading of bzipped and gzipped files.

* Add support for writing emulator custom data to .rzx and .szx files.

* Update to the more recent version of gcrypt; version 1.1.42 or
  later is now required.

* Link libspectrum against gcrypt, glib and zlib; this means that
  client applications no longer need to do this.

* Support for 'the last instruction was an EI' in the snapshot code.

* Routines to check the versions of libspectrum and gcrypt in use.

* Write .rzx files with a version number of 0.12 if we're not
  signing the data; improves backward compatability.

* Fix a segfault when dealing with .slt files.

* QNX6 compilation fixes.
2004-02-13 13:36:43 +00:00
hubertf
3574066d66 Update bochs to 2.1.1 (doh). Changes:
- fix bug in int15h function 0xe820 (Christian Neubert)
- fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
- fix conditions for NM exception on FWAIT instruction (Christophe)
- fix symbol conflict in rfb and x display libraries (Volker Ruppert)
- allow 16 bit writes to ne2k page 0 (Volker)
- notify display libraries on change of bpp (Volker)
- fix bug in int13h function 0x10 (Volker)
- fix floppy dialog error on win2k (Volker)
- fix adress check in TSS IO permission bitmap (Christophe)
- fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
- updates for MacOS compile (Daniel Gimpelevich)
2004-02-12 01:57:52 +00:00