1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

2531 Commits

Author SHA1 Message Date
Norikatsu Shigemura
4ec773e477 Update to 2006-04-14 snapshot.
o no longer needs 3-wire configs when using the emulated serial port.
o update patch-libmath to match this commit: [1]
	http://docs.freebsd.org/cgi/mid.cgi?200512021345.jB2Dj6D3057000
o Allow multiple graphics devices.
o ARM Versatile Platform Baseboard emulation.
o Thumb prefetch abort fix.
o simulate a null modem cable.
o 64 bit disassembly.
o USB tablet support (Brad Campbell, Anthony Liguori).
o mouse API changes.

Suggested by:	jkim [1]
PR:		ports/95826
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-04-16 02:38:02 +00:00
Tilman Keskinoz
2867a87b02 Update to 2.0.2
PR:		95814
Submitted by:	KATO Tsuguru
2006-04-15 19:29:07 +00:00
Mark Linimon
9775ebacfb Reset sf as maintainer due to no response to email messages.
Hat:	portmgr
2006-04-14 20:09:26 +00:00
Gerald Pfeifer
3b9967468b Update to Wine 0.9.12, and add a patch of mine to make use of the
FreeBSD pthread libraries by default.
2006-04-13 18:13:33 +00:00
Jean-Yves Lefort
062b4c7156 Tell about emulators/linux-padjoy in pkg-message. 2006-04-13 09:21:17 +00:00
Jean-Yves Lefort
e43af4f836 Add linux-padjoy.
padJoy is a PSEmu Pro joystick plugin.

This is the Linux version, tested with emulators/linux-ePSXe.

WWW: http://download.ammoq.com/

Hint by:	Timothy Beyer <beyert@cs.ucr.edu>
2006-04-13 09:16:23 +00:00
Jean Milanez Melo
a8512c9b72 - Update to 2.2.
- portlint(1).

PR:		ports/95591
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	mnag (mentor)
2006-04-12 18:13:29 +00:00
Norikatsu Shigemura
8c52a70b64 Update to 2006-04-08 snapshot.
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-04-09 17:09:42 +00:00
Norikatsu Shigemura
4e85a59892 Update to 1.3.0pre5.
o Change MAINTAINER-ship to submitter.
o portlint happy.

Submitted by:	Juergen Lock <qemu-l@jelal.kn-bremen.de>
2006-04-09 16:57:59 +00:00
Alejandro Pulver
faf157a3b3 Change the maintainership address to the @FreeBSD.org one.
Approved by:	garga (mentor)
2006-04-09 13:08:16 +00:00
Edwin Groothuis
8729b2d12d emulators/dosbox - Update to 0.65
Update DOSBox to version 0.65
	Changelog: http://dosbox.sourceforge.net/news.php?show_news=1
	Remove USE_REINPLACE

PR:		ports/95200
Submitted by:	Lars Engels <lars.engels@0x20.net>
Approved by:	"Tom Carrick" <knyght@gmail.com>
2006-04-06 00:07:11 +00:00
Alexander Leidinger
65d4f0910c - Add selinux and pcre, this makes ls and grep work. [1]
- Convert the post-extract to a do-build, it makes more sense this way.

PR:		95158 [1]
Submitted by:	intron@intron.ac [1]
2006-04-02 15:15:30 +00:00
Gerald Pfeifer
12cd86743f Update to Wine 0.9.11. 2006-04-01 22:03:16 +00:00
Mark Linimon
75927220c8 Reset green@ as maintainer at his request.
Hat:		portmgr
2006-03-31 06:35:51 +00:00
Pav Lucistnik
66a6dd30c3 - Lonnie sent me updates to 2 of his usb fixes,
- and posted another usb bugfix affecting FreeBSD guests
- (optionally) seperate out the two WITH_HACKS patches after I learned the
  cirrus patch can cause problems with xp guests too

PR:		ports/94949
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-03-26 15:11:36 +00:00
Dirk Meyer
67b8156ca7 - update MASTER_SITES and homepage 2006-03-25 10:11:26 +00:00
Pav Lucistnik
b56ad1448d - Add Lonnie's usb host support patches and a bunch of other fixes mostly from
cvs, including a workaround for the -nographic crash.

PR:		ports/94654
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-03-18 21:23:42 +00:00
Alexander Leidinger
affb190b16 The port is intended to become the new default linux_base port (replaces
the current linux_base-8 port).

You should only switch to this port if you know what you are doing.
You may or may not have problems with installing other linux related
ports after switching to it. Success or failure reports welcome.

To switch:
 - echo "OVERRIDE_LINUX_BASE_PORT=fc3" >> /etc/make.conf
 - portupgrade -fo emulators/linux_base-fc3 linux_base-8

News and changes (from submitter with some small changes by me):
 - based on linux_base-8 port;
 - don't use linux rpm binary to install. The whole source tree is
   created at ${WRKDIR} and then installed (using cpio);
 - removes some files and directories (etc/passwd, etc/group,
   usr/local, ...) to ensure using FreeBSD original files;
 - introduces etc/nsswitch.conf.dist and etc/yp.conf.sample files,
   uses correct install/deinstall behaviour with etc/nsswitch.conf
   and etc/yp.conf files;
 - doesn't do [u]mounting while install/deinstall process.
   Thus it is possible to use jails while building packages.
   But since linprocfs is not automounted, special measures should be
   taken at package building for those ports which need a mounted
   linprocfs (i.e. for linux JDK building);
 - uses linux ldconfig in the pkg-install file (as opposed to using in
   the Makefile). It is needed when upgrading (i.e. when other linux
   libraries are present in the system) and when installing by packages.

