From owner-freebsd-questions@freebsd.org Fri Oct 12 03:38:35 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A429D10D0D4D for ; Fri, 12 Oct 2018 03:38:35 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 093828F590; Fri, 12 Oct 2018 03:38:34 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from dalet420 ([174.0.43.39]) by shaw.ca with ESMTP id AoHXg5atGwyxUAoHYgYa9q; Thu, 11 Oct 2018 21:38:33 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaw.ca; s=s20180605; t=1539315513; bh=0w70Nq8feCMmaJgI7KKIx+g6ma786rUAcVW7TJWTlIQ=; h=From:To:Subject:Date; b=Nyc3pYoYYM4RRrhxRKwKftMSIWZcCuj+2K8CLKfHj88KUKZGoTmLiRmEl30vTZNlG ch6P1xykYw3NWrXmRWNRSRjh1lv+B0Ntk7lg78zjJbA44J73zt20VdDz+GwElFzb9Q 5Tb5+IJrlMrU7A52cP1enrsYtPErZty27Grk7GlaAKVeGTV60jpuMIIA5dKHYUGBJo 2Vmd/7oPtzsmQ3X1GZsttxKuA6GOuclvsrUxh1S/DUqUsP8zY1ZJpEuiaJkuE3e/Y5 hyTwAQC5QpRL5K4xPwFajb93w9/MOT0CUBYbp3yMda3+7c6VfZekcOWKH5oDDem9il zaSVx3YI64Nkw== X-Authority-Analysis: v=2.3 cv=NPJhBHyg c=1 sm=1 tr=0 a=TiBur8m8wieNAdBnNdHE5Q==:117 a=TiBur8m8wieNAdBnNdHE5Q==:17 a=DAwyPP_o2Byb1YXLmDAA:9 a=5mcg790sAAAA:8 a=s9oXJcMGAAAA:8 a=jU4qhlNgAAAA:8 a=NEAV23lmAAAA:8 a=FP58Ms26AAAA:8 a=8lNFDXJBU3vkTw5Z4dMA:9 a=CjuIK1q_8ugA:10 a=liFYMbub_p8A:10 a=W4nBnble3TUA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=nfXS7SrylieSTZg11GUA:9 a=bFNtdxA8yylxm4Tv:21 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 a=uQeDYW1NI25gHNlrW_eK:22 a=cNNliUDrGJfcKjVfkxUC:22 From: "Dale Scott" To: , Subject: how to install phpvirtualbox with php 7.2 Date: Thu, 11 Oct 2018 21:38:32 -0600 Message-ID: <007f01d461dd$0dcf67b0$296e3710$@shaw.ca> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdRh3B8YvcadGEUDQfGotF8fVroivw== Content-Language: en-us X-CMAE-Envelope: MS4wfAAZQLj9e1Eb5hhr/WGa0ojEYbc15IoQjUirVMwxNWOT/vq0XyeikFA4ZqOU0PT2w4RI85KniIcYzqETIQdNGI/ANroSQQyw6EhWmBy5wGWp/JmKz/rg 9k1rNWowCVhkbo6e6LnQlxbfDfAa9a84JfYOXgX21PJBNN4f0/32lwFzCuHItzd4zkuy6s60yF+mlw== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 03:38:35 -0000 Hi all, the phpvirtualbox port depends on php 7.1 while I have php 7.2 installed. The dependencies are fairly basic and I already have the needed php 7.2 modules installed. Is it possible to force pkg to ignore the dependencies and use my already installed php 7.2? Thanks! Dale dale@whizzer:~ % php --version PHP 7.2.10 (cli) (built: Sep 20 2018 01:15:17) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies dale@whizzer:~ % sudo pkg install phpvirtualbox Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 7 package(s) will be affected (of 0 checked): New packages to be INSTALLED: phpvirtualbox: 5.2.0_1 php71-session: 7.1.22 php71: 7.1.22 php71-xml: 7.1.22 php71-simplexml: 7.1.22 php71-soap: 7.1.22 php71-json: 7.1.22 Number of packages to be installed: 7 The process will require 39 MiB more space. 6 MiB to be downloaded. Proceed with this action? [y/N]: n dale@whizzer:~ % dale@whizzer:~ % uname -a FreeBSD whizzer.dalescott.net 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #0: Thu Sep 27 08:16:24 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 dale@whizzer:~ % Thanks! Dale --- Dale R. Scott, P.Eng. Web: http://www.dalescott.net LinkedIn: https://ca.linkedin.com/in/dalescott GitHub: https://github.com/dalers Sourceforge: http://sourceforge.net/u/userid-1567891 Mobile: +1 (403) 923-4605