FreshPorts -- The Place For Ports Sun, 7 Sep 2008 11:47 PM BST
Port details
yabause 0.9.4_1 emulators on this many watch lists=0 search for ports that depend on this port
Sega Saturn system emulator
Maintained by: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Aug 2006 23:50:35


Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and 
is being ported to Microsoft Windows and Mac OS X. It is also ported to the 
Sega Dreamcast as a separate project. It is written in C using the SDL and 
OpenGL libraries with support for cdrom and iso files.

WWW:	http://yabause.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/sdl12, devel/gmake, devel/automake19, devel/autoconf262
Required Libraries: x11-toolkits/gtkglext, devel/sdl12

To install the port: cd /usr/ports/emulators/yabause/ && make install clean
To add the package: pkg_add -r yabause


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/yabause/
http://kent.dl.sourceforge.net/sourceforge/yabause/
http://easynews.dl.sourceforge.net/sourceforge/yabause/
http://ufpr.dl.sourceforge.net/sourceforge/yabause/
http://umn.dl.sourceforge.net/sourceforge/yabause/
http://heanet.dl.sourceforge.net/sourceforge/yabause/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.9.4_1
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)
20 Aug 2008 01:57:32
Original commit files touched by this commit  0.9.4_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
06 Jun 2008 14:27:07
Original commit files touched by this commit  0.9.4_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
30 Mar 2008 22:08:48
Original commit files touched by this commit  0.9.4
acm search for other commits by this committer
- Fix pkg-plist

Reported by:    pav
28 Mar 2008 01:51:50
Original commit files touched by this commit  0.9.4
acm search for other commits by this committer
- Update to 0.9.4
22 Mar 2008 08:55:40
Original commit files touched by this commit  0.9.2_2
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.9.2_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
23 Dec 2007 02:31:22
Original commit files touched by this commit  0.9.2
acm search for other commits by this committer
- Update to 0.9.2
04 Oct 2007 17:49:08
Original commit files touched by this commit  0.9.0
acm search for other commits by this committer
- Update to 0.9.0
- Remove USE_GCC
30 Sep 2007 05:47:37
Original commit files touched by this commit  0.8.6_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
06 Sep 2007 07:00:48
Original commit files touched by this commit  0.8.6
acm search for other commits by this committer
- Update to 0.8.6
19 Aug 2007 21:30:51
Original commit files touched by this commit  0.8.5
acm search for other commits by this committer
- Update to 0.8.5
19 May 2007 21:32:57
Original commit files touched by this commit  0.8.0_2
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}.
16 Jan 2007 21:57:14
Original commit files touched by this commit  0.8.0_1
acm search for other commits by this committer
- Add pkg-plist
- Fix pkg-plist problems [1]

Reported by:    kris [1]
27 Dec 2006 19:19:47
Original commit files touched by this commit  0.8.0
acm search for other commits by this committer
- Update to 0.8.0
30 Nov 2006 20:37:26
Original commit files touched by this commit  0.7.2
acm search for other commits by this committer
- Respect X11BASE
23 Sep 2006 00:02:47
Original commit files touched by this commit  0.7.2
acm search for other commits by this committer
- Update 0.7.2
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.7.1_1
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)
01 Sep 2006 20:57:06
Original commit files touched by this commit  0.7.1
acm search for other commits by this committer
- Update to 0.7.1
- Add USE_GCC=3.4+. It fixed a problem on 4.x [1]

Reported by:    kris [1]
Approved by:    garga(mentor)
24 Aug 2006 23:50:00
Original commit files touched by this commit  0.7.0
acm search for other commits by this committer
- New port: emulators/yabause

Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and
is being ported to Microsoft Windows and Mac OS X. It is also ported to the
Sega Dreamcast as a separate project. It is written in C using the SDL and
OpenGL libraries with support for cdrom and iso files.

WWW:    http://yabause.sourceforge.net/

Approved by:    garga (mentor)

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19100
Broken 159
Deprecated 77
Ignore 425
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 12
new 48 hours17
new 7 days58
new fortnight99
new month251

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.202 seconds.