Submitted by:	Boris Samorodov <bsam@ipt.ru> (some small changes by me)
2006-03-18 19:07:04 +00:00
Marcus Alves Grando
8ad4c6ed54 - Fix build on 4.x
- Minor reoganize in Makefile

PR:		94596
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>
2006-03-18 12:40:47 +00:00
Pav Lucistnik
281971ae95 - Update to 2.2.6
- Change flag to enable/disable SMP instead of obsolete method of specifying
  the number of CPU's

PR:		ports/94533
Submitted by:	Sean Farley <sean-freebsd@farley.org>
2006-03-16 19:44:01 +00:00
Gerald Pfeifer
6ea3522bbc Update to Wine 0.9.10. 2006-03-15 22:40:27 +00:00
Vanilla I. Shu
c7975ea767 Upgrade to 2.5. 2006-03-15 06:16:49 +00:00
Max Khon
b6247c6196 Forgotten fix from previous commit:
Turn off JIT on amd64 (does not work for some reason).

Approved by:	portmgr
2006-03-08 16:58:58 +00:00
Max Khon
de95d18b5c - Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly

Approved by:	portmgr
2006-03-08 16:55:26 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Kris Kennaway
abc6ba2d15 BROKEN on !i386: Does not compile
Approved by:    portmgr (implicit)
2006-03-06 20:26:52 +00:00
Renato Botelho
eeec24f4c7 UNBREAK: Fix PLIST
Change maintainer's address

PR:		ports/93911
Submitted by:	maintainer
Approved by:	portmgr (linimon)
2006-03-01 20:56:24 +00:00
Kris Kennaway
67eff76b67 This now seems to compile on i386.
Approved by:	portmgr  (implicit)
2006-02-28 23:39:14 +00:00
Alexander Leidinger
0ac537d77c Unbreak port and make it a little bit more package friendly.
Approved by:	portmgr (kris)
2006-02-25 23:39:06 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Alexey Dokuchaev
43217e595c Install under ${X11BASE} by default. 2006-02-22 15:37:29 +00:00
Alexey Dokuchaev
ca38a6bd4f Add TiEmu-2, fast emulator for the TI-89(titanium), 92(+), and V200PLT
calculators.

WWW: http://lpg.ticalc.org/prj_tiemu/
2006-02-22 15:26:03 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Kris Kennaway
50fadab70b BROKEN: Incomplete pkg-plist 2006-02-20 01:44:59 +00:00
Joseph Koshy
0102af3acf - Upgrade to v0.3.8. User visible changes include:
- i80321 (XScale) mode can run NetBSD/evbarm,
  - performance speedups for framebuffer output
  - most CPU types are enabled by default.
- Remove obsolete USE_REINPLACE directive.
- Add a local MASTER site.
- Take over port maintainership.
2006-02-19 09:04:11 +00:00
Renato Botelho
a12b007323 - Add more MASTER_SITES
PR:		ports/93425
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
Approved by:	maintainer
2006-02-17 09:47:01 +00:00
Gerald Pfeifer
f7cb797cc1 Update to Wine 0.9.8. 2006-02-16 00:18:39 +00:00
Renato Botelho
7272553fca Remove expired port emulators/linux_base-src-rh-7.3 2006-02-14 17:31:30 +00:00
Renato Botelho
85a9813e84 Remove expired port emulators/linux_base-src-rh-8 2006-02-14 17:29:16 +00:00
Max Khon
53563bc198 Correct check for FreeBSD version that has libpcap 0.9+. 2006-02-13 19:51:31 +00:00
Max Khon
5775a87fbc Update to 0.2.3c.
- Fixed a stupid bug in DMA handling, which in certain conditions can
cause an infinite loop.
- Added an "instruction block hash" which avoids lookups in the instruction
red-black tree. The IBH table takes only 16 Kb of memory.
- Added CRC-12 and CRC-16 functions for future use.
- Added a "gen_eth" NetIO driver, which allow to access ethernet interfaces
in a portable way (tested on Linux and Cygwin).
- Fixes to the PowerPC build on Darwin thanks to Olivier Cahagne.
- Minor cosmetic changes to display supported/unsupported PA and NPE.

Note: gen_eth is not supported on RELENG_4 (requires libpcap 0.9+).
2006-02-13 19:42:36 +00:00
Max Khon
53c000e7f6 - Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2]
- Bump PORTREVISION

Noted by:	pointyhat [1], [2]
2006-02-13 19:16:40 +00:00
Kris Kennaway
48832255db BROKEN: Coredump during build 2006-02-12 22:30:45 +00:00
Kris Kennaway
ede043556a BROKEN: Incorrect pkg-plist (does not compile completely?) 2006-02-12 22:19:10 +00:00
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00
Makoto Matsushita
a1f741f880 Fix some errors, including:
- Build fix when WITH_VMWARE_GTK is set.
- Reorder pkg-plist so that @unexec vmware-guestd.sh successfully done.
- Create directories for server modules, since xserver may not be installed.

