From owner-freebsd-ports-bugs@freebsd.org Mon Jan 22 10:15:45 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13825EB7B28 for ; Mon, 22 Jan 2018 10:15:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE59775568 for ; Mon, 22 Jan 2018 10:15:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E380413A9D for ; Mon, 22 Jan 2018 10:15:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0MAFibq001376 for ; Mon, 22 Jan 2018 10:15:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0MAFi8R001372 for freebsd-ports-bugs@FreeBSD.org; Mon, 22 Jan 2018 10:15:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225376] [emulators/virtualbox-ose] extra dependency on sysutils/cdrtools Date: Mon, 22 Jan 2018 10:15:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: eugen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2018 10:15:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225376 Bug ID: 225376 Summary: [emulators/virtualbox-ose] extra dependency on sysutils/cdrtools Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: eugen@freebsd.org CC: marius@FreeBSD.org, vbox@FreeBSD.org CC: marius@FreeBSD.org, vbox@FreeBSD.org Created attachment 189960 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189960&action= =3Dedit remove dependency on cdrtools emulators/virtualbox-ose depends on sysutils/cdrtools to install makeisofs. We could replace this dependency with in-base makefs that is capable to make ISO images but it is not needed too. Its configure script says: # Check for mkisofs, needed to build the CDROM image containing the additio= ns In fact, VirtualBox build system does NOT use make use of makeisofs while building for FreeBSD as it does not try to buid https://www.virtualbox.org/wiki/FreeBSD%20build%20instructions says in its Prerequisites section: mkisofs (required only for additions which aren't supported yet) =3D> /usr/ports/sysutils/cdrtools=20 So, we need just drop this unneeded dependency. It was introduced over 6 ye= ars ago and was never really used: https://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose/Makefile?rev= ision=3D274444&view=3Dmarkup The patch fixing this is attached. --=20 You are receiving this mail because: You are the assignee for the bug.=