aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/fceu
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Now builds on sparc64kris2006-09-181-4/+0
|
* Remove USE_REINPLACE from all categories starting with Eedwin2006-05-071-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Unbreak on amd64pav2005-03-013-7/+62
| | | | | PR: ports/78094 Submitted by: Greg J. <xcas@cox.net> (maintainer)
* - Update to 0.98.13pav2005-02-289-11167/+64
| | | | | PR: ports/78094 Submitted by: Greg J. <xcas@cox.net> (maintainer)
* The sourceforge website is empty, grab copy from ftp.au.freebsd.orgedwin2005-01-121-1/+1
| | | | and place it in the adopted directory on my website.
* Mark BROKEN on sparc64 - doesn't compile.krion2004-11-281-1/+4
| | | | | PR: ports/74325 Submitted by: maintainer
* Update to 0.98.12krion2004-09-013-19/+9
| | | | | PR: ports/71197 Submitted by: maintainer
* - Update to 0.98.11pav2004-08-163-5/+24
| | | | | PR: ports/70454 Submitted by: Greg J. <xcas@cox.net> (maintainer)
* - Fix build on 4.xkrion2004-05-211-6/+24
| | | | Reported by: bento via kris
* - Update to version 0.98.10krion2004-05-193-4/+26
| | | | | PR: ports/66847 Submitted by: maintainer
* - Transfer maintainership to the submitter of last updatepav2004-05-181-1/+1
| | | | | | PR: ports/66033 Offered by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (old maintainer) Accepted by: "Greg J." <xcas@cox.net> (new maintainer)
* - Update to 0.98.8pav2004-05-186-58/+11037
| | | | | | PR: ports/66033 Submitted by: Greg J. <xcas@cox.net> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Properly use SDL everywhere:edwin2004-03-081-1/+1
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to version 0.97.5krion2003-12-284-24/+29
| | | | | PR: 60629 Submitted by: maintainer
* - Add new man pagekrion2003-08-312-30/+38
| | | | | | | - Use DOCSDIR macro PR: 56236 Submitted by: maintainer
* 1. delete pkg-message: this file slipped in by mistake.maho2003-07-245-28/+23
| | | | | | | | | | | | 2. fix pkg-plist for version 0.96 3. move message for WITH_OPTIMIZED_FLAGS to correct place 4. delete -mcpu=i686 -march=i686: Not all i386 is i686. cpu dependent optimize is done by CPUTYPE. 5. change fix for non-i386 arch PR: 54686 Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (maintainer)
* Clean up of the port.maho2003-07-211-3/+3
| | | | | | | | | | 1. ECHO -> ECHO_CMD 2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside of pre-everything:: since shell command in question isn't under any target, and it is not a valid syntax. Reviewed by: will Pointy hat to: myself
* FCE Ultra is an NTSC and PAL Famicom/NES emulator for variousmaho2003-07-207-0/+172
platforms, distributed under GPL. It is based upon Bero's original FCE source code. Current features include good PPU, CPU, pAPU, expansion chip, and joystick emulation. PR: 45166 Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp>