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
Kris Kennaway
145dc84662
BROKEN: Inconsistent dependencies (linux_base 7.x and 8.x). This port is
...
scheduled for removal on April 16 if it is still broken at that time.
2004-02-16 23:35:51 +00:00
Max Khon
3e52fea7db
- Fix pkg-plist and unbreak the port.
...
- remove patch-libtool hack: patch-libtool was moved after pre-configure
in bsd.port.mk rev. 1.475.
Approved by: jre (at) vineyard.net (MAINTAINER)
2004-02-16 18:03:38 +00:00
Gerald Pfeifer
af6e4b44f8
Wine sees itself as a compatibility layer rather than an emulator. Honor
...
that, and also use the term "Unix-like systems" instead of "Unix".
2004-02-16 10:59:54 +00:00
Gerald Pfeifer
0f64c6e46d
Make deinstallation of optional OpenGL dependent files work in
...
INSTALL_AS_USER mode as well.
2004-02-16 10:54:03 +00:00
Kris Kennaway
df969a5a68
This port will be removed after April 15 if still broken at that time.
2004-02-15 23:14:56 +00:00
Kris Kennaway
a43ba6f93c
BROKEN on 5.x: Broken pkg-plist
2004-02-15 23:09:47 +00:00
Gerald Pfeifer
5f21b9375d
Fix pkg-plist to consider symlinks as well (bin/winecpp in this case).
...
Remove related BROKEN marker.
Submitted by: ale
2004-02-15 18:57:43 +00:00
Mark Linimon
01a3007158
Moved to scripts/geepee32.sh. This was kind of a mistake but since it's
...
more consistent with usage elsewhere in the tree I guess we should just
leave it alone.
2004-02-14 10:22:09 +00:00
Gerald Pfeifer
43d8dd1b43
Update to the 20040213 snapshot of Wine. Employe USE_SIZE and no longer
...
check that we are building on FreeBSD 4.x or later.
2004-02-14 04:09:14 +00:00