Commit Graph

1634 Commits

Author SHA1 Message Date
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
Mark Linimon
a71740ad30 Fix up problems with install.
PR:		ports/62501
Submitted by:	arundel@gmx.net (maintainer)
2004-02-13 20:55:35 +00:00
Mark Linimon
d13a3290d3 Bento fix: change from check of distfile existance in pre-fetch, to
canonical way of testing for distfile already existing.  Should only
affect bento, and not regular consumers of the port.  Informed maintainer.
2004-02-09 10:42:17 +00:00
Kris Kennaway
3056072124 BROKEN on 5.x: does not compile 2004-02-09 01:43:38 +00:00
Trevor Johnson
ed18944122 Try to mount and unmount both linproc and linprocfs: the former
is documented in linprocfs(5) but I have seen and used the latter.
2004-02-08 21:49:37 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Kris Kennaway
52f9d812c4 BROKEN on 5.x: broken plist 2004-02-07 23:16:25 +00:00
Trevor Johnson
38e021570c Try to mount linproc in post-install. 2004-02-07 19:52:57 +00:00
Kirill Ponomarev
655508f232 - Update to version 0.61
PR:		ports/62474
Submitted by:	maintainer
2004-02-07 17:35:11 +00:00
Kris Kennaway
8823c57090 BROKEN on 5.x: Does not compile 2004-02-07 12:25:19 +00:00
Makoto Matsushita
c2ea862179 Update version string to the last VMware Workstation 3 release.
It is too late to update, but better than unchanged.
2004-02-06 18:06:47 +00:00
Makoto Matsushita
45a84fe0d9 Put NO_LATEST_LINK to previous versions of VMware Tools.
No content changes, no bumps.

Noticed by: kris
2004-02-06 15:33:19 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
002be5039c Set NO_LATEST_LINK.
Requested by:	kris
2004-02-06 11:20:42 +00:00
Trevor Johnson
ec17b0730c Unbreak (DIST_SUBDIR). 2004-02-06 01:14:02 +00:00
Trevor Johnson
396e63911f Add sizes. 2004-02-06 01:06:40 +00:00
Trevor Johnson
46b49844f7 For i386, use latest glibc and XFree86-libs, and increment PORTREVISION.
Advisories are at <URL:https://rhn.redhat.com/errata/RHSA-2003-286.html>
and <URL:https://rhn.redhat.com/errata/RHSA-2003-325.html>.
Hewlett-Packard has not issued updates for Red Hat 7.2/Alpha.
2004-02-06 00:09:58 +00:00
Trevor Johnson
0ac4c1101c Sort. 2004-02-06 00:00:59 +00:00
Trevor Johnson
38fcc938f3 Try to mount and unmount both linproc and linprocfs: the former
is documented in linprocfs(5) but I have seen and used the latter.
2004-02-05 23:38:23 +00:00
Trevor Johnson
4100e88725 Fix CONFLICTS lines, as requested by eik then petef:
I think it's a bug that linux_base thinks it conflicts with itself.

--petef

	The problem occurs if you do
	  make install; make install FORCE_PKG_REGISTER=yes
	which is somewhat supported, although [seldom] (never?) used.

--eik

Also record conflicts with cle_base.
2004-02-05 23:19:55 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Trevor Johnson
752b0f5180 Unbreak.
pointy hat to:  my hat planet
2004-02-04 22:10:15 +00:00
Trevor Johnson
91d1e485f7 minor update (same PORTVERSION) to make fetchable for amd64 and i386 2004-02-04 20:00:44 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Kirill Ponomarev
bd01f7f038 - Update to version 20040115
PR:		ports/62263
Submitted by:	Ports Fury
2004-02-02 15:51:50 +00:00
Kirill Ponomarev
245be80d76 - Fix build on non-i386 arch
- Add option to support Gtk/SVGAlib GUI
- Support NOPORTDOCS
- Fix WWW: line

PR:		ports/62262
Submitted by:	Ports Fury
2004-02-02 15:48:45 +00:00
Pav Lucistnik
5c795d0708 - Update to 0.78.1
PR:		ports/62137
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer (xmame part)
2004-02-01 01:13:46 +00:00
Dirk Meyer
5c46796251 - update to 1.14 2004-01-31 08:24:42 +00:00
Kirill Ponomarev
1e192db83b - Fix and sort plist and bump PORTREVISION
Noticed by:	bento via kris
2004-01-30 23:55:43 +00:00
Kris Kennaway
ba79046356 Fix plist and bump PORTREVISION 2004-01-30 22:03:04 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Gerald Pfeifer
707a95b9e5 Revert an upstream change (which in turn reverted a fix which happened to
cause higher memory consumption).  This should avoid errors of the following
kind:

  err:virtual:map_image Standard load address for a Win32 program
  (0x00400000) not available

Bump PORTREVISION.

Problem reported by:	pav, Benjamin Lutz <benlutz@datacomm.ch>
2004-01-28 22:29:36 +00:00
Eric Anholt
180220fd33 Return to ports@ because I won't be working on FreeBSD for 3 months minimum. 2004-01-28 09:16:05 +00:00
Mike Silbersack
465bd09c2a Replace rtc with a revamped version that I've been working on. This version
uses tsleep / selrecord and a worker thread to provide a much better emulation
of the rtc driver, as well as greatly decreased processor usage.

Device cloning as well as a few more tweaks to the emulation are still pending.
2004-01-28 08:15:19 +00:00