Commit graph

3505 commits

Author SHA1 Message Date
Martin Wilke
9eaa28584b - Update to 0.7.2
PR:		140669
Submitted by:	Ports Fury
2009-11-20 06:06:52 +00:00
Martin Wilke
95729d3d47 - Update to 1.3.1
PR:		140670
Submitted by:	Ports Fury
2009-11-20 06:06:49 +00:00
Pav Lucistnik
2d68f126de - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 23:41:55 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Gerald Pfeifer
7a3b93d0cb Update to Wine 1.1.33. Among others, this includes the following changes:
- Gecko now installed at wineprefix creation time.
 - Better support for certificates in crypt32.
 - Improved sound support in mciwave.
 - Some more Direct3D 10 functions.
 - Many cleanups for issues spotted by Valgrind.
 - Various bug fixes
2009-11-15 03:44:00 +00:00
Mario Sergio Fujikawa Ferreira
35c7efd296 1) Remove process scheduler type verification since we now depend
on emulators/kqemu-kmod for the kqemu kernel module.
2) Use bsd.port.mk instead of pre and post since they are not
   required.
2009-11-14 06:46:14 +00:00
Mario Sergio Fujikawa Ferreira
8dbd3661be - Depend on emulators/kqemu-kmod instead of installing its own
version
- Bump PORTREVISION
2009-11-14 02:11:48 +00:00
Mario Sergio Fujikawa Ferreira
334354a04a - Do not IGNORE this port on FreeBSD 8 or later releases regardless
of the scheduler installer
- The problem with the ULE scheduler is not reproduceable under
  FreeBSD 8.x
- Take over maintainership on previous maintainer suggestion

Approved by:	maintainer (previous)
2009-11-14 01:04:53 +00:00
Jose Alonso Cardenas Marquez
13ab0ffc6e - Update to 3.0 2009-11-10 19:42:42 +00:00
Sylvio Cesar Teixeira
e31924c68d - Update to 1.2.0
Submitted by:	sylvio@ (myself)
Approved by:	miwi@ (mentor)
2009-11-08 13:21:26 +00:00
Beat Gaetzi
d262fe63c6 - Disable testcases to fix possible build breakage with non default
options set

PR:		ports/140171
Submitted by:	Hubert Tournier <hubert AT tournier.org>
Reported by:	Stanislav Dulis <stasd AT xnx.ru> (via private mail)
2009-11-06 14:17:06 +00:00
Wesley Shields
4cba7c3bd7 - Update to 2.1.1
PR:		ports/139839
Submitted by:	chris@officialunix.com (maintainer)
2009-11-05 16:32:39 +00:00
Wesley Shields
d844308366 - Connect emulators/fceux to the build.
PR:		ports/139839
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2009-11-04 14:27:37 +00:00
Wesley Shields
24f6a05f9c - Remove old fceu port after repocopy.
PR:		ports/139839
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2009-11-04 14:27:08 +00:00
Martin Wilke
b7d89bdc43 - Update to 0.134u4
PR:		140154
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-11-04 10:07:50 +00:00
Gabor Kovesdan
e08d8fdfa8 - brandelf ld-2.6.1.so to Linux
PR:		ports/138878
Submitted by:	Alexander Best <alexbestms@math.uni-muenster.de>
2009-10-31 13:47:20 +00:00
Gerald Pfeifer
eefbd045b9 Update to Wine 1.1.32. Among others, this includes the following changes:
- Many crypto fixes (particularly on 64-bit).
 - Several common controls improvements.
 - Various HTML support improvements.
 - More DIB optimizations.
 - Various bug fixes.

An updated patch of mine to address PR 137999 is now included upstream.
2009-10-25 13:48:56 +00:00
Beat Gaetzi
f9297d2f2b - Fix build if OpenSSL is installed from ports. [1]
- Some options require other ones. Add check for them. [2]

PR:		ports/139391 [1]
Submitted by:	"Y.A." <nexther0 AT gmail.com> [1]
Tested by:	Yuri Gorchakov <yuri.gorchakov AT point-group.ru> [1]
Reported by:	Maxim <maksims.k AT gmail.com> [2]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
2009-10-23 14:29:50 +00:00
Wen Heping
3a2ef0883e - Minor change to WWW link
PR:		ports/139836
Submitted by:	Timothy Bourke <timbob@bigpond.com> (maintainer)
Approved by:	mentors(implicit)
2009-10-22 07:29:50 +00:00
Wen Heping
620f4c2368 - Minor change to MASTER_SITES
PR:		ports/139741
Submitted by:	Timothy Bourke <timbob@bigpond.com> (maintainer)
Approved by:	mentors(implicit)
2009-10-19 01:14:17 +00:00
Max Brazhnikov
75a32020c3 Update to 0.7.3 2009-10-16 16:15:12 +00:00
Gerald Pfeifer
9496e58a07 Update to Wine 1.1.31. Among others, this includes the following changes:
- Vastly improved monthcal control.
 - Performance improvements for DIB sections.
 - Several sound driver fixes.
 - Beginning of ActiveX support in JScript.
 - More Direct3D 10 work.
 - More 16-bit dlls split off to separate modules.
 - Support for attachments in MAPI.
 - Various bug fixes.

