Commit graph

35 commits

Author SHA1 Message Date
Kris Kennaway
510b91e1dc Fix build (chase libusb to libusbhid) 2002-09-29 03:41:37 +00:00
Brian Feldman
3aa1a8aa10 Use sys/soundcard.h instead of machine/soundcard.h 2002-09-20 19:17:02 +00:00
Brian Feldman
05e1411145 Update to version 1.37c with the major notable of having all of Kreed's
display filters built-in.
2001-03-29 12:36:15 +00:00
Yukihiro Nakai
5be110617f Maintainer change. 2001-03-29 09:09:50 +00:00
Yukihiro Nakai
da4cb0d670 More fix for 4.x-RELEASE
PR:		ports/24752
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
2001-02-05 16:15:37 +00:00
Yukihiro Nakai
6d5e029d2f More fix about usb support. 2001-01-24 01:16:14 +00:00
Yukihiro Nakai
597ef810b9 Add fix for 4.2-stable. 2001-01-22 00:56:20 +00:00
Brian Feldman
0d72c86570 Update to 1.34a 2001-01-13 20:28:00 +00:00
Brian Feldman
5485c9569b Bump the PORTREVISION for a compilation that has optimization and -2xsai. 2000-11-22 03:18:33 +00:00
Brian Feldman
39117e5532 Add 2xSaI mode to Snes9X for Unix (X11); using the switch -2xsai, this
is a "smarter" stretcher and interpolater by Kreed.  It looks better
than the -y TV mode :)
2000-11-22 03:18:13 +00:00
Brian Feldman
45918cbdba Actually have CFLAGS do something. Previously, the emulator has been
compiling with no optimization!!
2000-11-22 03:15:30 +00:00
Brian Feldman
87ee0d7cd1 Bump the PORTREVISION after committing the USB joystick code. Note
the Alpha still doesn't work; if anyone with an Alpha who wants to
play Snes9X can fix it, please do :)
2000-11-20 02:19:43 +00:00
Brian Feldman
c47b390409 Add a UHID joystick driver (USB Joysticks/GamePads/etc.) as the
FreeBSD machdep joystick handling code.  Along with this, make a few
cleanups, and add a new switch, "-joyshift", which enables USB HID
numbering to start with the second gamepad.

The upshot of all this is that I can now play two-player games and
have second player on the gamepad.  Yay!
2000-11-19 07:10:40 +00:00
Brian Feldman
b12eba268a Update to version 1.32. 2000-10-14 01:03:29 +00:00
Yukihiro Nakai
6c03ef6783 - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly
- Add WWW: line into pkg/DESCR

PR:		ports/17462
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-16 03:07:42 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Satoshi Asami
eae72c6bb0 Mark FORBIDDEN on alpha, it builds but doesn't run.
Submitted by:	green
Reviewed by:	steve
2000-03-12 07:03:04 +00:00
Brian Feldman
481711b7ac Update to Snes9X 1.29, and get Makefile.alpha built. 2000-03-09 05:16:30 +00:00
Brian Feldman
d09907238d Snes9X needs to _not_ have USE_THREADS auto-defined for FreeBSD in
unix/unix.cpp to build, especially when the Makefile does not have it
defined.  Also, along with this, split the patches out into the
customary one-file-per-patch chunks.

I'm not ${MAINTAINER}, but nacai does not mind my working on the
port :)
1999-12-29 07:12:58 +00:00
Yukihiro Nakai
397ab3211d Update to 1.26 1999-12-28 04:27:57 +00:00
Brian Feldman
2a84888391 I am not actually MAINTAINER. 1999-09-22 04:06:50 +00:00
Chris Piazza
5cb5d6fbb6 o Support CC/CXX
o Support CFLAGS/CXXFLAGS
o Make this actually build on my system (alfred had the same problem,
  but, oddly enough, green didn't)
1999-09-20 01:56:08 +00:00
Brian Feldman
156a1aa3d9 Snes9X is updated to 1.25.
(And the villagers rejoiced!)
Snes9X actually builds now.
	(And the villagers rejoiced!)
Snes9X should actually work on the Alpha now.
	(And the villagers rejoiced!)
1999-09-20 00:04:34 +00:00
Satoshi Asami
68215d1840 pgcc compiler is called pgcc, not egcs. The port still doesn't build
("Internal compiler error"...probably pgcc's fault) but at least it will
start compiling.
1999-09-11 13:21:02 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Seiichirou Hiraoka
e8ed2dfbf4 Update to 119a
PR: ports/12485
Submitted by: nakai@maple.ocn.ne.jp
1999-07-02 05:27:37 +00:00
Justin M. Seger
539536fae4 Switch to using USE_ZIP along with minor cleanups to some ports. 1999-05-01 12:34:38 +00:00
Seiichirou Hiraoka
468b815704 Update to 118e
Now it comes with sound!
But disabled the joystick
PR: ports/10852
Submitted by: nakai@internetsolutions.co.jp
1999-03-31 14:01:19 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Seiichirou Hiraoka
0e6df12d91 Update to 1.16a.
Now this can build from source code.
And can't use sound feature.
1999-01-12 07:07:21 +00:00
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Steve Price
f7da14e1d4 Update to version 1.05.
PR:		7338
Submitted by:	Seiichirou Hiraoka <flathill@flathill.gr.jp>
1998-07-27 01:01:00 +00:00
Justin M. Seger
081f8c8af6 Import of emulators/snes9x - snes9x version 0.23
Super Nintendo Entertainment System(SNES) Emulator

PR:		ports/3824
Submitted by:	Nakai@Mlab.t.u-tokyo.ac.jp
1997-11-02 14:56:43 +00:00