1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

1688 Commits

Author SHA1 Message Date
Edwin Groothuis
df225ec4ee Adopt A Mastersite - make emulators/fmsx fetchable again.
Noticed by: kris@
2004-03-19 01:58:30 +00:00
James E. Housley
f999d83693 SIZEify 2004-03-18 22:36:07 +00:00
Mike Silbersack
4741398683 Add a missing comma which was breaking compilation on 5.x < 502103
No port rev bump, as the problem showed up at compile time.

Submitted by:	Nagilum
2004-03-18 21:45:46 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Vanilla I. Shu
f956563c5d reset MAINTAINER bit to ports@
I have no too much time to maintain.
2004-03-18 17:40:11 +00:00
Vanilla I. Shu
43d9fff417 Add SIZE.
Submitted by:	trevor
2004-03-18 17:35:46 +00:00
Kris Kennaway
00b3479e47 BROKEN: Unfetchable distfile 2004-03-18 11:45:29 +00:00
Kirill Ponomarev
a58c428029 - SIZE'ify
PR:		ports/64409
Submitted by:	maintainer
2004-03-18 10:35:10 +00:00
FUJISHIMA Satsuki
f7cbbf5949 SIZEify.
Submitted by:	trevor
2004-03-18 08:08:42 +00:00
Ying-Chieh Liao
b163365b4d SIZEify
Submitted by:	trevor
2004-03-18 06:25:52 +00:00
Makoto Matsushita
13f34aeedc Join SIZEify movement here; add a SIZE line.
Submitted by:	trevor (and verified by myself)
2004-03-18 05:35:34 +00:00
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