Equally importantly, this finally fixes tools/winebuild for FreeBSD.
After my general recognition of FreeBSD has been accepted upstream,
this is now only one local patch. [1]

PR:		137999 [1]
Inspired by:	Edward Tomasz Napierala <trasz@FreeBSD.org> [1]
2009-10-10 10:34:16 +00:00
Beat Gaetzi
cb02e7670e - Fix build with custom LOCALBASE
Reported by:	QATty
Submitted by:	Bernhard Froehlich <decke AT bluelife.at>
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
2009-10-08 07:48:54 +00:00
Martin Wilke
bee38bb86a - Fix privilege escalation
- Bump PORTREVISION

Security:	http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html
On behalf of:	vbox@ (decke, dhn, itetcu, beat, nox)
2009-10-07 10:33:31 +00:00
Juergen Lock
89cfd3dec6 Fix build on 7/amd64.
Approved by:	vbox@ (miwi, beat)
Feature safe:	yes
2009-09-29 22:16:37 +00:00
Beat Gaetzi
972faa0f83 - Improve error message if /usr/lib32 is not installed on amd64. [1]
- Fix pkg-plist. Additions directory is only created with
  WITH_GUESTADDITIONS option. [2]
- Add patch to fix panic with vboxnet driver. [3]
- Bump PORTREVISION.

PR:		ports/138935 [1] (based on)
Reported by:	scf@ [3]
Submitted by:	Julian H. Stacey <jhs AT berklix.com> [1],
		Bernhard Froehlich <decke AT bluelife.at> [2],
		Fredrik Lindberg <fli AT shapeshifter.se> [3]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
Feature safe:	yes
2009-09-29 15:15:02 +00:00
Gerald Pfeifer
83115e0987 Update to Wine 1.1.30. Among others, this includes the following changes:
- Support for OpenAL (disabled for now).
 - Many improvements in HTML and JavaScript support.
 - Many common controls fixes and improvements.
 - More Direct3D 10 work.
 - Better MAPI support.
 - Various bug fixes.
Explicitly disable OpenAL (new with this version of Wine) and GnuTLS
(already older) to guarantee consistent builds.

Feature safe:	yes
2009-09-26 14:58:36 +00:00
Martin Wilke
445a2c76a1 - Fix -m flag bug
- Update maintainer mail adress

PR:		137297
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
Feature safe:	yes
2009-09-26 08:38:14 +00:00
Alejandro Pulver
cad3fc58bd - Fix building with recent nasm.
Feature safe: yes (miwi)
2009-09-22 22:24:19 +00:00
Juergen Lock
6773fc329d Mark IGNORE while its at an older snapshot than emulators/qemu.
Suggested by:	miwi
Feature safe:	yes
2009-09-20 20:43:08 +00:00
Juergen Lock
59353101d8 Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)
Submitted by:	pointyhat via miwi
Feature safe:	yes
2009-09-20 10:02:31 +00:00
Pav Lucistnik
9c4cd6933e - Update to 0.4.7.2
PR:		ports/138364
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (imp; 19 days)
Feature safe:	yes
2009-09-19 22:29:10 +00:00
Dmitry Marakasov
fa8d2d514e - Update to 0.134
PR:		138838
Submitted by:	Emmanuel Vadot <elbarto@ArcadeBSD.org> (maintainer)
Feature safe:	yes
2009-09-19 16:23:29 +00:00
Wesley Shields
7c9cbb0a24 - Pass maintainership to submitter
PR:		ports/138955 ports/138956
Submitted by:	Chris Petrik <chris@officialunix.com>
Feature safe:	yes
2009-09-19 03:18:13 +00:00
Juergen Lock
c7acb4aa30 - Fix a serial emulation bug affecting (at least) FreeBSD 8's new
uart(4) driver.
- Bump PORTREVISION.

