Commit graph

130 commits

Author SHA1 Message Date
kristerw
9e03802f77 Removed duplicated text. 2001-09-05 22:01:26 +00:00
kristerw
5b0f05b2fb Update xmame to 0.54.2
Changes since 0.54.1 include:
- Applied a fix for the Bubble Bobble driver.  (Haze)
- Applied a fix for Konami games.  (Aaron Giles)
- Using -debug no longer results in a segfault.
- Applied a patch for the ES550x that fixes the runaway voices in Puzzle
  Bobble 3 and might fix other games with problems.  (Aaron Giles)
- Added -samplepath/-sp and -artworkpath/-ap command line options.
2001-09-05 21:45:21 +00:00
kristerw
edd9a0f5df Upgrade xmame to 0.54.1nb1 after doing the following changes:
- Made Bubbl Bobble work again
- Removed a warning from the xmamerc file.
2001-09-02 22:07:39 +00:00
kristerw
5afe321050 xmame does not include xmess (well, the source is there, but it is based
on an older mame release and has not been in a buildable state for a
long time now.)
2001-09-01 10:40:22 +00:00
kristerw
d414a7cc8a Update xmame to 0.54.1.
Changes since 0.53.1:
- Everything from MAME 0.54.
- Fixed a compile error in the xgl target caused by a change in the
  core.  (Sven Goethel)
- Applied a patch that fixes CPS2 games.  (Aaron Giles)
2001-08-26 21:39:33 +00:00
kristerw
770dd08a9e Update xmame to 0.53.1 (yes, they have chenged their numbering scheme) 2001-08-19 21:12:44 +00:00
kristerw
f67d860629 Update xmame to 0.37b16.1
Changes since 0.37b15.1 include:
- Everything from MAME 0.37b16 except for steadykey support and the new
  RGB blitters.  These may be appearing in a later release.  :-)
- Added Matt Lowry's latest README, which has been missing from xmame
  for several releases.
- Fixed the contrib/porting/prep-new-mame script so it doesn't omit the
  README file.
- QNX Photon2 updates: A fix for dirio.c which allows xmess to compile
  under the QNX 6.1 internal beta; audio has better verbosity; fixed a
  bug which caused games utilizing a mouse to core dump.  (Travis Coady)
- Fixed some ANSI/ISO warnings in the GLmame code.
- Changed contrib/porting/prep-new-mame to reflect the new .txt files
  bundled with MAME.
- Updated contrib/porting/porting.txt to refer to src/windows rather
  than src/msdos for diffing between versions, since the Win32 target
  is now the primary one.
- Updated the docs to mention that KDE 2.2b1 has been reported to fix
  the xmame.x11 problem whereby the window never displays without using
  a workaround.
2001-07-09 14:30:25 +00:00
kristerw
e5a12adf2e Update xmame to 0.37b15.1
Changes since 0.37b14.2 include:
- Everything from MAME 0.37b15 except for 'steadykey' support.
- Added an aRts sound server driver.  (Manuel Teira)
- Added another aRts sound server driver.  It needs reasonable aRts
  server settings, something like artsd -F 6 -S 4096 should be ok to get
  near accurate response time.  (Petr Smotek)
- ALSA updates: Added preliminary support for ALSA 0.9 API; split the
  0.5 and 0.9 API stuff into separate files.  (Shyouzou Sugitani)
- HotRod support is now enabled by either -hotrod or -hotrodse, just
  like the DOS/Win32 version.
- Added dummy flicker and vector orientation functions to fxvec.c so
  that xmame.xfx can link again.
2001-05-27 18:58:18 +00:00
kristerw
4385d67abc Update xmame to 0.37b14.2.
This contains everything from MAME 0.37b14 except for 'steadykey' support.
The Unix-specific changes that affect NetBSD are:
  - The sound device is now released when the emulation is paused.
    (Shyouzou Sugitani)
  - Added -hotrod for HotRod and HotRod SE support.  Set it to 1 for
    HotRod, 2 for HotRod SE.
  - Fixed a bug in logerror() that could cause a crash.  (Pete French)
2001-05-23 21:52:55 +00:00
mrg
a13add4d0d support xpkgwedge. 2001-05-21 07:12:49 +00:00
agc
7e2fedb405 Move to sha1 digests, and add distfile sizes. 2001-04-20 10:49:52 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
kristerw
b0c164387c The license says that "selling is not allowed". Add that to RESTRICTED. 2001-04-04 22:14:13 +00:00
kristerw
377fcdee00 Update xmame to 0.37b13.1.
Changes since 0.37b12.1
   - Everything from MAME 0.37b13.
   - Numerous updates to the OpenGL target.  (Sven Goethel)
   - Added Photon2 display support for the QNX target.  (Travis Coady)
   - You can now run "make clean68k" before building with a different 68k
     core.  (Mike Coates)
   - Applied a patch from StretchMAME that prevents a bunch of games from
     segfaulting on startup.  (Shyouzou Sugitani)
   - A fix for the sprites in CVS games.  (Nicola Salmoria)
