Commit graph

73 commits

Author SHA1 Message Date
Jung-uk Kim
1547d9424d Remove unused patches. 2014-03-20 18:15:36 +00:00
Jung-uk Kim
aca4e4135f Prefer USES=tar:bzip2. 2014-03-20 18:15:06 +00:00
Jung-uk Kim
0806784e42 - Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It
has not been used for very long time.
- Remove devel/yasm from BUILD_DEPENDS for kernel module.  It is actually
unnecessary for building kmod.
2014-03-05 20:31:02 +00:00
Jung-uk Kim
ed324c72dd Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from:	svn.redports.org/virtualbox
PR:		ports/186847
2014-02-21 21:22:56 +00:00
Bernhard Froehlich
4e32fe4224 - Update to 4.2.22
- Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
- Add patch to fix building with new gsoap [1]
- Add direct dependency on qt4-opengl [2]

PR:		ports/185579 [2]
Security:	CVE-2013-5892
Submitted by:	Jung-uk Kim <jkim@FreeBSD.org> [1]
		Jimmy Olgeni <olgeni@FreeBSD.org> [2]
2014-01-16 16:45:29 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Bernhard Froehlich
1c4dea8571 - Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.
This fixes the remaining compat9x problems because the virtualbox
buildsystem did remove our RPATH on some binaries if hardening is
enabled. The hardening is a collection of additional safety checks
for all virtualbox suid binaries and is always enabled.

Reported by:	many FreeBSD 10 users
2013-12-17 21:44:58 +00:00
Marcus von Appen
4f9158aa44 - make lang/python an explicit dependency to get rid of the
implicit one

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 18:39:20 +00:00
Bernhard Froehlich
a60eaff53f - Update to virtualbox-ose 4.2.20_1
- This update pulls in many changes from the port and brings better support
for FreeBSD 10 and GCC from ports. I am doing that in preparation of the
upcoming VirtualBox 4.3 update that should land soon.
2013-12-13 11:17:19 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Guido Falsi
b57701ad36 Fix build on head after iconv change.
Approved by:	portmgr (bapt, implicit)
2013-09-06 15:06:25 +00:00
Bernhard Froehlich
8e7abd2285 Add explicit iconv dependency. The port requires variable ICONV_LIB
defined in the iconv USES Makefile to build correctly on 8.x and
9.x after the iconv migration of the ports tree.

PR:		ports/181854
Submitted by:	Dave Hayes <dave@jetcafe.org>
2013-09-06 08:37:48 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Eitan Adler
f26b61f2f7 virtualbox-ose-* is incompatible with newer versions of python.
Approved by:	decke
2013-06-02 18:55:08 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Bernhard Froehlich
c99eac3bb8 - Update to 4.1.24
- Fix building with libxslt newer than 1.1.26

Obtained from:	https://www.virtualbox.org/ticket/10940
2013-01-03 13:37:12 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Bernhard Froehlich
77ec5cb4ec - Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with:	beat (for chruetertee mirrors)
2012-09-12 20:13:34 +00:00
Bernhard Froehlich
9eaf125b04 - Add missing VNC IPv6 patch
- Convert to optionsng [1]

Submitted by:	bapt [1]
2012-08-04 07:54:44 +00:00
Jason Helfman
cc3bc4ae35 - revert previous commit, index breakage
PR:	ports/169224
2012-07-01 23:43:40 +00:00
Jason Helfman
0939ea8d31 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE

PR:     ports/169224
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
2012-07-01 23:08:51 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Bernhard Froehlich
42f86b65d6 - Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm.
Submitted by:	pointyhat (via pav)
Feature safe:	yes
2012-03-09 21:57:44 +00:00
Bernhard Froehlich
b182df0087 - Update Guest Additions Mirrorsite
PR:		ports/165597
Submitted by:	Seiji Ariga <freebsd@khaotic.net>
2012-03-08 15:23:53 +00:00
Bernhard Froehlich
207d706608 - Remove empty line at end of file
Reported by:	Alex Kozlov <ak@FreeBSD.org>
2012-03-08 14:20:33 +00:00
Pav Lucistnik
46f4d8752d - Mark BROKEN on amd64: fails to compile
kmk: *** [/work/a/ports/emulators/virtualbox-ose-legacy/work/VirtualBox-4.0.16_OSE/out/freebsd.amd64/release/obj/VMM/tstAsmStructsAsm.mac] Error 1
  kmk: *** Deleting file

Reported by:	pointyhat
2012-03-05 22:08:22 +00:00
Bernhard Froehlich
f3865a976c - Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so

Obtained from:		redports.org/~virtualbox/
2012-02-21 12:43:15 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Bernhard Froehlich
7265cde226 - Fix build on 9-CURRENT with latest CAM changes [1]
- Add stop command and delay parameter to vboxheadless rc script [2]
- Bump PORTREVISION

Submitted by:	Jung-uk Kim <jkim@FreeBSD.org> [1],
		Franco Ricci <franco.ricci@phys.uniroma1.it> [2]
2011-07-01 13:24:42 +00:00
Bernhard Froehlich
6fe0379a7b - Introduce -legacy ports
- Add vboxheadless startscript [1]
- Add vboxwebsrv startscript [2]
- Change CONFLICTS to CONFLICTS_INSTALL [3]
- Remove stale mirror
- Bump PORTREVISION