Reported by:	Olivier Cochard-Labbé <olivier@cochard.me>
Feature safe:	yes
2009-09-18 19:29:24 +00:00
Mark Linimon
7b625c7f1c Over to new volunteer.
Feature safe:	yes
2009-09-17 21:31:48 +00:00
Mark Linimon
d2db883559 Reset ports@mcdermottroe.com at his request due to lack of time at the
moment.

Hat:		portmgr
Feature safe:	yes
2009-09-16 22:34:40 +00:00
Martin Wilke
88d95ab6f9 - Update to 3.0.51r22902. This version enables host serial support
and support for bridged and hostonly networking contributed by
    Fredrik Lindberg <fli AT shapeshifter.se>.
- Install GuestAdditions in designated directory. [1]
- Install NLS files in designated directory.
- Add workaround for directory permission problem.

Reported by:	Jonathan Chen <jonc AT chen.org.nz> [1]
On behalf of:	vbox@ (decke, dhn, beat, nox)
2009-09-13 19:19:49 +00:00
Beat Gaetzi
6bd419c4d0 - Update to 3.0.51r22683. This version adds support for tap interface
networking done by nox@, working VT-x, ACPI and Host DVD/CD access
  support and several FreeBSD related bugfixes.
- Update Guest Additions to 3.0.6.
- Respect CC and CXX variables. [1]
- Add support for WITHOUT_X11 build. [2]
- Fix pkg-plist for WITHOUT_NLS. [2]
- Use LocalConfig.kmk to simplify configuration. [2]
- Install vboxapi module and fix xpcom.vboxxpcom python api. [2]

PR:		ports/138063 [1]
Submitted by:	Anonymous <swell dot k at gmail dot com> [1],
		Bernhard Froehlich <decke AT bluelife.at> [2]
On behalf of:	vbox@ (decke, dhn, miwi, nox)
2009-09-10 23:16:56 +00:00
Boris Samorodov
0353d50ac7 At the previous commit to emulators/linux_base-f7 and
emulators/linux_base-f9 PORTREVISIONs should have been
bumped but actually PORTVERSIONs had been, so:
. restore PORTVERSIONs;
. bump PORTREVISION and PORTEPOCH.

Reported by:	pointyhat (miwi)
2009-09-09 09:37:33 +00:00
Wesley Shields
e3f4f7c6fa - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
"unzip -v" or similar which would break. Instead rely upon the unzip binary.

  http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html

Noticed by:	Dag-Erling Smørgrav <des@des.no>
2009-09-08 21:08:41 +00:00
Boris Samorodov
8bdc187997 Remove /compat/linux/media from linux_base ports since the native
FreeBSD /media can not be accessed by a linux application.

PR:		ports/138169
Submitted by:	Martin Laabs <info at martinlaabs.de>
2009-09-08 09:16:28 +00:00
Juergen Lock
d5169e4d2c - Remove the dynticks patch for now, it seems to cause even worse timing
behavoiur than the default -clock unix, see this post:
	http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00049.html
- Add a patch to close the tap fd before invoking the ifdown script
instead of after, this avoids triggering a KASSERT when doing things
like `ifconfig tap0 destroy' from in there.  Inspired by this post:
	http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006700.html [1]
- Updated version of the pcap patch. [2]
- Bump PORTREVISION.

Submitted by:	gamato@users.sf.net (martinko) [1]
Submitted by:	jkim [2]
2009-09-05 14:18:17 +00:00
Gerald Pfeifer
72924accb7 The --without-libgsm configure option is (now) called --without-gsm.
Also add --without-mpg123 and --without-xcursor to guarantee consistent
builds, regardless of the build environment.
2009-09-03 04:49:37 +00:00
Gerald Pfeifer
57393070fe Update to Wine 1.1.29. Among others, this includes the following changes:
- Improved Gecko integration by using Wine's network layers.
 - Use of external libmpg123 for mp3 decoding (unused for now).
 - Support for JPEG and PNG formats in WindowsCodecs.
 - Many regression test fixes for Win64 and Windows 7.
 - Various bug fixes.
2009-09-03 03:47:06 +00:00
Martin Wilke
b5e332cdc8 - Update to 7.5
PR:		138451
Submitted by:	Ports Fury
2009-09-02 16:43:39 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00
Boris Samorodov
9e89b80e43 . update to version 3.1.25;
. add an additional MASTER_SITES;
. add a new dependency: x11-toolkits/linux-f10-blt;
. add a note to UPDATING (the port now can be used only with
  linux-f10 infrastructure ports).

PR:		ports/137412
Submitted by:	Stas Timokhin <stast at bsdportal.ru> (maintainer)
2009-08-31 11:56:35 +00:00
Martin Wilke
c8e978245c - Update to v50
PR:		138260
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-08-28 19:23:31 +00:00