notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
fceu A portable NES/Famicom emulator based on Bero's original FCE
0.98.13_4 emulators Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.98.13_4Version of this port present on the latest quarterly branch.
Maintainer: chris@officialunix.com search for ports maintained by this maintainer
Port Added: 2003-07-20 11:51:57
Last Update: 2009-11-04 14:27:08
SVN Revision: UNKNOWN
People watching this port, also watch:: vcdimager
License: not specified in port
WWW:
http://fceultra.sourceforge.net/
Description:
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various platforms. It is based upon Bero's original FCE source code. Current features include good PPU, CPU, pAPU, expansion chip, and joystick emulation. Also a feature unique to this emulator(at the current time) is authentic Game Genie emulation. Save states and snapshot features also have been implemented. The VS Unisystem is emulated as well. FCE Ultra supports iNES format ROM images, UNIF format ROM images, headerless and FWNES style FDS disk images, and NSF files. FCE Ultra currently supports the following iNES mappers(many partially): WWW: http://fceultra.sourceforge.net/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • fceu>0:emulators/fceu
No installation instructions:
This port has been deleted.
PKGNAME: fceu
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. sdl-config : devel/sdl12
Library dependencies:
  1. SDL-1.2.11 : devel/sdl12
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (17 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://biznetnetworks.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  3. http://freefr.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  4. http://heanet.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  5. http://internode.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  6. http://iweb.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  7. http://jaist.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  8. http://kent.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  9. http://nchc.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  10. http://osdn.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  11. http://softlayer.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  12. http://sunet.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  13. http://surfnet.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  14. http://switch.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  15. http://transact.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  16. http://upfr.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
  17. http://voxel.dl.sourceforge.net/project/fceultra/Source%20Code/0.98.13-pre/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.98.13_4
04 Nov 2009 14:27:08
Original commit files touched by this commit
wxs search for other commits by this committer
- Remove old fceu port after repocopy.

PR:             ports/139839
Submitted by:   Chris Petrik <c.petrik.sosa@gmail.com>
0.98.13_4
19 Sep 2009 03:18:13
Original commit files touched by this commit
wxs search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/138955 ports/138956
Submitted by:   Chris Petrik <chris@officialunix.com>
Feature safe:   yes
0.98.13_4
22 Aug 2009 00:20:34
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
0.98.13_4
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.98.13_4
12 May 2008 18:42:04
Original commit files touched by this commit
lippe search for other commits by this committer
Reset maintainer:
        <xcas@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
        <xcas@cox.net> recipient rejected (in reply to RCPT TO command)

Approved by:    gabor (mentor)
0.98.13_4
27 Apr 2008 18:56:35
Original commit files touched by this commit
pav search for other commits by this committer
- Works with gcc 4.x

Reported by:    Zyl/FreeNode
0.98.13_4
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
0.98.13_3
16 Apr 2008 21:48:18
Original commit files touched by this commit
pav search for other commits by this committer
- Fix fetch, bsd-unix.org is gone
0.98.13_3
13 Mar 2008 14:28:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
0.98.13_2
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.98.13_1
20 Sep 2006 11:21:59
Original commit files touched by this commit
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   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)
0.98.13
17 Sep 2006 20:00:48
Original commit files touched by this commit
kris search for other commits by this committer
Now builds on sparc64
0.98.13
07 May 2006 10:55:47
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
0.98.13
22 Jan 2006 09:47:28
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.98.13
28 Feb 2005 17:32:40
Original commit files touched by this commit
pav search for other commits by this committer
- Unbreak on amd64

PR:             ports/78094
Submitted by:   Greg J. <xcas@cox.net> (maintainer)
0.98.13
27 Feb 2005 16:00:51
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.98.13

PR:             ports/78094
Submitted by:   Greg J. <xcas@cox.net> (maintainer)
0.98.12
12 Jan 2005 06:05:49
Original commit files touched by this commit
edwin search for other commits by this committer
The sourceforge website is empty, grab copy from ftp.au.freebsd.org
and place it in the adopted directory on my website.
0.98.12
28 Nov 2004 10:11:57
Original commit files touched by this commit
krion search for other commits by this committer
Mark BROKEN on sparc64 - doesn't compile.

PR:             ports/74325
Submitted by:   maintainer
0.98.12
01 Sep 2004 07:59:07
Original commit files touched by this commit
krion search for other commits by this committer
Update to 0.98.12

PR:             ports/71197
Submitted by:   maintainer
0.98.11
15 Aug 2004 23:02:05
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.98.11

PR:             ports/70454
Submitted by:   Greg J. <xcas@cox.net> (maintainer)
0.98.10
21 May 2004 08:28:53
Original commit files touched by this commit
krion search for other commits by this committer
- Fix build on 4.x

Reported by:    bento via kris
0.98.10
19 May 2004 08:18:03
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.98.10

PR:             ports/66847
Submitted by:   maintainer
0.98.8
18 May 2004 08:12:30
Original commit files touched by this commit
pav search for other commits by this committer
- Transfer maintainership to the submitter of last update

PR:             ports/66033
Offered by:     HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (old maintainer)
Accepted by:    "Greg J." <xcas@cox.net> (new maintainer)
0.98.8
17 May 2004 20:28:42
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.98.8

PR:             ports/66033
Submitted by:   Greg J. <xcas@cox.net>
Approved by:    maintainer
0.97.5_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.97.5_2
16 Mar 2004 04:23:56
Original commit files touched by this commit
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
0.97.5_1
08 Mar 2004 01:01:31
Original commit files touched by this commit
edwin search for other commits by this committer
Properly use SDL everywhere:
        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>
0.97.5_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.97.5
27 Dec 2003 23:56:01
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.97.5

PR:             60629
Submitted by:   maintainer
0.96_1
31 Aug 2003 14:41:53
Original commit files touched by this commit
krion search for other commits by this committer
- Add new man page
- Use DOCSDIR macro

PR:             56236
Submitted by:   maintainer
0.96
23 Jul 2003 17:37:17
Original commit files touched by this commit
maho search for other commits by this committer
1. delete pkg-message: this file slipped in by mistake.
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)
0.96
21 Jul 2003 00:48:09
Original commit files touched by this commit
maho search for other commits by this committer
Clean up of the port.

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
0.96
20 Jul 2003 11:51:27
Original commit files touched by this commit
maho search for other commits by this committer
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
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>

Number of commits found: 33