PR:		ports/156699 (based on) [3]
Submitted by:	Stefan Tollkuehn <stefan.tollkuehn@editura.de>, [1][2]
		Raul Gigea <raul.gigea@editura.de>, [1]
		Tobias Oberstein <tobias.oberstein@tavendo.de>, [1]
		Emil <the_mix_room@hotmail.com> [3]
Thanks to:	dougb@, [1][2]
		Cr4zi3/EFNet, [2]
		crsd [2]
2011-05-22 09:15:09 +00:00
Baptiste Daroussin
15de8793d4 Fix building with LOCALBASE != PREFIX 2011-04-20 11:39:40 +00:00
Bernhard Froehlich
b454a3ee69 - Enable createrawvmdk -relative under FreeBSD
- Bump PORTREVISION

PR:		ports/155236
Submitted by:	Dmitry Pryanishnikov <lynx.ripe@gmail.com>
2011-03-17 13:29:04 +00:00
Bernhard Froehlich
263516082f - Fix build when compiling remotely and DISPLAY is set
PR:		ports/153557
Submitted by:	Julian Stacey <jhs at berklix dot com>,
		Anonymous <swell dot k at gmail dot com>
Feature safe:	yes
2011-01-31 10:55:22 +00:00
Beat Gaetzi
88e2a9fd48 - Update to 3.2.12
- Remove check for FreeBSD 6.x
- Drop MD5 checksums
2010-12-23 14:57:39 +00:00
Beat Gaetzi
6121c39e60 - Fix build after MFC of ACPICA 20101013
PR:		ports/152710
Submitted by:	Grzegorz Blach <magik AT roorback.net>
2010-12-01 08:21:16 +00:00
Beat Gaetzi
c373ba2d53 - Install EFI firmware
- Bump PORTREVISION

PR:		ports/152617
Submitted by:	well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net>
2010-11-29 22:23:17 +00:00
Pav Lucistnik
b044a8117b - Correct the instructions for ldconfig rescan on amd64 systems
PR:		ports/149286
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	maintainer timeout (vbox@; 4 months)
2010-11-29 12:42:31 +00:00
Bernhard Froehlich
bb7792598c - Add workaround for regression in acpica 20101015 [1]
- Remove old patches not needed for newer VirtualBox versions anymore
- Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2]
- Bump PORTREVISION

PR:		ports/144959 [2]
Submitted by:	Alexander Eichner [2],
		Anthony Jenkins <ajenkins at vtilt dot com> [2]
Reported by:	Michael Butler <imb at protected-networks dot net> [1],
		DomiX (irc on freenode) [2],
		Monty Hall <kungfu_disciple at sbcglobal dot net> [2],
		many others [2]
2010-11-03 12:42:13 +00:00
Beat Gaetzi
186d341c11 - Update to 3.2.10 2010-10-15 06:32:04 +00:00
Bernhard Froehlich
b303c25df2 - Add 2D acceleration support for Windows Guests
- Bump PORTREVISION

Submitted by:	scf
Approved by:	beat (co-mentor)
2010-09-30 12:51:00 +00:00
Beat Gaetzi
7cca3f6501 - Update to 3.2.8 2010-08-09 14:40:06 +00:00
Beat Gaetzi
12b2fc2212 - Update to 3.2.6
- Fix build on recent CURRENT
- Don't abort if there is no default route interface while loading the
  network interfaces otherwise virtualbox can't find host-only interfaces. [1]

Feature safe:	yes
PR:		ports/144305 [1]
Reported by:	Wietse Venema <wietse AT porcupine.org> [1]
Submitted by:	mtm@ [1]
2010-06-29 19:01:08 +00:00
Bernhard Froehlich
e3ffc46a02 - Update to 3.2.4
- Replace virtualbox.desktop with the one from the FreeBSD installer,
chase rebranding and remove DocPath because we don't install the user
manual. [1]
- Fix icon location

Reported by:	Mike Harding <mvh AT ix.netcom.com>, avg@, Warren Block <wblock AT wonkity.com> [1]
Approved by:	beat (co-mentor)
2010-06-09 22:02:59 +00:00
Beat Gaetzi
804cd7e393 - Update to 3.2.2
- Update guest additions to 3.2.2.
- Add option to build with VNC support (Disabled by default)
- Add option to build with VDE support (Disabled by default) [1]
- Add option to build webservice (Disabled by default) [2]
- Fix build with QT4 support disabled and X11 support enabled. [3]
- Fix build with X11 support disabled. [4]
- Replace custom pkg-install.in script with GROUPS framework.
- Do not build Guest Additions in virtualbox-ose port.
- Implement locking/unlocking of host DVD drive. [5]
- Add LICENSE and LICENSE_FILE.

PR:		ports/146752 [5]
Submitted by:	mtm@ [5]
Requested by:	Mario Lobo <lobo AT bsd.com.br> [1],
		Hubert Tournier <hubert AT frbsd.org> [2]
Reported by:	Emil Mikulic <emil AT dmr.ath.cx> [3], mm@ [4]

Many thanks to the VirtualBox developers (especially Alexander Eichner
for all his work and help), all tester and patch submitter and the whole
vbox@ team especially decke@.
2010-06-07 16:31:58 +00:00
Beat Gaetzi
0c481dd448 - Fix build on CURRENT wit ACPICA 20100428.
Reported by:	Michael Butler <imb AT protected-networks.net>
Submitted by:	jkim@
Reminded by:	sylvio@, daichi@, rnoland@
2010-05-18 21:09:52 +00:00