Even though this makes no "installed" content change, but bump
PORTREVISION since pkg-plist/pkg-plist.tools are changed.

PR:		93100
Submitted by:	Scot Hetzel, swhetzel at gmail dotcom
2006-02-11 17:23:19 +00:00
Pav Lucistnik
b2f03722b7 - Require gcc34 on all archs
This is to work around internal compiler error in gcc33, if case anyone
  wonder.

Requested by:	kris
2006-02-06 19:52:03 +00:00
Pav Lucistnik
add07333ca - Require gcc34 for xmess on amd64
Requested by:	Miguel Mendez <mmendez@energyhq.be>
2006-02-06 17:18:40 +00:00
Erwin Lansing
657c8cf3ca - Update to 3.03.1 [1]
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]

This also fixes the crash reported in:
PR:             88535
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by:    phk (previous maintainer) [2]
2006-02-04 22:28:16 +00:00
Erwin Lansing
bc93e674cc - Update to 3.03.1 [1]
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]

This also fixes the crash reported in:
PR:		88535
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by:	phk (previous maintainer) [2]
2006-02-04 22:19:02 +00:00
Alexander Leidinger
99950c02d9 Move the dirrm of usr to a more appropriate place and convert it to
a dirrmtry since usr/local may be populated by the user.

Noticed by:	pointyhat/kris
2006-02-04 13:01:46 +00:00
Gerald Pfeifer
75f03bc44c Update to Wine 0.9.7. 2006-02-04 02:31:00 +00:00
Max Khon
5dc1cfa008 Fix CATEGORIES.
Pointed out by:	chkversion
2006-02-02 20:43:51 +00:00
Max Khon
f2a391d1fb New port: dynamips
dynamips is Cisco 7200 simulator.
2006-02-02 13:22:47 +00:00
Marcel Moolenaar
79a6020ccf The HP ski simulator is available from HP Labs.
While here add the SHA256 checksum.

PR: ports/92650
2006-02-01 02:39:48 +00:00
Simon Barner
c5971a2c98 - Update to 2.1
Submitted by:	Ports fury
PR:		ports/92608
2006-02-01 01:40:15 +00:00
Simon Barner
7dd340f47f - Update to 2.0.1
Submitted by:	Ports fury
PR:		ports/92615
2006-02-01 01:13:28 +00:00
Edwin Groothuis
f832feef20 remove obsolete SIZE statement 2006-02-01 00:10:23 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Alexander Leidinger
fcb536d684 Users are confused by a diagnostic message more than they are
helped because it is printing the -current- value of HZ, not the
value requested. This is fixed be rearranging the order of changing
the value and printing the message (they are in adjacent lines).

