Commit graph

1677 commits

Author SHA1 Message Date
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Marcel Moolenaar
a065d1ce5d Add size information.
Submitted by: trevor
2004-03-18 02:10:23 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Pete Fritchman
49d0613e6f Add snes9express 1.42, GTK interface for snes9x.
Submitted by:	Travis Poppe <tlp@liquidx.org>
2004-03-16 22:58:34 +00:00
Makoto Matsushita
65c8bd3235 Update to 4.5.1 build 7568, with lots of cleanup.
- USE_RC_SUBR.  Inspired by ports/net/dtcpclient (thanks ume-san).
	Since now, loading kernel modules and/or start vmware-guestd can
	be tweaked via following rc.conf variables:
		* vmware_guestd_enable (default to YES)
		* vmware_guest_kmod_enable (default to NO)
	vmware-guest_kmod.sh is removed; both are handled by a single
	shell script, vmware-guestd.sh.
- Bulid kernel module iff kernel source files are available.
	This check is just a static checking of /usr/src/sys/Makefile.
	It would be even better that '/usr/src' can be changed to other
	place, but I believe that most user puts a source code under /usr/src,
	or other places and set a symlink to there.  If it hits you badly,
	I'm willing to apply your patch to fix(?) it.
- If this ports is used by ports/emulators/vmware-tools4, install XFree86
  server modules, vmware_drv.o and vmmouse_drv.o.
	The vmware_drv.o is a (virtual) graphic chip driver.  I believe that
	if you have already installed XFree86 4.3.0, it should be the same
	one but compiled on XFree86 4.3.99.2.  I've confirmed that it should
	work with XFree86 4.3.0 server.

	The vmmouse_drv.o is a mouse driver, use it instead of default
	mouse driver, mouse_drv.o.  It works, but if my test is correct,
	it doesn't support Emulate3Buttons.  Use with care.

	Both drivers are installed to appropriate directory, but renamed
	(append '_VMware' to the filename) to avoid any conflicts to other
	ports (especially ports/x11/XFree86*).

P.S.: Happy version 4.5.1, ACPI is enabled by default for FreeBSD guest OS.
2004-03-16 15:37:28 +00:00
Makoto Matsushita
2b4d11170e Update to 4.5.1 build 7568; just a version string change. 2004-03-16 15:19:10 +00:00
Kirill Ponomarev
cb8130600c Add hatari 0.45, an Atari ST emulator.
PR:		ports/64300
Submitted by:	Michael Neumann <mneumann@ntecs.de>
2004-03-16 09:58:16 +00:00
Dirk Meyer
6b28f5a9df - mark BROKEN on alpha 4.x
../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND*
2004-03-16 06:14:49 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mike Silbersack
cf1d119513 A slew of changes to allow vmware3 to work on 5.x with dynamic device
numbering while not breaking 4.x compatibility:

- Stop using device nodes in /usr/compat/linux/dev and instead rely
on the linuxaltor passing though to /dev
- Create needed device nodes in /dev (on 4.x)
- Account for a change in falloc's semantics that was preventing
the vmmon module from being unloaded on 5.1+ machines.
2004-03-13 21:29:24 +00:00
Mike Silbersack
2d30e526ba Update the rtc device to use dynamic numbering on -current. In order to
accomdate this change, stop using device nodes in /usr/compat/linux/dev
and instead rely on the linuxalator passing through requests to the
real /dev.  (This second change also applies to 4.x).
2004-03-13 21:20:03 +00:00
Kris Kennaway
8ff625e0a9 This port is now broken in 3 different ways: Checksum mismatch, compiler
errors with gcc 3.x, and compiler errors on !i386 architectures.
2004-03-13 09:56:19 +00:00
Trevor Johnson
6ac9725459 Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
2004-03-12 21:03:28 +00:00
Gerald Pfeifer
c8d42171a9 Update to the 20040309 snapshot of Wine. 2004-03-11 08:55:31 +00:00
Trevor Johnson
08bf080d23 Note problem with packing list, found by bento via kris. 2004-03-10 18:41:27 +00:00
Mike Silbersack
9ee4a1434b Ugh, 502103 is the correct revision, not 502104.
No portrev bump needed.
2004-03-10 09:44:44 +00:00
Mike Silbersack
0428d161b2 Bump portrev for last change.
Reminded by:	kris
2004-03-10 09:35:29 +00:00
Mike Silbersack
2d5c22cfa8 *Actually* make rtc work on post-502104 -CURRENT. 2004-03-10 09:02:02 +00:00
Trevor Johnson
d35235fb72 Mark BROKEN due to changes in distfile. 2004-03-09 19:21:47 +00:00
Tilman Keskinoz
1a81da39ce Attempt to fix build on bento by setting a default OPTION
if PACKAGE_BUILDING
2004-03-08 10:06:07 +00:00
Edwin Groothuis
672c044e2e 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>
2004-03-08 01:01:31 +00:00
Edwin Groothuis
84c834ee8f Let ports use the USE_SDL macro
PR:		ports/61807
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2004-03-07 23:39:10 +00:00
Gerald Pfeifer
71a2c51d6e Add USE_MESA=yes to document dependency on libglut (and fix packaging on all
possible configurations).  USE_SIZE is the global default now.