2001-03-31 18:59:30 +00:00
dmcmahill
bbbaa67b67 the ${FILESDIR}/endian.sh stuff needs to come after bsd.pkg.mk to make
sure FILESDIR is defined.  Problem noted by several people (Christoph,
Mycroft, etc.).
2001-03-30 14:37:01 +00:00
kristerw
49da6a763d Update to xmame-0.37b12.1 2001-03-24 19:52:33 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
311d465268 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 18:38:11 +00:00
abs
6f988f0a07 If we are not on a CPU known by mame, determine risc or risc_lsb based on
<machine/endian.h>. Fixed xmame on arm32.
2000-12-07 12:58:13 +00:00
mycroft
92a8856745 Update for 0.37b6.1. 2000-11-05 00:43:30 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
martin
b75dc92e46 Update pkg to version 0.37b4.1 2000-07-13 20:54:01 +00:00
tron
caf222b25c Depend on "unzip" 5.40 or newer. 2000-04-20 22:45:50 +00:00
soren
0f6e2f1fcb These patches are no longer necessary. 2000-03-16 15:40:18 +00:00
wiz
abdb06ae6c add RCS tags 2000-03-16 12:41:22 +00:00
soren
62642c68e7 Update to 0.36b16.1.
Includes new NetBSD audio code from kristerw.
2000-03-14 11:42:47 +00:00
soren
f7c8329070 Passing down DESTDIR is not necessary. 2000-03-13 22:23:15 +00:00
soren
19e8dc02fa Update to version 0.36b14.1. 2000-01-20 18:54:49 +00:00
soren
1f01d3d2dc Changed patches. 1999-11-10 08:01:29 +00:00
soren
3b9f25b706 Update xmame to 0.36b8.1.
Xmess is now integrated in xmame.
1999-11-10 07:54:45 +00:00
mycroft
60c066dec6 More magic. 1999-07-27 03:25:03 +00:00
mycroft
0471d2680d ELF rpath issues. 1999-07-27 03:20:38 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
ross
615998b2dd Fix compile problems. Enable on alpha. 1999-05-10 02:17:50 +00:00
mycroft
c3f4544ef6 0.35b8.1 1999-04-03 21:45:16 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
a733747fb2 reflect update of unzip to 5.40 1998-12-28 13:46:12 +00:00
mycroft
d29e27fb4f 0.34b8.1 1998-12-15 10:34:34 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
frueauf
3adea051ce Some more pkglint stuff. 1998-11-12 23:20:09 +00:00
mycroft
9e9688ab7a 0.34b5.2 1998-11-05 16:00:57 +00:00
mycroft
32b4298521 Missed a CONFLICT. 1998-11-04 14:06:03 +00:00
mycroft
3087bb9f66 0.34b5.2 1998-11-04 14:05:32 +00:00
mycroft
71fff45316 0.5b2.2 1998-10-25 22:06:23 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
mycroft
6d86d230f3 Fix message at end of install. 1998-09-07 23:20:04 +00:00
mycroft
74dd473061 Temporary patch around .h file lossage. 1998-09-07 23:03:43 +00:00
mycroft
f839fbc662 Catch up with a Makefile change. 1998-09-07 22:58:24 +00:00
mycroft
a7098e90c5 Update to 0.34b2.2. 1998-09-07 22:54:50 +00:00
mycroft
6c1a320995 Add conflict. 1998-09-05 12:37:58 +00:00
mycroft
c2dff22aae Update to 0.34b2.1. 1998-09-05 12:27:39 +00:00
mycroft
f7003c89fc Use -DACORN to fix up unaligned accesses on non-i386en. 1998-09-01 06:58:13 +00:00
mycroft
a492d4b886 Allow the display type to be overridden from the pkg Makefile. 1998-08-31 08:12:19 +00:00
mycroft
4afffc3a12 Use a gmake construct rather than a pmake construct. 1998-08-29 21:32:04 +00:00
frueauf
5d85905c33 Readd rcs ids again. 1998-08-29 19:41:59 +00:00
frueauf
246cdf5335 Remove old checksums. 1998-08-29 19:39:56 +00:00
mycroft
43ef5bd8d9 Update to 0.34b1.1. 1998-08-29 04:08:12 +00:00
tron
c055fe9704 pkglint:
- replace "${MKDIR} -p" by "${MKDIR}"
- move "RUN_DEPENDS" and "DEPENDS" to the correct place
1998-08-23 19:29:51 +00:00
tron
69dfee3ca9 Activate joystick supports on all ports which have it not only on i386. 1998-08-23 19:25:40 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
mycroft
aad2f21ae2 Enable MIT-SHM, as pointed out by Mario Kemper. 1998-07-23 09:38:09 +00:00
frueauf
e42ccc53c4 Give xmame the chance to compile on non-i386 machines too. 1998-07-22 10:02:31 +00:00
mycroft
7310ab5c42 Translate to English. 1998-07-09 12:29:34 +00:00
mycroft
e9242f8057 Work around a small bug in this beta. 1998-07-05 11:43:45 +00:00
mycroft
21dd22cc5f Update to 0.33b6.1. 1998-07-04 12:05:06 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
agc
a8fbf965c0 Update package Makefile for automatic manual page handling. 1998-06-22 12:29:06 +00:00
agc
3510abfc45 Fix the location a bit more cleanly. Use ${ECHO} instead of echo. 1998-06-11 12:32:01 +00:00
agc
28c1dc49e6 Only set -malign-functions=2 -malign-jumps=2 -malign-loops=2 on i386
architecture, as pointed out by pk.
1998-05-13 10:13:25 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
mycroft
5d75342f14 Tidy this up, and make me the `maintainer'. 1998-03-20 06:51:55 +00:00
mycroft
4baaddaca5 Enable the joystick on the i386 port. 1998-03-16 06:03:36 +00:00
mycroft
59eaee10ba Clean up the audio setup a bit. 1998-03-15 03:13:56 +00:00
hubertf
cb811d6a1e This depends von Xpm installed; reported by Markus Illenseer. 1998-02-20 20:38:14 +00:00
tron
94f92098de Initial import of "xmame-0.30.1" package based on work by Tim Rightnour. 1998-02-14 22:06:04 +00:00