Submitted by:	rgrimes
2006-01-29 16:09:18 +00:00
Alexander Leidinger
b43a56b9e3 Use the new dirrmtry in the plist to remove the LINUXBASE/usr/local/*
dirs if empty, but without anoying messages if someone decides to
install some files by hand there.

Noticed by:	pointyhat/kris
2006-01-29 15:54:04 +00:00
Jean-Yves Lefort
ce2a7659a6 Update to 2.8 2006-01-29 03:21:37 +00:00
Mark Linimon
739e564b8c Replace the dangerous .error with IGNORE. 2006-01-27 09:38:34 +00:00
Renato Botelho
5606fb07ad - Committed wrong Makefile on last commit, now commit the correct
s/${DATADIR}/%%DATADIR/g on PLIST_* vars

Noticed by:	krismail
2006-01-27 09:02:09 +00:00
Jean-Yves Lefort
6471766646 Add amd64 to ONLY_FOR_ARCHS
PR:		ports/92400
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2006-01-27 07:54:31 +00:00
Jean-Yves Lefort
480aaa8033 - Add amd64 to ONLY_FOR_ARCHS
- Add a note about linprocfs in pkg-message

PR:		ports/92400
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2006-01-27 07:51:44 +00:00
Renato Botelho
a68d5fd3b3 OpenMSX, the open source MSX emulator that tries to achieve
near-perfect emulation by using a novel emulation model.

WWW: http://openmsx.sf.net/

PR:		ports/92281
Submitted by:	Johan van Selst <johans@stack.nl>
2006-01-26 12:19:17 +00:00
Renato Botelho
c91578d827 - Update to V3.5-2
- Add OPTIONS for network support
- Clean-up Makefile
- Update descriptions to cover new support

PR:		ports/92300
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:	maintainer
2006-01-26 09:32:57 +00:00
Kris Kennaway
7689c4a0e5 Add missing USE_GETTEXT 2006-01-26 04:29:21 +00:00
Alexander Leidinger
a8b9a73fd6 The read-only LINUXBASE case (after installing the ports, of course) has
to besolved differently, since the ldconfig call has to be chrooted, else
the linux ldconfig will cache some FreeBSD native libs which results in
not being able to start some programs:
 - remove the symlink (linux_base)
 - revert to chroot the ldconfig call (with internal functionality this
   time)
2006-01-25 18:57:36 +00:00
Pav Lucistnik
821642e85d - Update to 1.2.0 RC4
PR:		ports/92042
Submitted by:	RuanWei <iamayan@gmail.com> (maintainer)
2006-01-25 12:44:29 +00:00
Jean-Yves Lefort
d93bc16288 Add ods2reader.
ODS-2-READER reads files VMS Files-11 (ODS-2) file systems.

Features:
 - Copies files from VMS (ODS-2) file systems.
 - Files may be copied to disk or to stdout.
 - Supports "text" and "image" transfer modes.
 - Produces directory listings for VMS file systems.

WWW: http://vms.process.com/scripts/fileserv/fileserv.com?ODS-2-READER

PR:		ports/92125
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-24 20:31:30 +00:00
Pav Lucistnik
3217bcc878 - Update to 0.103
PR:		ports/92172
Submitted by:	Miguel Mendez <mmendez@energyhq.be> (maintainer)
2006-01-24 07:47:36 +00:00
Alexander Leidinger
19ed7266b0 unbreak fetch (revert master site change, it is a local change) 2006-01-23 18:38:04 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Gerald Pfeifer
a065d5902f Update to Wine 0.9.6. 2006-01-22 05:45:04 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Maho Nakata
c458b398bb (WITH_HACKS) Patching process should be silent 2006-01-21 23:41:48 +00:00
Maho Nakata
b8f9ac355b Add another hack:
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster

Approved by:	Maintainer
2006-01-21 23:10:06 +00:00
Alexander Leidinger
e1a6e5c7d3 - use MASTER_SITE_READHAT_LINUX now that fedoralegacy is added there
- pet portlint a little bit
 - don't create LINUXBASE/var/run, to let linux apps access /var/run
 - link LINUXBASE/etc/ld.so.cache to /var/run/linux-ld.so.cache on a
   recent -current (where /etc/rc.d/abi knows how to handle the symlink);
   this should allow a read-only LINUXBASE
 - don't remove LINUXBASE/usr/local, someone may have installed something
   there
2006-01-21 14:52:04 +00:00
Dirk Meyer
18c3b22b80 - remove obsolete patch 2006-01-20 07:22:35 +00:00
Dirk Meyer
65a1d40ccb - update to 1.19
- force GCC 3.4, to avoid internal compiler errors
2006-01-20 07:20:28 +00:00
Erwin Lansing
656c263016 Besides BROKEN, also mark DEPRECATED as these ports are only there
for GPL compliance which now can be fixed by using ALWAYS_KEEP_DISTFILES
in the original ports. Set a relatively short expiration date as this
was already announced on 12/1-2005
2006-01-17 17:34:25 +00:00
Kris Kennaway
6930ccd113 BROKEN: Incorrect pkg-plist 2006-01-14 09:34:53 +00:00
Kris Kennaway
609ba5cbeb BROKEN: Does not build 2006-01-14 09:22:57 +00:00
Tim Bishop
a686996a9d - Add dependency on devel/p5-Locale-gettext
PR:		91613
Submitted by:	Lars Engels <lars.engels@0x20.net>
Approved by:	maintainer
2006-01-12 23:03:05 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Volker Stolz
5a21f214f5 Unbreak: USE_GCC=3.2+ on 4.x 2006-01-10 10:56:15 +00:00
Roman Bogorodskiy
892384b4c2 Broken on FreeBSD < 5.3 because of missing truncf().
Reported by:	pointyhat via kris
2006-01-10 10:42:24 +00:00
Dirk Meyer
e73a6cbe45 - extend MASTER_SITES 2006-01-08 10:49:01 +00:00
Trevor Johnson
db812b6b5b List glib-1.2.10-593. I don't know why it was missing, since it
was in rpmlist.conf from the beginning.

Add SHA-256 hashes.
2006-01-07 20:14:39 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Pav Lucistnik
7c83744fe0 - Update to 2.0.0
PR:		ports/91456
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-01-07 18:41:43 +00:00
Edwin Groothuis
ff251aa40f two additional slirp patches for emulators/qemu
Apply two additional slirp patches from the mailing list
	(and quiet WITH_HACKS patching):

	http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00277.html
	(-> files/patch-slirp-nat)

	http://lists.gnu.org/archive/html/qemu-devel/2005-05/msg00228.html
	(-> files/patch-slirp-mbuf.c)

PR:		ports/91358
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2006-01-05 22:21:14 +00:00
Gerald Pfeifer
54c93ab676 Update to Wine 0.9.5. 2006-01-05 10:55:03 +00:00
Pav Lucistnik
cf3b6fe60c - Add missed dependency on p5-Gnome
PR:		ports/91096
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2005-12-31 08:55:14 +00:00
Warner Losh
de810f3771 Update to 0.3.7 from 0.3.2. See
http://gavare.se/gxemul/gxemul-stable/HISTORY.html
for a long changelog between these releases.  Summary: vastly improved arm,
mips and ppc support.  Lots of new CPUs and a better dynamic code generator
for the instructions emulated.  Vastly improved hardware device emulation.
Can boot many free and obscure guest operating systems.
2005-12-31 04:57:23 +00:00
Maho Nakata
58ed0a6bf9 Add a knob WITH_HACKS. we now have IDE Bus-master DMA Support.
(However, this will break existing Windows 2000 or XP installations).

Approved by:	maintainer
2005-12-31 00:12:20 +00:00
Pav Lucistnik
b58be341c7 Qemu Launcher is a GTK front-end for the Qemu x86 PC emulator.
PR:		ports/91071
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-12-29 23:01:42 +00:00
Pav Lucistnik
ef5cb5ac14 - Update to 1.30
PR:		ports/65587
Submitted by:	Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
2005-12-27 23:38:52 +00:00
Pav Lucistnik
2b62f499f4 - A better way to trick rpm to create etc/nsswitch.conf.dist
PR:		ports/90220
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
2005-12-26 02:49:03 +00:00
Edwin Groothuis
88a2c20cf1 remove trailing spaces (portlint anybody?) 2005-12-23 20:35:32 +00:00
Makoto Matsushita
88e551ca9f Update to 5.5.1 build 19175. 2005-12-23 01:43:38 +00:00
Gerald Pfeifer
b6c97059b7 Update to Wine 0.9.4. 2005-12-22 22:24:47 +00:00
Roman Bogorodskiy
1243cee332 Update to 0.4.
PR:		90791 (based on)
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-12-22 12:07:37 +00:00
Pav Lucistnik
762aa1d96a - Fix patch from previous revision
PR:		ports/90778
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 23:46:31 +00:00
Pav Lucistnik
a5136c5d65 - add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR:		ports/90763
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 22:12:46 +00:00
Pav Lucistnik
42f8075d3e - Update to 0.8.0
PR:		ports/90709
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-20 23:27:46 +00:00
Makoto Matsushita
09994c8c35 Move /etc/vmware-tools/* files to vmware-tools5, since VMware Player
that is bundled with VMware Workstation 5.5 fails to suspend, warns
on poweron/resume.

Bump PORTREVISION for both vmware-tools5 and vmware-guestd5.

PR:		90488
Submitted by:	NIIMI Satoshi
2005-12-20 01:19:05 +00:00
Kris Kennaway
9ed0e3cd5c BROKEN: Does not compile 2005-12-17 18:30:40 +00:00
Dirk Meyer
6489ac1ff4 - patch to supoort NOPORTDOCS
- make portlint happier
- use diffrent path for gettext
PR:		90525
Submitted by:	Yen-Ming Lee
2005-12-17 09:33:30 +00:00
David E. O'Brien
20019c44d1 Update to version 6.4. 2005-12-15 15:56:29 +00:00
Pav Lucistnik
8463e14eb6 - Master site gone; mirror locally
Requested by:	maintainer
2005-12-14 20:01:30 +00:00
Sam Lawrance
f2a8e74c6d Examine MACHINE_ARCH instead of ARCH with respect to installation
commands that are dependent on the host machine architecture.

This fixes installation failure on amd64 in some circumstances.

PR:		ports/80679 [1], ports/90252 [2]
Submitted by:	OMATSU Shinichiro <koma2@lovepeers.org> [1]
		Torfinn Ingolfsen <tingo@start.no> [2]
Approved by:	emulation (maintainer, timeout 7 months)
2005-12-14 12:06:26 +00:00
Bill Fenner
3e169cfd87 Use distfile groups to only fetch the right file from the
right directory, instead of ensuring a 50% fetch failure rate.

Approved by:	MAINTAINER timeout
2005-12-13 00:29:25 +00:00
Dirk Meyer
4cc12b8ea3 - fix package info for NLS support
- fix FreeBSD 4.11 install of NLS files by forcing gmake
2005-12-11 10:06:01 +00:00
Gerald Pfeifer
51532541d3 Update to Wine 0.9.3. 2005-12-09 00:00:50 +00:00
Makoto Matsushita
78bf33a8a6 Fix shell-function name that prevents loading vmxnet.ko module at startup.
Bump PORTREVISION.

Submitted by:	Stephane E. Potvin <sepotvin at videotron, canada>
2005-12-08 05:13:43 +00:00
Renato Botelho
e09ca07713 - Add one more MASTER_SITES
Submitted by:	maintainer at ports@ maillist
2005-12-07 09:38:04 +00:00
Renato Botelho
aee26d2d1d - Add one more MASTER_SITE
Submitted by:	Charles Swiger <cswiger@mac.com>
Asked by:	maintainer at ports@ maillist
2005-12-06 17:50:32 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Alexander Leidinger
959fd9b593 - fix the build on pointyhat [1]
- a little cleanup

Suggested by:	kris (some parts) [1]
2005-12-04 13:12:08 +00:00
Edwin Groothuis
ea9200c512 emulators/doscmd outdated man info
The manual page of doscmd (man doscmd) still states the
	following:

	"and then typing make install in the source directory (nor-
	mally /usr/src/usr.bin/doscmd).  For this to work, the X
	programmer's kit must have been installed."

	However doscmd is no longer part of the base system. So it
	should should say "/usr/ports/emulators/doscmd" instead.

PR:		ports/79661
Submitted by:	arundel <arundel@h3c.de>
Approved by:	maintainer timeout
2005-12-04 11:08:00 +00:00
Edwin Groothuis
16719bdaeb use INFO macro 2005-12-04 07:30:00 +00:00
Edwin Groothuis
52426f25cf [Maintainer Update] emulators/xmame to 0.102
PR:		ports/89886
Submitted by:	Miguel Mendez <mmendez@gmail.com>
2005-12-03 21:06:42 +00:00
Edwin Groothuis
0d4d6c1566 [Maintainer Update] emulators/xmess , change my e-mail addy
Change my e-mail address to be the same I use for other ports.

PR:		ports/89887
Submitted by:	Miguel Mendez <mmendez@gmail.com>
2005-12-03 20:10:49 +00:00
Dirk Meyer
5053e19457 - update to 1.18
- new options WITHOUT_NLS, WITH_ESOUND
re-enable uss sound support
update dependencys
2005-12-03 20:07:52 +00:00
Alexander Leidinger
0fd447e04a - update bash and fileutils
- don't remove nsswitch.conf if modified [1]
 - utilize the new "store GPLed sources" feature [2]
 - use a master site which carries the files

Submitted by:	Ulrich Spoerlein <q@galgenberg.net> [1]
Requested by:	kris [2]
2005-12-03 13:55:04 +00:00
Sam Lawrance
53d4bbec5b Update to 2005-11-30 snapshot.
PR:		ports/ports/89816
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-03 03:18:40 +00:00
Florent Thoumie
87e9dc7ae1 - Fix rtc on systems where sizeof(int) != sizeof(long).
- Clean pkg-plist a bit.
- Re-word IGNORE lines and remove quotes.

PR:		ports/87546
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2005-11-29 15:43:43 +00:00
Simon Barner
aadee32ecd Fix WWW.
Reported by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
PR:		ports/89687
2005-11-28 23:52:05 +00:00
Makoto Matsushita
dd57c04de3 Add PORTREVISION line to vmware-tools5, so this port may have its own
revision number.  It may help to avoid unwanted version bump to
vmware-tools5 if vmware-guestd5 specific changes are happen to
vmware-guestd5/Makefile.

Since no content changes at this time, no bump.
2005-11-26 13:29:00 +00:00
Makoto Matsushita
47c7de3ef1 Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.
PR:		89572
Submitted by:	NIIMI Satoshi
Pointyhat to:	matusita
2005-11-26 13:23:43 +00:00
Makoto Matsushita
1ebe8f4959 Dear VMware Workstation users around the world, here is an upgrade of
VMware Workstation FreeBSD-guest related ports for VMware Workstation
5.5.0 build 18463.

New features are:

- Spell "VMware Workstation" appropriately.
	There are much VMware products, it would be the time that I have
	to spell VMware Workstation as VMware Workstation.
- Support FreeBSD/amd64 since 64-bit binaries are provided from VMware.
	I don't test any of 64-bit related portion, since I have no
	FreeBSD/amd64 machine.  If something trouble please email me.
- New variable "WITH_VMWARE_GTK" (emulators/vmware-tools5)
	Install gtk version of VMware Tools if defined
	(add more dependencies on other gtk-related ports)
- New variable "WITH_VMWARE_VMXNET" (emulators/vmware-guestd5)
	Install "vmxnet.ko" kernel module (vmxnet driver) if defined
	Usage:
		- shutdown FreeBSD guest VM
		- add following line to FreeBSD guest VM config file
			Ethernet0.virtualDev="vmxnet"
		- Boot FreeBSD guest VM
		- load vmxnet.ko kernel module
		- ifconfig vxn0 ...
	New rc.conf variable "vmware_guest_vmxnet_enable" is also added
	to vmware-guestd.sh to load kernel module at startup.  However,
	${PREFIX}/etc/rc.d/vmware-guestd.sh run _after_ /etc/rc.d/netif,
	so it maybe too late to load here...
	Note that vmxnet.ko supports FreeBSD 4.8-RELEASE or later, and
	5.3-RELEASE and later (as VMware said).  I've confirmed that
	recent 7-current got 100% instant panic if vmxnet.ko is loaded.
- "vmware_guest_kmod_enable" is renamed to "vmware_guest_vmmemctl_enable"
	Now this ports has two kernel modules now, old name is not
	appropriate one, hard to understand this variable is for which
	kernel module.  I also put backward compatibility code, but users
	of vmware_guest_kmod_enable please change variable name.

Bugfixes are:

- Resolve conflicts on ${PREFIX}/share/vmware-tools.
	Unfortunately both vmware-guestd5 and vmware-tools5 installs
	files to ${PREFIX}/share/vmware-tools directory.  Since this
	directory is only for vmware-tools, vmware-guestd5 doesn't do
	anything for now.
- WWW: line in pkg-descr points bogus page.
- Add note that there's official VMware Tools installer, and what is the
  difference between the two.

Finally, as usual, bump PORTVERSION.
2005-11-26 09:19:58 +00:00
Pav Lucistnik
1cab036aad - Style: don't quote COMMENT, it looks nasty in make describe output 2005-11-25 22:36:27 +00:00
Pav Lucistnik
d3639835ab - Add SHA256
Requested by:	maintainer
2005-11-25 21:47:35 +00:00
Pav Lucistnik
f593e81af6 - Update to 1.0 (22112005)
- Take maintainership

PR:		ports/89495
Submitted by:	Miguel Mendez <mmendez@gmail.com>
2005-11-24 16:45:43 +00:00
Pav Lucistnik
02828448df - Add SHA256 2005-11-24 16:07:52 +00:00
Gerald Pfeifer
ce296c1822 Update to Wine 0.9.2.
Leverage SUB_FILES instead of literal sed to handle /etc/rc.d/000.wine.sh
and pkg-message, which allows us to remove the post-extract target and
fixes the long standing issue of showing the correct prefix in pkg-message.

PR:		88492
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-24 00:15:55 +00:00
Gerald Pfeifer
c68c8e1b86 The sourceforge mastersite behaves very strangely today, including serving
empty tarballs.  Add ibiblio.org as an alternative download site and make
it the default for now.

Inspired by ports/89442 by Andrew P. <infofarmer@gmail.com>.
2005-11-23 20:48:23 +00:00
Gerald Pfeifer
272971d789 Revert the use of %%DATADIR%% in pkg-plist and install in additional three
READMEs: README.progman, README.uninstaller, and README.winemine.
2005-11-22 23:41:47 +00:00
Florent Thoumie
e3523f7117 - Fix dependency on allegro.
Reported by:	pointyhat via kris
2005-11-22 23:30:30 +00:00
Marcus Alves Grando
bf88b4b572 Update to 3.5.1
Take MAINTAINER

PR:		89286
Submitted by:	Miguel Mendez <mmendez@gmail.com>
2005-11-22 16:23:51 +00:00
Edwin Groothuis
f6b020d79f [NEW PORT] games/gngeo - NeoGeo emulator
Note: this port sets RESTRICTED because the Neo-Geo BIOS
	must be downloaded manually and can not be redistributed.
	So ports/LEGAL should be updated. These are the file names:
	"neo-geo.rom", "ng-lo.rom", "ng-sfix.rom", and "ng-sm1.rom".
	These files are also listed in the "NGBIOS" variable in the
	Makefile of the port.

	GnGeo is a NeoGeo emulator for Linux (and maybe some other
	UNIX). It use the following cpu core:

	* The 68k core from the generator project by James Ponder.
	* Starscream 680x0 emulation library by Neill Corlett
	* Raze Z80 emulator by Richard Mitton.
	* Z80 Mame core from the Mame project.
	* YM2610 Mame core by Tatsuyuki Satoh.

	WWW: http://m.peponas.free.fr/gngeo/

PR:		ports/85327
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-11-22 11:33:07 +00:00
Jean-Marc Zucconi
e85e651aaf Fix typo. 2005-11-19 20:13:26 +00:00
Florent Thoumie
5a63d2449d - Something weird happened.
- Set PORTVERSION to the right value.
2005-11-17 22:52:47 +00:00
Jean-Marc Zucconi
5b61f984bd End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat:	jmz
2005-11-17 21:34:48 +00:00
Florent Thoumie
93350b1757 - Update to 0.43.2.
- More patches to make it compile properly with a C89 C compiler.
2005-11-17 18:03:14 +00:00
Roman Bogorodskiy
7a51904aaa An attempt to fix build on 4.x.
Reported by:	pointyhat via kris
2005-11-17 13:22:30 +00:00
Jean-Marc Zucconi
7f34547c25 Upgrade to version 3.9.9. 2005-11-17 10:28:21 +00:00
Makoto Matsushita
d5f746c2ae There is no variable expansion here... fixed. 2005-11-16 15:32:50 +00:00
Sam Lawrance
b5857dbbf8 Fix build on amd64
PR:		ports/89064
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-11-16 01:32:56 +00:00
Gerald Pfeifer
e5e7e758fc Use %%DATADIR%%.
Reported by:	portlint(1)
2005-11-15 22:54:52 +00:00
Sam Lawrance
ea56cc0ee2 Update to 2.2.1
PR:		ports/89067
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-11-15 13:17:04 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Gerald Pfeifer
b290b101a0 Perform some house^Wportkeeping:
- WRKSRC is predefined, no need to redefine it.
 - Use pre-build instead of post-configure.
 - Rely on the default do-install target, and use post-install for
   our additional changes.
 - $PREFIX/etc/wine.conf and .wine/config are no longer used; remove
   all references from pkg-message.

PR:		88758
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-15 00:27:48 +00:00
Pav Lucistnik
31c1e5ec76 - Fix fetching of history file
PR:		ports/89038
Submitted by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2005-11-14 23:50:22 +00:00
Sam Lawrance
67b8cfeeef Update to 2005-11-12 snapshot.
PR:		ports/88952
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-11-14 05:17:09 +00:00
Gerald Pfeifer
919e67317d Remove DEBUG knob which I have never seen in use (so that it does not
seem worthwhile adjusting it to the new WITH_ conventions).
2005-11-13 21:50:03 +00:00
Pav Lucistnik
a4c7efe3e7 - Chase allegro update 2005-11-13 15:17:00 +00:00
Mike Silbersack
37abdfe413 With a serious of very ugly hacks, make FreeBSD 6 support work again
for the vmware3 port.

Very little testing done, but at least it builds and starts a VM now.

Debugging helped along by: ssouhal & Devon O'Dell
2005-11-13 10:14:14 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Alexander Leidinger
17489a763b Fix the package (missing creation of empty directories).
PR:		88731
Submitted by:	Boris Samorodov <bsam@ipt.ru>
Pointyhat to:	netchild
2005-11-11 19:54:16 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Gerald Pfeifer
5530378497 Update to Wine 0.9.1.
Set CFLAGS incrementally, and note that we are in beta now. [1]

PR:		88492 [1]
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com> [1]
2005-11-10 15:29:12 +00:00
Makoto Matsushita
cabaa8d955 Put SHA256 checksums.
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...)
2005-11-10 08:19:00 +00:00
Florent Thoumie
f9e681e43d - Add SHA256 checksums. 2005-11-09 11:23:01 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Edwin Groothuis
943fc1582c Update to the first beta version of Wine, 0.9.
Unfortunately this requires a port epoch, and also uses bzip2 now.

PR:            88492
Submitted by:  Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:   gerald (maintainer)?
2005-11-06 22:22:16 +00:00
Norikatsu Shigemura
42a477a13c Fix kernel panic after stopping qemu.
Submitted by:	pjd
2005-11-06 09:03:02 +00:00
Norikatsu Shigemura
a25f55123e Inherit KMODDIR.
Reported by:	Alexander Drozdov <dzal_mail@mtu-net.ru>
Tested by:	Alexander Drozdov <dzal_mail@mtu-net.ru>
2005-11-05 21:14:19 +00:00
Alexander Leidinger
ef8320c75b When installed as a package, some (empty) directories are missing. This
commit tries to solve this by adding some @exec calls into the plist.

Add a pkg-deinstall script with appropriate content which was previously
in pkg-install (ouch). [1]

PR:		82625 [1]
Submitted by:	Boris B. Samorodov <bsam ipt ru>
2005-11-05 17:39:24 +00:00
Norikatsu Shigemura
b4846334d0 Fix build on 4.x.
PR:		ports/88522
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-11-05 14:00:44 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik
bddd6528ed - Unbreak on amd64: manually run build-locale-archive that is usually runned
by rpm, but we use --noscripts here
- Portlint
2005-11-04 01:19:40 +00:00
Pav Lucistnik
f95014284b - Update maintainer's address
PR:		ports/88367
Submitted by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2005-11-04 00:31:21 +00:00
Pav Lucistnik
1ec81de33a - Update to 0.101
PR:		ports/88366
Submitted by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2005-11-04 00:30:51 +00:00
Kris Kennaway
ab08d15c3b BROKEN: Does not build reliably 2005-11-04 00:27:49 +00:00
Kris Kennaway
80a046ff29 BROKEN on amd64: Incorrect pkg-plist 2005-11-04 00:27:13 +00:00
Emanuel Haupt
39a44e8c1a - Update from 0.8.28.r2 to 0.8.28
Submitted by:	ehaupt
Approved by:	maintainer
2005-11-02 14:46:06 +00:00
Pav Lucistnik
8e42cc0ab3 - Reset longterm inactive maintainer 2005-11-01 22:31:56 +00:00
Pav Lucistnik
4bfb075ba6 - Update to 3.4.0
PR:		ports/85224
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout (jedgar; 2 months)
2005-11-01 22:31:13 +00:00
Norikatsu Shigemura
9ff02e21e6 Fix build error.
Pointy hat to:	myself
2005-10-31 15:07:44 +00:00
Renato Botelho
d0a05b3ee2 - Update to 2.0.1
PR:		ports/88188
Submitted by:	Ports Fury
2005-10-31 14:05:00 +00:00
Norikatsu Shigemura
6561fa6425 Update to 0.7.2s.2005.1030.
o separate kqemu build phase to emulators/kqemu-kmod port.
o cleanup kqemu support.
o cleanup MASTER_SITES.

Discussed with:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Reviewed by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-10-31 13:43:13 +00:00
Norikatsu Shigemura
7fcc885a6c Add kqemu 0.7.2, is a kernel module to accelerate
QEMU CPU Emulator.

WWW:		http://fabrice.bellard.free.fr/qemu/qemu-accel.html
Discussed with:	Juergen Lock <nox@jelal.kn-bremen.de>
Reviewed by:	Juergen Lock <nox@jelal.kn-bremen.de>
2005-10-31 13:42:20 +00:00
Roman Bogorodskiy
06f57ae75d - Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGS
is not defined
- Add WITH_DEBUG knob (disabled by default)
2005-10-29 03:44:42 +00:00
Kris Kennaway
585033d00e BROKEN: Unfetchable 2005-10-28 06:38:35 +00:00
Kris Kennaway
9f922aed75 BROKEN on ia64: Internal compiler error 2005-10-28 06:18:06 +00:00
Kris Kennaway
d4b61aaaca BROKEN: Broken dependency 2005-10-28 06:00:44 +00:00
Ying-Chieh Liao
dd6bc16476 respect $PREFIX
depend on latest autoconf
utilize PLIST_FILES and PORTDOCS
2005-10-27 03:18:07 +00:00
Dirk Meyer
b57b213f45 - make build without X running
Requested by:	kris
2005-10-26 11:37:47 +00:00
Dirk Meyer
ee9b676a7c - update to 1.17
- new MASTER_SITES
- honor SDL_CONFIG
2005-10-25 09:41:56 +00:00
Dirk Meyer
48f550240c - fix dependency
Approved by:	maintainer (implict)
2005-10-25 08:12:43 +00:00
Dirk Meyer
b68ab682b5 - require mupen64-rice only in i385
Approved by:	maintainer (implict)
2005-10-25 08:07:20 +00:00
Kris Kennaway
c854a8ccc6 Reset undeliverable maintainer address:
<nishika@manbow.com>: host manbow.com[210.150.247.225] said: 550 sorry, mailbox
    unavailable (#5.5.0) (in reply to RCPT TO command)
2005-10-22 04:04:40 +00:00
Pav Lucistnik
735d21c741 - Update to 2.0
PR:		ports/87736
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-10-20 20:42:31 +00:00
Renato Botelho
8a7bacaa77 - Add one more MASTER_SITE
Reported by:	krismail
2005-10-20 09:12:25 +00:00