From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 28 12:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96B99106566B for ; Thu, 28 Apr 2011 12:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 720148FC1E for ; Thu, 28 Apr 2011 12:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SCo9fA067277 for ; Thu, 28 Apr 2011 12:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SCo9eB067276; Thu, 28 Apr 2011 12:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Apr 2011 12:50:09 GMT Resent-Message-Id: <201104281250.p3SCo9eB067276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56C9106564A for ; Thu, 28 Apr 2011 12:45:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 78AC38FC17 for ; Thu, 28 Apr 2011 12:45:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SCjkmw069354 for ; Thu, 28 Apr 2011 12:45:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3SCjkxR069353; Thu, 28 Apr 2011 12:45:46 GMT (envelope-from nobody) Message-Id: <201104281245.p3SCjkxR069353@red.freebsd.org> Date: Thu, 28 Apr 2011 12:45:46 GMT From: Emil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156699: Patch for Makefile for VirtualBox-OSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 12:50:09 -0000 >Number: 156699 >Category: ports >Synopsis: Patch for Makefile for VirtualBox-OSE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 28 12:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Emil >Release: 8.2-RELEASE >Organization: >Environment: PORTS >Description: Change 'CONFLICTS=' to 'CONFLICTS_INSTALL=' in the Makefiles for virtualbox-ose and virtualbox-ose-additions ports. Previously making the port failed. Now it should fail after building but before installation. >How-To-Repeat: Have virtualbox-ose install and then make virtualbox-ose-additions >Fix: Patch attached with submission follows: *** emulators/virtualbox-ose-additions/Makefile Thu Apr 21 15:51:54 2011 --- emulators/virtualbox-ose-additions/Makefile Thu Apr 28 14:21:07 2011 *************** *** 37,43 **** --disable-alsa --disable-dbus --disable-python \ --build-headless ! CONFLICTS= bcc-[0-9]* virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* virtualbox-ose-devel-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off \ X11 "Build with X11 support" on \ --- 37,44 ---- --disable-alsa --disable-dbus --disable-python \ --build-headless ! CONFLICTS= bcc-[0-9]* ! CONFLICTS_INSTALL= virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* virtualbox-ose-devel-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off \ X11 "Build with X11 support" on \ *** emulators/virtualbox-ose/Makefile Thu Apr 21 15:51:54 2011 --- emulators/virtualbox-ose/Makefile Thu Apr 28 14:25:55 2011 *************** *** 46,52 **** CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa USE_LDCONFIG= ${PREFIX}/lib/virtualbox ! CONFLICTS= bcc-[0-9]* virtualbox-ose-devel-[3,4]* virtualbox-ose-additions-[3,4]* virtualbox-ose-additions-devel-[3,4]* VBOXUSER?= vboxusers VBOXWSUSER?= vboxusers --- 46,53 ---- CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa USE_LDCONFIG= ${PREFIX}/lib/virtualbox ! CONFLICTS= bcc-[0-9]* ! CONFLICTS_INSTALL= virtualbox-ose-devel-[3,4]* virtualbox-ose-additions-[3,4]* virtualbox-ose-additions-devel-[3,4]* VBOXUSER?= vboxusers VBOXWSUSER?= vboxusers >Release-Note: >Audit-Trail: >Unformatted: