From owner-freebsd-questions@freebsd.org Sun Oct 14 17:53:18 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 7390210DD462 for ; Sun, 14 Oct 2018 17:53:18 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (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 0166B94AB4 for ; Sun, 14 Oct 2018 17:53:17 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from dalet420 ([174.0.43.39]) by shaw.ca with ESMTP id BkZhgzgo0K9FDBkZigTbKP; Sun, 14 Oct 2018 11:53:10 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaw.ca; s=s20180605; t=1539539590; bh=k26GpMcbZKRvpQm2AyXjfCp/zztpdd5uTvVnA48kyr8=; h=From:To:Subject:Date; b=RoTVZImxqzzWfTxKqSDtMahAbVgZVxNDwvLwvsr7dwoBDbpQEspPyBmb2PlCQRL8O /eGywRVpcubJEm+6HyN3G386mqgtHAc1beUg05QHqWQVHKewR4ro0gcm9s2nr36Quy KG7/AZxv5QAve34hI2j+Qgpun/jgSpIOyxcIM0/NJ6tVcHP0g54tnABjwz0xMmrwha QkPNfO4Az/u/+cZgB3BZoc2QVM8YatK1e1wPoBe/1mdH5GJum1vUAjSoL/FlmZY3r/ mN07cmuxOFFEYjlWnuXA35JajLk+tlSyKWek14203PpXxubzw+NKNJ8fLJH4pu4i68 KoF5xUozBc33Q== X-Authority-Analysis: v=2.3 cv=Gvz2BX9C c=1 sm=1 tr=0 a=TiBur8m8wieNAdBnNdHE5Q==:117 a=TiBur8m8wieNAdBnNdHE5Q==:17 a=DAwyPP_o2Byb1YXLmDAA:9 a=OyLTELPTAAAA:8 a=5mcg790sAAAA:8 a=s9oXJcMGAAAA:8 a=esu4qfNY0tgeE76phbAA:9 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=Z1c09mxYWGrRnEOyXOAA:9 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 a=t104ms0NfIDhpJvuBh6l:22 a=uQeDYW1NI25gHNlrW_eK:22 a=cNNliUDrGJfcKjVfkxUC:22 From: "Dale Scott" To: Subject: can pkg be told to ignore dependencies? php 7.2 instead of 7.1 Date: Sun, 14 Oct 2018 11:53:09 -0600 Message-ID: <005f01d463e6$c5cad7e0$516087a0$@shaw.ca> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdRj5YyjbQlU2oT9Rd28glOtY0AdKw== Content-Language: en-us X-CMAE-Envelope: MS4wfFbf1m9ZS6mU3zAVv40Cz+YGe5pqH0PlwLPv3p8Qb6pG9ZgM4wPcI6uSP9YlDsC39Qx+4FBFetH9aapCK3nQ0hwc7hjykh6eLqswf4BwQT7asYrnoq6q suvaktnue+KcbHVge9T/rusrHYVvxZBz3wJL9w3won3zwpv3PHX3e1Y9 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: Sun, 14 Oct 2018 17:53:18 -0000 Hi all, is there an easy way to tell pkg to ignore dependencies? I have a single machine, no jails, and haven php 7.2 when phpvirtualbox insists on 7.1. Throwing caution to the wind and assuming 7.2 is backwards compatible in enough ways that are important, can I force the install and see what breaks? Going OT, should I learn the cli vboxmange commands instead? (I need to import an OVF and set networking with port forwarding) Or should I use bhyve? I saw a report that the OVF (provided by erpnext.org in this case) would have to be converted using "qeum-image" to the "raw" format used by bhyve. Is this (still) true? Is there a better way? Thanks! 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:~ % 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:~ % pkg info | grep php mod_php72-7.2.10 PHP Scripting Language php72-7.2.10 PHP Scripting Language php72-bcmath-7.2.10 The bcmath shared extension for php php72-bz2-7.2.10 The bz2 shared extension for php php72-ctype-7.2.10 The ctype shared extension for php php72-curl-7.2.10 The curl shared extension for php php72-dom-7.2.10 The dom shared extension for php php72-fileinfo-7.2.10 The fileinfo shared extension for php php72-filter-7.2.10 The filter shared extension for php php72-gd-7.2.10 The gd shared extension for php php72-gettext-7.2.10 The gettext shared extension for php php72-hash-7.2.10 The hash shared extension for php php72-iconv-7.2.10 The iconv shared extension for php php72-imap-7.2.10 The imap shared extension for php php72-json-7.2.10 The json shared extension for php php72-mbstring-7.2.10 The mbstring shared extension for php php72-mysqli-7.2.10 The mysqli shared extension for php php72-openssl-7.2.10 The openssl shared extension for php php72-pdo-7.2.10 The pdo shared extension for php php72-pdo_mysql-7.2.10 The pdo_mysql shared extension for php php72-pecl-mcrypt-1.0.1 PHP extension for mcrypt, removed in PHP 7.2 php72-posix-7.2.10 The posix shared extension for php php72-readline-7.2.10 The readline shared extension for php php72-session-7.2.10 The session shared extension for php php72-simplexml-7.2.10 The simplexml shared extension for php php72-soap-7.2.10 The soap shared extension for php php72-xml-7.2.10 The xml shared extension for php php72-xmlreader-7.2.10 The xmlreader shared extension for php php72-xmlwriter-7.2.10 The xmlwriter shared extension for php php72-zip-7.2.10 The zip shared extension for php php72-zlib-7.2.10 The zlib shared extension for php dale@whizzer:~ %