Reported by: 	bento, kris
Discussed with:	kris, marcus
2004-03-07 12:08:15 +00:00
Martin Blapp
a0bb6deda5 Make rtc module work with FreeBSD 502104. 2004-03-03 10:15:11 +00:00
Martin Blapp
e79fa9453b Fix the cdev patch to work correctly with FreeBSD4. One check has
been wrong.

Bump portrevision.
2004-03-03 10:12:22 +00:00
Pav Lucistnik
44d5919394 - Update to 0.79.1
- Give maintainership to submitter

PR:		ports/63646
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-03-02 21:56:50 +00:00
Pav Lucistnik
a9da0cdf3b - Update to 0.79.1
- Transfer maintainership to submitter

PR:		ports/63644
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2004-03-02 21:56:14 +00:00
Pav Lucistnik
c0d93ceec0 - rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not work
PR:		ports/63516
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2004-03-01 20:43:34 +00:00
Pav Lucistnik
09d69b28c8 - Update to 4.4
PR:		ports/63488
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-03-01 20:09:39 +00:00
Gerald Pfeifer
e61fcdb8c6 Fix the NOPORTDOCS case for installation and packaging. Use DOCSDIR.
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2004-02-29 22:45:09 +00:00
Martin Blapp
a338b00f50 Portepoch should never be decreased.
Noticed by:	kris
2004-02-29 14:54:31 +00:00
Martin Blapp
b9d6cd413b Add patch for new cdevsw changes and make vmware working again
with latest CURRENT.
2004-02-29 10:32:30 +00:00
Edwin Groothuis
defbc605c2 [PATCH] ports/emulators/fmsx is outdated, update supplied
Last update of ports/emulators/fmsx occured more than 3
	years ago.  A few version were issued since then, recent
	is 2.7 that is significantly improved. Some of port patches
	are integrated.

- Added patch to use sys/soundcard.h
- Added patch to be able to select the BPP level (BPP32 didn't work
  on my machine, see http://www.msx.org/newspost149.html for info)

PR:		ports/60825
Submitted by:	Eugene Grosbein <eugen@grosbein.pp.ru>
Reviewed by:	edwin@mavetju.org
Approved by:	maintainer timeout
2004-02-28 00:35:27 +00:00
Kris Kennaway
828efc77a9 BROKEN on !i386 5.x: Does not compile 2004-02-26 09:31:44 +00:00
Kris Kennaway
e4010b1e00 BROKEN on alpha 5.x: Configure fails 2004-02-26 08:31:15 +00:00
Dirk Meyer
c600b83191 - add SIZE 2004-02-26 05:26:15 +00:00
Dirk Meyer
502ef7ef42 - add CONFLICTS 2004-02-26 05:17:15 +00:00
Kris Kennaway
eb9c9f17bb BROKEN on !i386 5.x: Does not compile 2004-02-25 18:38:09 +00:00
Mike Silbersack
f1d3004b0d Update the rtc driver once again. As of this revision, I believe that
the linux rtc device is being emulated as accurately as possible,
at least in terms of its behavior.  Further improvements to its
accuracy will require much more precise measurement.

Device cloning is not yet implemented.
2004-02-24 23:07:48 +00:00
Gerald Pfeifer
272c4fbf86 Work around a bug that would break in the presence of recent versions of
the arts port.

PR:		62954
2004-02-23 22:39:44 +00:00
Gerald Pfeifer
38cda13680 Set USE_GL=yes to avoid packaging problems on systems without Mesa (and have
a more uniform installation of Wine across systems).

Reported by:	bento
2004-02-22 22:55:05 +00:00
Dag-Erling Smørgrav
2007679a45 Remove bogus /dev/null check. 2004-02-22 18:43:06 +00:00
Trevor Johnson
665b1fad69 Linux emulation is not available on x86-64. 2004-02-17 21:47:15 +00:00
Mark Linimon
bee4c1b17a This was missed in the last commit. 2004-02-17 17:47:26 +00:00
Mark Linimon
5c3d5d1f4e Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.

PR:		ports/62645
Submitted by:	arundel@gmx.net (maintainer)
2004-02-17 10:06:24 +00:00
Trevor Johnson
866f2e7378 Use CUT macro. 2004-02-17 09:45:18 +00:00
Kris Kennaway
e905a1348c Remove BROKEN tag; trevor has now fixed the port. 2004-02-17 00:26:42 +00:00
Trevor Johnson
8f107cc52d Remove duplicate size entry. 2004-02-17 00:12:24 +00:00
Kris Kennaway
da47c9a6db BROKEN: Does not fetch properly 2004-02-16 23:37:16 +00:00