aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-kmod-legacy
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2011-05-22 09:15:09 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2011-05-22 09:15:09 +0000
commit6fe0379a7b14f3d5f4b7b0b9d75a438ba3771048 (patch)
tree443ec063151631124bf6709070f089b50214843b /emulators/virtualbox-ose-kmod-legacy
parent5a8e3290525d9e23513f2f678658a1c389ebafa5 (diff)
downloadports-6fe0379a7b14f3d5f4b7b0b9d75a438ba3771048.tar.gz
ports-6fe0379a7b14f3d5f4b7b0b9d75a438ba3771048.zip
- 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]
Notes
Notes: svn path=/head/; revision=274430
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r--emulators/virtualbox-ose-kmod-legacy/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile
index ce68f65d0f59..3297d0cfe35c 100644
--- a/emulators/virtualbox-ose-kmod-legacy/Makefile
+++ b/emulators/virtualbox-ose-kmod-legacy/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: virtualbox-ose-kmod
+# New ports collection makefile for: virtualbox-ose-kmod-legacy
# Date created: 2009-09-21
# Whom: Bernhard Froehlich <decke@bluelife.at>
#
@@ -11,9 +11,8 @@ PORTREVISION= 1
CATEGORIES= emulators kld
MASTER_SITES= http://tmp.chruetertee.ch/ \
http://freebsd.unixfreunde.de/sources/ \
- http://disasterarea.chruetertee.ch/ \
- http://mirror.4bit.ws/
-PKGNAMESUFFIX= -kmod
+ http://disasterarea.chruetertee.ch/
+PKGNAMESUFFIX= -kmod-legacy
DISTNAME= VirtualBox-${DISTVERSION}-OSE
MAINTAINER= vbox@FreeBSD.org
@@ -38,7 +37,8 @@ CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --nofatal \
--disable-alsa --disable-dbus --disable-python \
--build-headless
-CONFLICTS= bcc-[0-9]* virtualbox-ose-kmod-devel-3*
+CONFLICTS= bcc-[0-9]*
+CONFLICTS_INSTALL= virtualbox-ose-kmod-[3,4]* virtualbox-ose-kmod-devel-[3,4]*
OPTIONS= DEBUG "Build with debugging symbols" off